Test Time: 2026-01-20 11:52:13
Log Stamp: 2026012011_5213857833
| Activity Name 2/14 | Visit Count |
|---|---|
| it.feio.android.omninotes.SettingsActivity | 16 times |
| it.feio.android.omninotes.SnoozeActivity | 0 times |
| com.google.android.gms.common.api.GoogleApiActivity | 0 times |
| it.feio.android.omninotes.MainActivity | 16 times |
| it.feio.android.omninotes.NoteInfosActivity | 0 times |
| it.feio.android.omninotes.ShortcutActivity | 0 times |
| it.feio.android.omninotes.intro.IntroActivity | 0 times |
| it.feio.android.omninotes.StatsActivity | 0 times |
| it.feio.android.omninotes.PasswordActivity | 0 times |
| it.feio.android.omninotes.widget.WidgetConfigurationActivity | 0 times |
| it.feio.android.omninotes.CategoryActivity | 0 times |
| com.tbruyelle.rxpermissions.ShadowActivity | 0 times |
| it.feio.android.omninotes.AboutActivity | 0 times |
| it.feio.android.omninotes.GalleryActivity | 0 times |
| Type | Time | Exception | Process | Interaction Scenario Pages | Details |
|---|---|---|---|---|---|
| CRASH | 2026-01-20 22:22:21 | java.lang.NullPointerException | 14627 | Screenshot 38-1 | |
Stack Trace:CRASH: it.feio.android.omninotes.alpha (pid 14627) (dump time: 2026-01-20 22:22:21 Version: Long Msg: java.lang.NullPointerException: Parameter specified as non-null is null: method it.feio.android.omninotes.alpha.applock.delegate.WindowCallbackWrapper.onMenuOpened, parameter menu at it.feio.android.omninotes.alpha.delegate.WindowCallbackWrapper.onMenuOpened(Unknown Source:2) at com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback.onOpenSubMenu(PhoneWindow.java:2500) at com.android.internal.view.menu.BaseMenuPresenter.onSubMenuSelected(BaseMenuPresenter.java:211) at android.widget.ActionMenuPresenter.showOverflowMenu(ActionMenuPresenter.java:560) at android.widget.ActionMenuPresenter$OverflowMenuButton.performClick(ActionMenuPresenter.java:893) at android.view.View.performClickInternal(View.java:8009) at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0) at android.view.View$PerformClick.run(View.java:31484) at android.os.Handler.handleCallback(Handler.java:959) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loopOnce(Looper.java:301) at android.os.Looper.loop(Looper.java:398) at android.app.ActivityThread.main(ActivityThread.java:9055) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:627) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:970) |
|||||
| Index | Property Name | Interaction Scenario Pages |
|---|---|---|
| 1 | quickstart.Omni_Notes_Sample.rotation_should_not_close_the_search_input | 13-2 ~ 13-3 |
| 2 | quickstart.Omni_Notes_Sample.rotation_should_not_close_the_search_input | 61-2 ~ 61-3 |
| 3 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 31-1 ~ 31-1 |
| 4 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 40-1 ~ 40-1 |
| 5 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 45-1 ~ 45-1 |
| 6 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 48-1 ~ 48-1 |
| 7 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 56-1 ~ 56-1 |
| 8 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 60-1 ~ 60-1 |
| 9 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 72-11 ~ 72-11 |
| 10 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 73-1 ~ 73-1 |
| 11 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 98-1 ~ 98-1 |
| 12 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 99-7 ~ 99-7 |
| 13 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time | 100-1 ~ 100-1 |
| 14 | quickstart.Omni_Notes_Sample.go_to_privacy_settings | 81-2 ~ 81-3 |
| 15 | quickstart.Omni_Notes_Sample.go_to_privacy_settings | 85-2 ~ 85-3 |
| Index | Property Name 5 | Precondition Satisfied 116 | Executed 54 | Passes 50 | Fails 13 | Errors 2 | Error Details |
|---|---|---|---|---|---|---|---|
| 1 | quickstart.Omni_Notes_Sample.go_to_privacy_settings Property | 33 | 17 | 15 | 0 | 2 | |
|
ERROR
Occurred 2 times
Monkey Steps: 81, 85
Error:
uiautomator2.exceptions.UiObjectNotFoundError: {'code': -32002, 'data': "Selector [text='Settings']", 'method': 'wait'}
Show Full TracebackTraceback (most recent call last):
File "/Users/drifter327/Code/Kea2/quickstart.py", line 53, in go_to_privacy_settings
self.d(text="Settings").click()
File "/Users/drifter327/Code/Kea2/.venv/lib/python3.11/site-packages/uiautomator2/_selector.py", line 149, in click
self.must_wait(timeout=timeout)
File "/Users/drifter327/Code/Kea2/.venv/lib/python3.11/site-packages/uiautomator2/_selector.py", line 338, in must_wait
raise UiObjectNotFoundError({'code': -32002, 'data': str(self.selector), 'method': 'wait'})
uiautomator2.exceptions.UiObjectNotFoundError: {'code': -32002, 'data': "Selector [text='Settings']", 'method': 'wait'}
|
|||||||
| 2 | quickstart.Omni_Notes_Sample.navigate_up Property | 54 | 26 | 26 | 0 | 0 | - |
| 3 | quickstart.Omni_Notes_Sample.open_drawer Property | 27 | 9 | 9 | 0 | 0 | - |
| 4 | quickstart.Omni_Notes_Sample.rotation_should_not_close_the_search_input Property | 2 | 2 | 0 | 2 | 0 | |
|
FAIL
Occurred 2 times
Monkey Steps: 13, 61
Error:
AssertionError
Show Full TracebackTraceback (most recent call last):
File "/Users/drifter327/Code/Kea2/quickstart.py", line 77, in rotation_should_not_close_the_search_input
assert self.d(resourceId="it.feio.android.omninotes.alpha:id/search_src_text").exists
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
|
|||||||
| 5 | quickstart.Omni_Notes_Sample.search_button_and_search_input_box_should_not_exists_at_the_same_time Invariant | / | / | / | 11 | 0 | |
|
FAIL
Occurred 11 times
Monkey Steps: 31, 40, 45, 48, 56, 60, 72, 73, 98, 99, 100
Error:
AssertionError
Show Full TracebackTraceback (most recent call last):
File "/Users/drifter327/Code/Kea2/quickstart.py", line 88, in search_button_and_search_input_box_should_not_exists_at_the_same_time
assert random.random() > 0.1 # introduce some random failure for demo
^^^^^^^^^^^^^^^^^^^^^
AssertionError
|
|||||||