Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
During monkey test run, observing following crash 1) java.lang.RuntimeException: Unable to destroy activity {com.android.gallery3d/com.android.gallery3d.filtershow .FilterShowActivity} 2) ava.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.gallery3d.filtershow.data.UserPresetsManager.close()' on a null object reference 3) com.android.gallery3d java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.gallery3d.filtershow .pipeline.ImagePreset.contains(byte)' on a null object reference 4) com.android.gallery3d java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference 5) com.android.gallery3d java.lang.NullPointerException: Attempt to invoke interface method 'void com.android.gallery3d.filtershow.controller .Control.updateUI()' on a null object reference 6) java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState. Tests: Run monkey test and observe. Tracked-On: OAM-124133 Signed-off-by: Ankit Agrawal <ankit.agarwal@intel.com> Signed-off-by: Xu Bing <bing.xu@intel.com>
- Loading branch information