Дополнительные журналы:
В logcat я заметил это исключение во время запуска на проблемном устройстве: < /p>
Код: Выделить всё
E ActivityTaskManager: java.lang.NumberFormatException: For input string: "res/ON.png"
Код: Выделить всё
ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.flipsidegroup.beautyshelf cmp=com.flipsidegroup.beautyshelf/.MainActivity} with LAUNCH_SINGLE_TASK from uid 10291 (BAL_ALLOW_PERMISSION) result code=-96
06-03 03:11:45.803 22841 23090 W Robo : Launching using UiAutomator failed after 537 milliseconds.
06-03 03:11:45.803 19024 19050 I PCP.DataFetch: #updateLastReturnedDatabase
06-03 03:11:45.804 22841 23090 W Robo : android.util.AndroidRuntimeException: Activity could not be started for Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.flipsidegroup.beautyshelf cmp=com.flipsidegroup.beautyshelf/.MainActivity }
06-03 03:11:45.804 22841 23090 W Robo : at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2457)
06-03 03:11:45.804 22841 23090 W Robo : at android.app.Instrumentation.execStartActivity(Instrumentation.java:2005)
06-03 03:11:45.804 22841 23090 W Robo : at android.app.ContextImpl.startActivity(ContextImpl.java:1161)
06-03 03:11:45.804 22841 23090 W Robo : at android.content.ContextWrapper.startActivity(ContextWrapper.java:460)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.uiautomator.UiAutomatorInteractionController.launchPackage(UiAutomatorInteractionController.java:11)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.hybrid.HybridInteractionController.launchPackage(HybridInteractionController.java:1)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.ActionExecutor.execute(ActionExecutor.java:71)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.ActionExecutor.performAction(ActionExecutor.java:4)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.handlePerformAction(RemotePlatform.java:22)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.messageLoop(RemotePlatform.java:63)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.lambda$startCrawlAndWaitUntilFinished$0(RemotePlatform.java:1)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.$r8$lambda$hQGbAtvOdfTLGIyexIBN1s0MlMk(Unknown Source:0)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform$$ExternalSyntheticLambda0.run(Unknown Source:6)
06-03 03:11:45.804 22841 23090 W Robo : at java.lang.Thread.run(Thread.java:1012)
06-03 03:11:45.804 1470 1997 W UsageStatsService: Unexpected activity event reported! (com.flipsidegroup.beautyshelf/com.flipsidegroup.beautyshelf.MainActivity event : 23 instanceId : 78417694)
06-03 03:11:45.804 22841 23090 W Robo : Failed to launch.
06-03 03:11:45.804 22841 23090 W Robo : androidx.test.tools.crawler.common.exceptions.LaunchFailedException: Failed to launch app: com.flipsidegroup.beautyshelf
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.uiautomator.UiAutomatorInteractionController.launchPackage(UiAutomatorInteractionController.java:29)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.hybrid.HybridInteractionController.launchPackage(HybridInteractionController.java:1)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.ActionExecutor.execute(ActionExecutor.java:71)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.ActionExecutor.performAction(ActionExecutor.java:4)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.handlePerformAction(RemotePlatform.java:22)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.messageLoop(RemotePlatform.java:63)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.lambda$startCrawlAndWaitUntilFinished$0(RemotePlatform.java:1)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform.$r8$lambda$hQGbAtvOdfTLGIyexIBN1s0MlMk(Unknown Source:0)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.RemotePlatform$$ExternalSyntheticLambda0.run(Unknown Source:6)
06-03 03:11:45.804 22841 23090 W Robo : at java.lang.Thread.run(Thread.java:1012)
06-03 03:11:45.804 22841 23090 W Robo : Caused by: android.util.AndroidRuntimeException: Activity could not be started for Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.flipsidegroup.beautyshelf cmp=com.flipsidegroup.beautyshelf/.MainActivity }
06-03 03:11:45.804 22841 23090 W Robo : at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2457)
06-03 03:11:45.804 22841 23090 W Robo : at android.app.Instrumentation.execStartActivity(Instrumentation.java:2005)
06-03 03:11:45.804 22841 23090 W Robo : at android.app.ContextImpl.startActivity(ContextImpl.java:1161)
06-03 03:11:45.804 22841 23090 W Robo : at android.content.ContextWrapper.startActivity(ContextWrapper.java:460)
06-03 03:11:45.804 22841 23090 W Robo : at androidx.test.tools.crawler.platform.uiautomator.UiAutomatorInteractionController.launchPackage(UiAutomatorInteractionController.java:11)
06-03 03:11:45.804 22841 23090 W Robo : ... 9 more
Вот мои журналы
https://gist.github.com/mysakoleh/ed28b ... eed02370da
Подробнее здесь: https://stackoverflow.com/questions/796 ... nd-samsung