Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Apps organization bug / Bliss crash

  • /e/ version: 1.3-20220905216076
  • Device model(s): Samsung Galaxy S7 (SM-G930F)
  • Device rooted: yes

Summary

I pack my apps using folders on the launcher screen. Eventually, the folders are gone and the apps are just listed back on the screen alphabetically (usually, only 1 folder remains on the screen, with only one app in it). The apps in the bar at the bottom of the screen are also back on main part of the screen.

I experience this crash since I use v1.1, then with 1.2. I did not experience the bug with 0.x (I directly upgraded to 1.1).

The problem

Steps to reproduce

The only action that triggers the crash is to use the central physical button of the phone (but it not always triggers the crash).

What is the current behavior?

After the crash, the apps are not organized anymore.

What is the expected correct behavior?

The apps should not move (except if I decide so!).

Technical informations

Relevant logs (adb logcat)

--------- beginning of crash
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: FATAL EXCEPTION: main
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: Process: foundation.e.blisslauncher, PID: 4758
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=foundation.e.blisslauncher/.features.weather.WeatherSourceListenerService }: app is in background uid UidRecord{6a3e800 u0a17 TPSL idle procs:1 seq(0,0,0)}
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1616)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.app.ContextImpl.startService(ContextImpl.java:1571)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.content.ContextWrapper.startService(ContextWrapper.java:669)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at foundation.e.blisslauncher.features.launcher.LauncherActivity.createWidgetsPage(LauncherActivity.java:1479)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at foundation.e.blisslauncher.features.launcher.LauncherActivity.showApps(LauncherActivity.java:1062)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at foundation.e.blisslauncher.features.launcher.LauncherActivity$2.onNext(LauncherActivity.java:404)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at foundation.e.blisslauncher.features.launcher.LauncherActivity$2.onNext(LauncherActivity.java:398)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.drainNormal(ObservableObserveOn.java:201)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(ObservableObserveOn.java:255)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:124)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:883)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:100)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:214)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7356)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:940)

Relevant screenshots

Before the crash: Screenshot_20220810-165923_BlissLauncher

After the crash: Screenshot_20220829-162219_BlissLauncher

Solutions

Workaround

Re-organize apps, again and again.

Possible fixes

Discussion about this issue here: "Apps organization bug" on community.e.foundation.

tcecyk has identified two issues that look close to this one :

I feel like there is something strange happening with processes 4758 and 6708 (based on the time the crashed happened). Here is the full logcat for these two PIDs:

| ------ SYSTEM LOG (logcat -v threadtime -v printable -v uid -d *:v) ------                                                                                                                                                                                                                                                                                                                                                                    |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --------- beginning of crash                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: FATAL EXCEPTION: main                                                                                                                                                                                                                                                                                                                                                                  |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: Process: foundation.e.blisslauncher, PID: 4758                                                                                                                                                                                                                                                                                                                                         |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=foundation.e.blisslauncher/.features.weather.WeatherSourceListenerService }: app is in background uid UidRecord{6a3e800 u0a17 TPSL idle procs:1 seq(0,0,0)}                                                                                                                                                 |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1616)                                                                                                                                                                                                                                                                                                                   |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.app.ContextImpl.startService(ContextImpl.java:1571)                                                                                                                                                                                                                                                                                                                         |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.content.ContextWrapper.startService(ContextWrapper.java:669)                                                                                                                                                                                                                                                                                                                |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.content.ContextWrapper.startService(ContextWrapper.java:669)                                                                                                                                                                                                                                                                                                                |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at foundation.e.blisslauncher.features.launcher.LauncherActivity.createWidgetsPage(LauncherActivity.java:1479)                                                                                                                                                                                                                                                                         |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at foundation.e.blisslauncher.features.launcher.LauncherActivity.showApps(LauncherActivity.java:1062)                                                                                                                                                                                                                                                                                  |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at foundation.e.blisslauncher.features.launcher.LauncherActivity$2.onNext(LauncherActivity.java:404)                                                                                                                                                                                                                                                                                   |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at foundation.e.blisslauncher.features.launcher.LauncherActivity$2.onNext(LauncherActivity.java:398)                                                                                                                                                                                                                                                                                   |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.drainNormal(ObservableObserveOn.java:201)                                                                                                                                                                                                                                                          |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(ObservableObserveOn.java:255)                                                                                                                                                                                                                                                                  |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:124)                                                                                                                                                                                                                                                                                   |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:883)                                                                                                                                                                                                                                                                                                                                 |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100)                                                                                                                                                                                                                                                                                                                                |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)                                                                                                                                                                                                                                                                                                                                             |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7356)                                                                                                                                                                                                                                                                                                                           |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)                                                                                                                                                                                                                                                                                                                                      |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)                                                                                                                                                                                                                                                                                                   |
| 09-07 12:09:25.353 10017  4758  4758 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:940)                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:02.403 10017  6708  6708 D PackageAddedRemovedHand: handleEvent() called with: ctx = [foundation.e.blisslauncher.BlissLauncher@ea434d6], action = [android.intent.action.PACKAGE_CHANGED], packageName = [ch.protonmail.android], user = [foundation.e.blisslauncher.core.utils.UserHandle@c272298], replacing = [true]                                                                                                           |
| 09-08 09:00:04.249 10017  6708  6708 I IconsHandler: Cached 44 icons                                                                                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:04.249 10017  6708  6708 I EventsObserverImpl: accept: 601                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:04.404 10017  6708  6708 D AppProvider: reload() called                                                                                                                                                                                                                                                                                                                                                                           |
| 09-08 09:00:04.404 10017  6708  6708 D AppProvider: initializeAppLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadAppsTask@8ce5729]                                                                                                                                                                                                                                                                    |
| 09-08 09:00:04.404 10017  6708  6708 D AppProvider: initializeShortcutsLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadShortcutTask@11fcaae]                                                                                                                                                                                                                                                          |
| 09-08 09:00:04.405 10017  6708  6708 D AppProvider: initializeDatabaseLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadDatabaseTask@ade804f]                                                                                                                                                                                                                                                           |
| 09-08 09:00:04.417 10017  6708  6731 I LoadShortcutTask: doInBackground: 0                                                                                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:04.417 10017  6708  6708 D AppProvider: loadShortcutsOver() called with: shortcuts = [{}]false                                                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:04.426 10017  6708  6708 D AppProvider: loadDatabaseOver() called with: databaseItems = [main]false                                                                                                                                                                                                                                                                                                                               |
| 09-08 09:00:04.434 10017  6708  6730 I AppUtils: totalAppsBefore: 84                                                                                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:05.388 10017  6708  6730 I AppUtils: Total Apps Loaded: 80                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:05.389 10017  6708  6708 D AppProvider: loadAppsOver() called false                                                                                                                                                                                                                                                                                                                                                               |
| 09-08 09:00:05.389 10017  6708  6708 D AppProvider: prepareLauncherItems() called                                                                                                                                                                                                                                                                                                                                                             |
| 09-08 09:00:05.389 10017  6708  6708 I AppProvider: Total number of apps: 80                                                                                                                                                                                                                                                                                                                                                                  |
| 09-08 09:00:05.389 10017  6708  6708 I AppProvider: Total number of items in database: 81                                                                                                                                                                                                                                                                                                                                                     |
| 09-08 09:00:05.389 10017  6708  6708 I BLISS_GRAPHICS: generateFolderIcon: 212*212                                                                                                                                                                                                                                                                                                                                                            |
| 09-08 09:00:10.470 10017  6708  6708 D PackageAddedRemovedHand: handleEvent() called with: ctx = [foundation.e.blisslauncher.BlissLauncher@ea434d6], action = [android.intent.action.PACKAGE_CHANGED], packageName = [ch.protonmail.android], user = [foundation.e.blisslauncher.core.utils.UserHandle@cdc6939], replacing = [true]                                                                                                           |
| 09-08 09:00:12.028 10017  6708  6708 I IconsHandler: Cached 44 icons                                                                                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:12.028 10017  6708  6708 I EventsObserverImpl: accept: 601                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:12.155 10017  6708  6708 D AppProvider: reload() called                                                                                                                                                                                                                                                                                                                                                                           |
| 09-08 09:00:12.155 10017  6708  6708 D AppProvider: initializeAppLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadAppsTask@9605c56]                                                                                                                                                                                                                                                                    |
| 09-08 09:00:12.155 10017  6708  6708 D AppProvider: initializeShortcutsLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadShortcutTask@aadb4d7]                                                                                                                                                                                                                                                          |
| 09-08 09:00:12.155 10017  6708  6708 D AppProvider: initializeDatabaseLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadDatabaseTask@e59b1c4]                                                                                                                                                                                                                                                           |
| 09-08 09:00:12.192 10017  6708  6731 I LoadShortcutTask: doInBackground: 0                                                                                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:12.213 10017  6708  6730 I AppUtils: totalAppsBefore: 84                                                                                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:12.313 10017  6708  6708 D android.widget.GridLayout: horizontal constraints: x4-x0>=1304, x4-x3<=325, x3-x2<=325, x2-x1<=325, x1-x0<=325 are inconsistent; permanently removing: x4-x3<=325.                                                                                                                                                                                                                                     |
| 09-08 09:00:12.313 10017  6708  6708 D android.widget.GridLayout: vertical constraints: y5-y0>=2616, y5-y4<=410, y4-y3<=410, y3-y2<=410, y2-y1<=410, y1-y0<=410 are inconsistent; permanently removing: y5-y4<=410.                                                                                                                                                                                                                           |
| 09-08 09:00:12.320 10017  6708  6736 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000,  [1440x2560]-format:1                                                                                                                                                                                                                                   |
| 09-08 09:00:12.427 10017  6708  6708 D AppProvider: loadShortcutsOver() called with: shortcuts = [{}]false                                                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:12.427 10017  6708  6708 D AppProvider: loadDatabaseOver() called with: databaseItems = [main]false                                                                                                                                                                                                                                                                                                                               |
| 09-08 09:00:12.430 10017  6708  6708 D WeatherIconUtils: Decoding resource id = 2131230915 for density = 560                                                                                                                                                                                                                                                                                                                                  |
| 09-08 09:00:12.738 10017  6708  6730 I AppUtils: Total Apps Loaded: 80                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:12.739 10017  6708  6708 D AppProvider: loadAppsOver() called false                                                                                                                                                                                                                                                                                                                                                               |
| 09-08 09:00:12.739 10017  6708  6708 D AppProvider: prepareLauncherItems() called                                                                                                                                                                                                                                                                                                                                                             |
| 09-08 09:00:12.739 10017  6708  6708 I AppProvider: Total number of apps: 80                                                                                                                                                                                                                                                                                                                                                                  |
| 09-08 09:00:12.739 10017  6708  6708 I AppProvider: Total number of items in database: 81                                                                                                                                                                                                                                                                                                                                                     |
| 09-08 09:00:12.739 10017  6708  6708 I BLISS_GRAPHICS: generateFolderIcon: 212*212                                                                                                                                                                                                                                                                                                                                                            |
| 09-08 09:00:21.007 10017  6708  6736 W libEGL  : EGLNativeWindowType 0x7118dbef90 disconnect failed                                                                                                                                                                                                                                                                                                                                           |
| 09-08 09:00:44.887 10017  6708  6708 D PackageAddedRemovedHand: handleEvent() called with: ctx = [foundation.e.blisslauncher.BlissLauncher@ea434d6], action = [android.intent.action.PACKAGE_CHANGED], packageName = [com.ridedott.rider], user = [foundation.e.blisslauncher.core.utils.UserHandle@3b3ff0a], replacing = [true]                                                                                                              |
| 09-08 09:00:45.029 10017  6708  6708 I IconsHandler: Cached 44 icons                                                                                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:45.029 10017  6708  6708 I EventsObserverImpl: accept: 601                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:45.112 10017  6708  6708 D AppProvider: reload() called                                                                                                                                                                                                                                                                                                                                                                           |
| 09-08 09:00:45.112 10017  6708  6708 D AppProvider: initializeAppLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadAppsTask@2769344]                                                                                                                                                                                                                                                                    |
| 09-08 09:00:45.112 10017  6708  6708 D AppProvider: initializeShortcutsLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadShortcutTask@7f39c2d]                                                                                                                                                                                                                                                          |
| 09-08 09:00:45.113 10017  6708  6708 D AppProvider: initializeDatabaseLoading() called with: loader = [foundation.e.blisslauncher.features.launcher.tasks.LoadDatabaseTask@41d6562]                                                                                                                                                                                                                                                           |
| 09-08 09:00:45.133 10017  6708  6731 I LoadShortcutTask: doInBackground: 0                                                                                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:45.134 10017  6708  6708 D AppProvider: loadShortcutsOver() called with: shortcuts = [{}]false                                                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:45.154 10017  6708  6708 D AppProvider: loadDatabaseOver() called with: databaseItems = [main]false                                                                                                                                                                                                                                                                                                                               |
| 09-08 09:00:45.163 10017  6708  6730 I AppUtils: totalAppsBefore: 84                                                                                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:46.007 10017  6708  6730 I AppUtils: Total Apps Loaded: 80                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:00:46.008 10017  6708  6708 D AppProvider: loadAppsOver() called false                                                                                                                                                                                                                                                                                                                                                               |
| 09-08 09:00:46.008 10017  6708  6708 D AppProvider: prepareLauncherItems() called                                                                                                                                                                                                                                                                                                                                                             |
| 09-08 09:00:46.008 10017  6708  6708 I AppProvider: Total number of apps: 80                                                                                                                                                                                                                                                                                                                                                                  |
| 09-08 09:00:46.008 10017  6708  6708 I AppProvider: Total number of items in database: 81                                                                                                                                                                                                                                                                                                                                                     |
| 09-08 09:00:46.008 10017  6708  6708 I BLISS_GRAPHICS: generateFolderIcon: 212*212                                                                                                                                                                                                                                                                                                                                                            |
| 09-08 09:02:42.090  1058  3677  3677 I /system/bin/tombstoned: registered intercept for pid 6708 and type kDebuggerdJavaBacktrace                                                                                                                                                                                                                                                                                                             |
| 09-08 09:02:42.090 10017  6708  6719 I e.blisslaunche: Thread[7,tid=6719,WaitingInMainSignalCatcherLoop,Thread*=0x7192d0d000,peer=0x131c0128,"Signal Catcher"]: reacting to signal 3                                                                                                                                                                                                                                                          |
| 09-08 09:02:42.091 10017  6708  6719 I e.blisslaunche:                                                                                                                                                                                                                                                                                                                                                                                        |
| 09-08 09:02:42.696  1058  3677  3677 I /system/bin/tombstoned: found intercept fd 512 for pid 6708 and type kDebuggerdJavaBacktrace                                                                                                                                                                                                                                                                                                           |
| 09-08 09:02:42.696 10017  6708  6719 I e.blisslaunche: Wrote stack traces to tombstoned                                                                                                                                                                                                                                                                                                                                                       |
| 09-08 08:29:41.553 10017  6708  6708 I am_on_restart_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performRestartActivity]                                                                                                                                                                                                                                                                                         |
| 09-08 08:29:41.555 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:29:41.843 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:29:41.844 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topWhenResuming]                                                                                                                                                                                                                                                                                     |
| 09-08 08:29:50.233 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                            |
| 09-08 08:29:50.241 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:29:50.584 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleRelaunchActivity]                                                                                                                                                                                                                                                                                            |
| 09-08 08:29:50.604 10017  6708  6708 I am_on_destroy_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performDestroy]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:29:50.860 10017  6708  6708 I am_on_create_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performCreate]                                                                                                                                                                                                                                                                                                   |
| 09-08 08:29:50.864 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:29:50.867 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,LIFECYCLER_RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                      |
| 09-08 08:29:50.881 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:29:50.882 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,STOP_ACTIVITY_ITEM]                                                                                                                                                                                                                                                                                                |
| 09-08 08:29:50.976 10017  6708  1216 I dvm_lock_sample: [foundation.e.blisslauncher,0,pool-1-thread-3,43,ResourcesManager.java,298,android.view.Display android.app.ResourcesManager.getAdjustedDisplay(int, android.content.res.Resources),AssetManager.java,-2,void android.content.res.AssetManager.nativeSetConfiguration(long, int, int, java.lang.String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int),8] |
| 09-08 08:30:15.127 10017  6708  6708 I am_on_restart_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performRestartActivity]                                                                                                                                                                                                                                                                                         |
| 09-08 08:30:15.129 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:30:15.349 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:15.350 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                          |
| 09-08 08:30:15.437 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,pausing]                                                                                                                                                                                                                                                                                               |
| 09-08 08:30:15.437 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:30:15.438 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleRelaunchActivity]                                                                                                                                                                                                                                                                                            |
| 09-08 08:30:15.440 10017  6708  6708 I am_on_destroy_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performDestroy]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:15.495 10017  6708  6708 I am_on_create_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performCreate]                                                                                                                                                                                                                                                                                                   |
| 09-08 08:30:15.497 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:30:15.498 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:15.498 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topWhenResuming]                                                                                                                                                                                                                                                                                     |
| 09-08 08:30:18.891 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                            |
| 09-08 08:30:18.892 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:30:19.211 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,STOP_ACTIVITY_ITEM]                                                                                                                                                                                                                                                                                                |
| 09-08 08:30:19.217 10017  6708  6708 I am_on_destroy_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performDestroy]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:19.450 10017  6708  6708 I am_on_create_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performCreate]                                                                                                                                                                                                                                                                                                   |
| 09-08 08:30:19.532 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:30:19.535 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,LIFECYCLER_RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                      |
| 09-08 08:30:19.573 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:30:19.574 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,STOP_ACTIVITY_ITEM]                                                                                                                                                                                                                                                                                                |
| 09-08 08:30:26.448 10017  6708  6708 I am_on_restart_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performRestartActivity]                                                                                                                                                                                                                                                                                         |
| 09-08 08:30:26.456 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:30:26.725 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:26.726 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                          |
| 09-08 08:30:26.804 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,pausing]                                                                                                                                                                                                                                                                                               |
| 09-08 08:30:26.804 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:30:26.805 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleRelaunchActivity]                                                                                                                                                                                                                                                                                            |
| 09-08 08:30:26.807 10017  6708  6708 I am_on_destroy_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performDestroy]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:26.910 10017  6708  6708 I am_on_create_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performCreate]                                                                                                                                                                                                                                                                                                   |
| 09-08 08:30:26.919 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:30:26.921 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:26.922 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topWhenResuming]                                                                                                                                                                                                                                                                                     |
| 09-08 08:30:33.361 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                            |
| 09-08 08:30:33.366 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:30:33.874 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,STOP_ACTIVITY_ITEM]                                                                                                                                                                                                                                                                                                |
| 09-08 08:30:33.943 10017  6708  6708 I am_on_destroy_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performDestroy]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:30:34.318 10017  6708  6708 I am_on_create_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performCreate]                                                                                                                                                                                                                                                                                                   |
| 09-08 08:30:34.323 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:30:34.325 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,LIFECYCLER_RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                      |
| 09-08 08:30:34.333 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:30:34.335 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,STOP_ACTIVITY_ITEM]                                                                                                                                                                                                                                                                                                |
| 09-08 08:41:33.366 10017  6708  6708 I am_on_restart_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performRestartActivity]                                                                                                                                                                                                                                                                                         |
| 09-08 08:41:33.372 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:41:33.692 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:41:33.695 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                          |
| 09-08 08:41:33.878 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,pausing]                                                                                                                                                                                                                                                                                               |
| 09-08 08:41:33.878 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:41:33.881 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleRelaunchActivity]                                                                                                                                                                                                                                                                                            |
| 09-08 08:41:33.886 10017  6708  6708 I am_on_destroy_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performDestroy]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:41:33.987 10017  6708  6708 I am_on_create_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performCreate]                                                                                                                                                                                                                                                                                                   |
| 09-08 08:41:33.991 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 08:41:33.993 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 08:41:33.993 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topWhenResuming]                                                                                                                                                                                                                                                                                     |
| 09-08 08:41:34.222 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,pausing]                                                                                                                                                                                                                                                                                               |
| 09-08 08:41:34.222 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:41:34.223 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,LIFECYCLER_RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                      |
| 09-08 08:41:34.224 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topWhenResuming]                                                                                                                                                                                                                                                                                     |
| 09-08 08:41:49.967 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                            |
| 09-08 08:41:49.978 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 08:41:50.000 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,sleeping]                                                                                                                                                                                                                                                                                                          |
| 09-08 09:00:12.156 10017  6708  6708 I am_on_restart_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performRestartActivity]                                                                                                                                                                                                                                                                                         |
| 09-08 09:00:12.158 10017  6708  6708 I am_on_start_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,handleStartActivity]                                                                                                                                                                                                                                                                                              |
| 09-08 09:00:12.304 10017  6708  6708 I am_on_resume_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,RESUME_ACTIVITY]                                                                                                                                                                                                                                                                                                 |
| 09-08 09:00:12.304 10017  6708  6708 I am_on_top_resumed_gained_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topWhenResuming]                                                                                                                                                                                                                                                                                     |
| 09-08 09:00:20.615 10017  6708  6708 I am_on_top_resumed_lost_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,topStateChangedWhenResumed]                                                                                                                                                                                                                                                                            |
| 09-08 09:00:20.617 10017  6708  6708 I am_on_paused_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,performPause]                                                                                                                                                                                                                                                                                                    |
| 09-08 09:00:22.172 10017  6708  6708 I am_on_stop_called: [0,foundation.e.blisslauncher.features.launcher.LauncherActivity,STOP_ACTIVITY_ITEM]                                                                                                                                                                                                                                                                                                |

Checklist

  • License
  • Translations
  • Documentation
  • Test plan
Edited by chocobo mog