Appium 1.17.1 with Espresso - Session start failed

I tried to change the automation-name-Capabiltiy and by this my automation-driver from “UiAutomator2” to “espresso” and it gives me the following error:

{“A new session could not be created. Details: Cannot read property ‘sendAction’ of undefined. Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting. (SessionNotCreated)”}

The recommended website does not help me. It still works well if I change it back to UiAutomator2.

My android-Version: 8.1.0
System: Windows
Appium-Version: 1.17.1

This is how i start appium from the cmd-Console in Windows and what my logs in Appium are:

C:\WINDOWS\system32>appium --address 127.0.0.1 --port 4723 --session-override --platform-name Android --automation-name espresso
[Appium] Welcome to Appium v1.17.1
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] sessionOverride: true
[Appium] platformName: Android
[Appium] automationName: espresso
[Appium] Deprecated server args:
[Appium] --platform-name => --default-capabilities ‘{“platformName”:“Android”}’
[Appium] --automation-name => --default-capabilities ‘{“automationName”:“espresso”}’
[Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
[Appium] platformName: Android
[Appium] automationName: espresso
[Appium] Appium REST http interface listener started on 127.0.0.1:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {“desiredCapabilities”:{“deviceName”:“WCR7N18904000418”,“appPackage”:“com.zhiliaoapp.musically”,“appActivity”:“com.ss.android.ugc.aweme.splash.SplashActivity”,“unlockType”:“pin”,“unlockKey”:“5145”,“automationName”:“espresso”,“platformName”:“Android”},“capabilities”:{“firstMatch”:[{“platformName”:“Android”}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{“deviceName”:“WCR7N18904000418”,“appPackage”:“com.zhiliaoapp.musically”,“appActivity”:“com.ss.android.ugc.aweme.splash.SplashActivity”,“unlockType”:“pin”,“unlockKey”:“5145”,“automationName”:“espresso”,“platformName”:“Android”},null,{“firstMatch”:[{“platformName”:“Android”}]}]
[debug] [BaseDriver] Event ‘newSessionRequested’ logged at 1589468889903 (17:08:09 GMT+0200 (GMT+02:00))
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] automationName
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: [“deviceName”,“appPackage”,“appActivity”,“unlockType”,“unlockKey”]
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] deviceName
[BaseDriver] appPackage
[BaseDriver] appActivity
[BaseDriver] unlockType
[BaseDriver] unlockKey
[BaseDriver] automationName
[Appium] Appium v1.17.1 creating new EspressoDriver (v1.23.2) session
[debug] [Appium] There are no active sessions for cleanup
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] “alwaysMatch”: {
[debug] [BaseDriver] “appium:deviceName”: “WCR7N18904000418”,
[debug] [BaseDriver] “appium:appPackage”: “com.zhiliaoapp.musically”,
[debug] [BaseDriver] “appium:appActivity”: “com.ss.android.ugc.aweme.splash.SplashActivity”,
[debug] [BaseDriver] “appium:unlockType”: “pin”,
[debug] [BaseDriver] “appium:unlockKey”: “5145”,
[debug] [BaseDriver] “platformName”: “Android”,
[debug] [BaseDriver] “appium:automationName”: “espresso”
[debug] [BaseDriver] },
[debug] [BaseDriver] “firstMatch”: [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: 12af42b4-8333-455a-9645-cc073625a962
[Espresso] EspressoDriver version: 1.23.2
[ADB] Found 1 ‘build-tools’ folders under ‘C:\Users\furbn\AppData\Local\Android\android-sdk’ (newest first):
[ADB] C:/Users/furbn/AppData/Local/Android/android-sdk/build-tools/28.0.3
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices…
[debug] [ADB] Connected devices: [{“udid”:“WCR7N18904000418”,“state”:“device”}]
[AndroidDriver] Using device: WCR7N18904000418
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[debug] [ADB] Setting device id to WCR7N18904000418
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell getprop ro.build.version.sdk’
[debug] [ADB] Current device property ‘ro.build.version.sdk’: 27
[debug] [ADB] Device API level: 27
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 wait-for-device’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell echo ping’
[debug] [AndroidDriver] Pushing settings apk to device…
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] ‘io.appium.settings’ is installed
[debug] [ADB] Getting package info for ‘io.appium.settings’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] The version name of the installed ‘io.appium.settings’ is greater or equal to the application version name (‘3.1.0’ >= ‘3.1.0’)
[debug] [ADB] There is no need to install/upgrade ‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk’
[debug] [ADB] Getting IDs of all ‘io.appium.settings’ processes
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ‘pgrep --help; echo $?’’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell pgrep -f io\.appium\.settings’
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell appops set io.appium.settings android:mock_location allow’
[debug] [Logcat] Starting logcat capture
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global animator_duration_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global transition_animation_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global window_animation_scale’
[debug] [Espresso] Forwarding Espresso Server port 6791 to 8300
[debug] [ADB] Forwarding system: 8300 to device: 6791
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward tcp:8300 tcp:6791’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys window’
[debug] [AndroidDriver] Screen is locked, trying to unlock
[AndroidDriver] Trying to unlock device using pin 5145
[AndroidDriver] Waking up the device to unlock it
[debug] [Espresso] Deleting espresso session
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop com.zhiliaoapp.musically’
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8300
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward --remove tcp:8300’
[debug] [BaseDriver] Event ‘newSessionStarted’ logged at 1589468891476 (17:08:11 GMT+0200 (GMT+02:00))
[debug] [W3C] Encountered internal error running command: A new session could not be created. Details: Cannot read property ‘sendAction’ of undefined. Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting.
[debug] [W3C] TypeError: Cannot read property ‘sendAction’ of undefined. Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting.
[debug] [W3C] at EspressoDriver.pressKeyCode (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\actions.js:26:31)
[debug] [W3C] at Object.dismissKeyguard (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\unlock-helpers.js:48:16)
[debug] [W3C] at unlockMethod (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\unlock-helpers.js:100:17)
[debug] [W3C] at Object.unlockWithUIAutomation (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\android-helpers.js:620:9)
[debug] [W3C] at Object.unlock (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\android-helpers.js:667:19)
[debug] [W3C] at EspressoDriver.startEspressoSession (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\lib\driver.js:289:7)
[debug] [W3C] at EspressoDriver.createSession (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\lib\driver.js:188:7)
[debug] [W3C] at AppiumDriver.createSession (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\lib\appium.js:358:35)
[debug] [W3C] Destroying socket connection
[HTTP] <-- POST /wd/hub/session 500 1586 ms - 1727
[HTTP]

Appium Doctor says the following:

C:\WINDOWS\system32>appium-doctor
info AppiumDoctor Appium Doctor v.1.15.1
info AppiumDoctor ### Diagnostic for necessary dependencies starting ###
info AppiumDoctor :heavy_check_mark: The Node.js binary was found at: C:\Program Files\nodejs\node.EXE
info AppiumDoctor :heavy_check_mark: Node version is 12.16.2
info AppiumDoctor :heavy_check_mark: ANDROID_HOME is set to: C:\Users\furbn\AppData\Local\Android\android-sdk
info AppiumDoctor :heavy_check_mark: JAVA_HOME is set to: C:\Program Files\Java\jdk1.8.0_201
info AppiumDoctor :heavy_check_mark: adb exists at: C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe
info AppiumDoctor :heavy_check_mark: android exists at: C:\Users\furbn\AppData\Local\Android\android-sdk\tools\android.bat
info AppiumDoctor :heavy_check_mark: emulator exists at: C:\Users\furbn\AppData\Local\Android\android-sdk\tools\emulator.exe
info AppiumDoctor :heavy_check_mark: Bin directory of %JAVA_HOME% is set
info AppiumDoctor ### Diagnostic for necessary dependencies completed, no fix needed. ###
info AppiumDoctor
info AppiumDoctor ### Diagnostic for optional dependencies starting ###
info AppiumDoctor :heavy_check_mark: opencv4nodejs is installed at: C:\Users\furbn\AppData\Roaming\npm. Installed version is: 5.5.0
WARN AppiumDoctor :heavy_multiplication_x: ffmpeg cannot be found
WARN AppiumDoctor :heavy_multiplication_x: mjpeg-consumer cannot be found.
WARN AppiumDoctor :heavy_multiplication_x: bundletool.jar cannot be found
WARN AppiumDoctor :heavy_multiplication_x: gst-launch-1.0.exe and/or gst-inspect-1.0.exe cannot be found
info AppiumDoctor ### Diagnostic for optional dependencies completed, 4 fixes possible. ###
info AppiumDoctor
info AppiumDoctor ### Optional Manual Fixes ###
info AppiumDoctor The configuration can install optionally. Please do the following manually:
WARN AppiumDoctor ➜ ffmpeg is needed to record screen features. Please read x to install it
WARN AppiumDoctor ➜ mjpeg-consumer module is required to use MJPEG-over-HTTP features. Please install it with ‘npm i -g mjpeg-consumer’.
WARN AppiumDoctor ➜ bundletool.jar is used to handle Android App Bundle. Please read http://appium.io/docs/en/writing-running-appium/android/android-appbundle/ to install it. Also consider adding the “.jar” extension into your PATHEXT environment variable in order to fix the problem for Windows
WARN AppiumDoctor ➜ gst-launch-1.0.exe and gst-inspect-1.0.exe are used to stream the screen of the device under test. Please read x to install them and for more details
info AppiumDoctor
info AppiumDoctor ###
info AppiumDoctor
info AppiumDoctor Bye! Run appium-doctor again when all manual fixes have been applied!
info AppiumDoctor

My Capabilities are:

appiumOptions = new AppiumOptions();
appiumOptions.PlatformName = “android”;
appiumOptions.AddAdditionalCapability(MobileCapabilityType.DeviceName, “WCR7N18904000418”);
appiumOptions.AddAdditionalCapability(“appPackage”, “com.zhiliaoapp.musically”);
appiumOptions.AddAdditionalCapability(“appActivity”, “com.ss.android.ugc.aweme.splash.SplashActivity”);
appiumOptions.AddAdditionalCapability(“unlockType”, UNLOCKTYPE);
appiumOptions.AddAdditionalCapability(“unlockKey”, UNLOCKKEY);
appiumOptions.AddAdditionalCapability(MobileCapabilityType.AutomationName, “espresso”);

            var commandTimeout = TimeSpan.FromMinutes(5);
            driver = new AndroidDriver<AndroidElement>(new Uri("http://127.0.0.1:4723/wd/hub"), appiumOptions, commandTimeout);

I tried installing the appium-espresso-driver manually by:

npm install -g appium-espresso-driver

which seemed to work, but I still get the error posted above.

PS: because I’m new I can only post 4 links in the description and removed the “https”-part of the recommended website in the logs (which is the same anyway)
Thank you all in advance

One more thing to say: It fails while trying to execute the following command line in C#:

            driver = new AndroidDriver<AndroidElement>(new Uri("http://127.0.0.1:4723/wd/hub"), appiumOptions, commandTimeout);

Does Espresso framework added to Android build under test? Android developers need to add it. Otherwise Espresso driver will not work.

@ Aleksei
I think I haven’t done this yet. Could you specify what I need to do to add the Framework. (I dont have access to the source-code of the app I’m automating. I downloaded it from the PlayStore.)

So I don’t test my own app but I try to automate an app I just downloaded.

Is it possible in my case to use Espresso?

You need follow https://developer.android.com/training/testing/espresso/setup

Device unlock does not work with Espresso. This is expected.

@mykola-mokhnach thank you very much, Device unlock was the problem.

I now get the following error:
[debug] [W3C] Error: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=24909, uid=24909 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically

After research and with your help I finally found this:

@Aleksei as you said I would need to integrate Espresso framework to the app im testing, which is not possible for me since I don’t have access to the source code.

The full logs are:

[HTTP]
[debug] [Espresso] Copying built apk from ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418\app\build\outputs\apk\androidTest\debug\app-debug-androidTest.apk’ to ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’
[debug] [ADB] Checking app cert for C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk
[ADB] Using ‘apksigner.jar’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar’
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar verify --print-certs C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
[debug] [ADB] Signer #1 certificate SHA-256 digest: 741cc34adc8550120fc463c7a8a74ba2182b3381649cb5ac9b569bb53ac1ec79
[debug] [ADB] Signer #1 certificate SHA-1 digest: 9884022793c6319e0e64fb4d5ee09e979d042868
[debug] [ADB] Signer #1 certificate MD5 digest: 77def06932b26e4c79a518478a8c4962
[debug] [ADB]
[debug] [ADB] ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ is signed with a non-default certificate
[ADB] Using ‘zipalign.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\zipalign.exe’
[debug] [ADB] C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ is already zip-aligned. Doing nothing
[debug] [ADB] Signing ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ with default cert
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar sign --key C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8 --cert C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk
[debug] [ADB] Uninstalling io.appium.espressoserver.test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is installed
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop io.appium.espressoserver.test’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 uninstall io.appium.espressoserver.test’
[debug] [ADB] ‘adb uninstall io.appium.espressoserver.test’ command output: Success
[ADB] io.appium.espressoserver.test was successfully uninstalled
[Espresso] Uninstalled the obsolete Espresso server package from the device under test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is not installed
[debug] [ADB] App ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ is not installed
[Espresso] Installing Espresso Test Server apk from the target device (path: ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’)
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 help’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 features’
[ADB] The application at ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 install C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’
[ADB] The installation of ‘io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ took 2360ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[Espresso] Installed Espresso Test Server apk ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ (pkg: ‘io.appium.espressoserver.test’)
[debug] [Espresso] Performing cleanup of automation leftovers
[debug] [Espresso] No obsolete sessions have been detected (Error: socket hang up)
[Espresso] Starting Espresso Server v1.23.2 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s",“WCR7N18904000418”,“shell”,“am”,“instrument”,"-w","-e",“debug”,“false”,“io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner”]
[debug] [Espresso] [Instrumentation] [STDERR] java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=23855, uid=23855 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [Espresso] Deleting espresso session
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop com.zhiliaoapp.musically’
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS: Error=Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=23855, uid=23855 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS: id=ActivityManagerService
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS_CODE: -1
[debug] [Espresso] [Instrumentation] [STDERR] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [Espresso] [Instrumentation] [STDERR] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [Espresso] [Instrumentation] [STDERR] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.main(Am.java:50)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
[Espresso] Instrumentation process exited with code 1 from signal null
[Espresso] Instrumentation process died with code 1 and signal null
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8300
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward --remove tcp:8300’
[debug] [BaseDriver] Event ‘newSessionStarted’ logged at 1589537192069 (12:06:32 GMT+0200 (GMT+02:00))
[debug] [W3C] Encountered internal error running command: A new session could not be created. Details: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=23855, uid=23855 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:2016). Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting.
[debug] [W3C] Error: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=23855, uid=23855 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [W3C] at startDetector (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\lib\espresso-runner.js:239:15)
[debug] [W3C] at handleOutput (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:106:32)
[debug] [W3C] at Socket. (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:159:48)
[debug] [W3C] at Socket.emit (events.js:310:20)
[debug] [W3C] at addChunk (_stream_readable.js:286:12)
[debug] [W3C] at readableAddChunk (_stream_readable.js:264:11)
[debug] [W3C] at Socket.Readable.push (_stream_readable.js:209:10)
[debug] [W3C] at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
[debug] [W3C] Destroying socket connection
[HTTP] --> POST /wd/hub/session
[HTTP] {“desiredCapabilities”:{“deviceName”:“WCR7N18904000418”,“appPackage”:“com.zhiliaoapp.musically”,“appActivity”:“com.ss.android.ugc.aweme.splash.SplashActivity”,“noReset”:true,“unlockType”:“pin”,“unlockKey”:“xxxx”,“automationName”:“espresso”,“platformName”:“Android”},“capabilities”:{“firstMatch”:[{“platformName”:“Android”}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{“deviceName”:“WCR7N18904000418”,“appPackage”:“com.zhiliaoapp.musically”,“appActivity”:“com.ss.android.ugc.aweme.splash.SplashActivity”,“noReset”:true,“unlockType”:“pin”,“unlockKey”:“xxxx”,“automationName”:“espresso”,“platformName”:“Android”},null,{“firstMatch”:[{“platformName”:“Android”}]}]
[debug] [BaseDriver] Event ‘newSessionRequested’ logged at 1589537214382 (12:06:54 GMT+0200 (GMT+02:00))
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] automationName
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: [“deviceName”,“appPackage”,“appActivity”,“noReset”,“unlockType”,“unlockKey”]
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] deviceName
[BaseDriver] appPackage
[BaseDriver] appActivity
[BaseDriver] noReset
[BaseDriver] unlockType
[BaseDriver] unlockKey
[BaseDriver] automationName
[Appium] Appium v1.17.1 creating new EspressoDriver (v1.23.2) session
[debug] [Appium] There are no active sessions for cleanup
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] “alwaysMatch”: {
[debug] [BaseDriver] “appium:deviceName”: “WCR7N18904000418”,
[debug] [BaseDriver] “appium:appPackage”: “com.zhiliaoapp.musically”,
[debug] [BaseDriver] “appium:appActivity”: “com.ss.android.ugc.aweme.splash.SplashActivity”,
[debug] [BaseDriver] “appium:noReset”: true,
[debug] [BaseDriver] “appium:unlockType”: “pin”,
[debug] [BaseDriver] “appium:unlockKey”: “xxxx”,
[debug] [BaseDriver] “platformName”: “Android”,
[debug] [BaseDriver] “appium:automationName”: “espresso”
[debug] [BaseDriver] },
[debug] [BaseDriver] “firstMatch”: [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: 37fb1688-a778-4643-ad0c-77ad9f4b5ae3
[Espresso] EspressoDriver version: 1.23.2
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices…
[debug] [ADB] Connected devices: [{“udid”:“WCR7N18904000418”,“state”:“device”}]
[AndroidDriver] Using device: WCR7N18904000418
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[debug] [ADB] Setting device id to WCR7N18904000418
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell getprop ro.build.version.sdk’
[debug] [ADB] Current device property ‘ro.build.version.sdk’: 27
[debug] [ADB] Device API level: 27
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 wait-for-device’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell echo ping’
[debug] [AndroidDriver] Pushing settings apk to device…
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] ‘io.appium.settings’ is installed
[debug] [ADB] Getting package info for ‘io.appium.settings’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] The version name of the installed ‘io.appium.settings’ is greater or equal to the application version name (‘3.1.0’ >= ‘3.1.0’)
[debug] [ADB] There is no need to install/upgrade ‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk’
[debug] [ADB] Getting IDs of all ‘io.appium.settings’ processes
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ‘pgrep --help; echo $?’’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell pgrep -f io\.appium\.settings’
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell appops set io.appium.settings android:mock_location allow’
[debug] [Logcat] Starting logcat capture
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global animator_duration_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global transition_animation_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global window_animation_scale’
[debug] [Espresso] Forwarding Espresso Server port 6791 to 8300
[debug] [ADB] Forwarding system: 8300 to device: 6791
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward tcp:8300 tcp:6791’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys window’
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [Espresso] No app capability. Assuming it is already on the device
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ls /data/local/tmp/espresso.apppackage’
[debug] [Espresso] The previous target application package is unknown
[Espresso] Forcing Espresso server rebuild because of changed application package
[debug] [Espresso] Deleting the obsolete Espresso server package ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’
[Espresso] Building espresso server in ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’
[debug] [Espresso] The build folder root could be customized by changing the ‘tmpDir’ capability
[debug] [Espresso] Copying espresso server template from (‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\espresso-server’ to ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’)
[debug] [Support] Traversed 49 directories and 250 files in 265ms
[debug] [Espresso] Bulding espresso server
[debug] [Espresso] Beginning build with command ‘gradlew.bat -PappiumTargetPackage=com.zhiliaoapp.musically assembleAndroidTest’ in directory ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’
[debug] [Espresso] Output from Gradle will not be logged. To change this, use ‘showGradleLog’ desired capability
[debug] [Espresso] Copying built apk from ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418\app\build\outputs\apk\androidTest\debug\app-debug-androidTest.apk’ to ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’
[debug] [ADB] Checking app cert for C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk
[ADB] Using ‘apksigner.jar’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar’
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar verify --print-certs C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
[debug] [ADB] Signer #1 certificate SHA-256 digest: 741cc34adc8550120fc463c7a8a74ba2182b3381649cb5ac9b569bb53ac1ec79
[debug] [ADB] Signer #1 certificate SHA-1 digest: 9884022793c6319e0e64fb4d5ee09e979d042868
[debug] [ADB] Signer #1 certificate MD5 digest: 77def06932b26e4c79a518478a8c4962
[debug] [ADB]
[debug] [ADB] ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ is signed with a non-default certificate
[ADB] Using ‘zipalign.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\zipalign.exe’
[debug] [ADB] C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ is already zip-aligned. Doing nothing
[debug] [ADB] Signing ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ with default cert
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar sign --key C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8 --cert C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk
[debug] [ADB] Uninstalling io.appium.espressoserver.test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is installed
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop io.appium.espressoserver.test’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 uninstall io.appium.espressoserver.test’
[debug] [ADB] ‘adb uninstall io.appium.espressoserver.test’ command output: Success
[ADB] io.appium.espressoserver.test was successfully uninstalled
[Espresso] Uninstalled the obsolete Espresso server package from the device under test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is not installed
[debug] [ADB] App ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ is not installed
[Espresso] Installing Espresso Test Server apk from the target device (path: ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’)
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 features’
[ADB] The application at ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 install C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’
[ADB] The installation of ‘io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ took 3015ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[Espresso] Installed Espresso Test Server apk ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.zhiliaoapp.musically_WCR7N18904000418.apk’ (pkg: ‘io.appium.espressoserver.test’)
[debug] [Espresso] Performing cleanup of automation leftovers
[debug] [Espresso] No obsolete sessions have been detected (Error: socket hang up)
[Espresso] Starting Espresso Server v1.23.2 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s",“WCR7N18904000418”,“shell”,“am”,“instrument”,"-w","-e",“debug”,“false”,“io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner”]
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS: Error=Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=24909, uid=24909 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS: id=ActivityManagerService
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS_CODE: -1
[debug] [Espresso] [Instrumentation] [STDERR] java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=24909, uid=24909 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [Espresso] [Instrumentation] [STDERR] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [Espresso] [Instrumentation] [STDERR] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [Espresso] [Instrumentation] [STDERR] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.main(Am.java:50)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
[debug] [Espresso] Deleting espresso session
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop com.zhiliaoapp.musically’
[Espresso] Instrumentation process exited with code 1 from signal null
[Espresso] Instrumentation process died with code 1 and signal null
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8300
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward --remove tcp:8300’
[debug] [BaseDriver] Event ‘newSessionStarted’ logged at 1589537249060 (12:07:29 GMT+0200 (GMT+02:00))
[debug] [W3C] Encountered internal error running command: A new session could not be created. Details: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=24909, uid=24909 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [W3C] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [W3C] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [W3C] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [W3C] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [W3C] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [W3C] at com.android.commands.am.Am.main(Am.java:50)
[debug] [W3C] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [W3C] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316). Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting.
[debug] [W3C] Error: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=24909, uid=24909 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.zhiliaoapp.musically
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [W3C] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [W3C] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [W3C] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [W3C] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [W3C] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [W3C] at com.android.commands.am.Am.main(Am.java:50)
[debug] [W3C] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [W3C] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
[debug] [W3C] at startDetector (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\lib\espresso-runner.js:239:15)
[debug] [W3C] at handleOutput (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:106:32)
[debug] [W3C] at Socket. (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:159:48)
[debug] [W3C] at Socket.emit (events.js:310:20)
[debug] [W3C] at addChunk (_stream_readable.js:286:12)
[debug] [W3C] at readableAddChunk (_stream_readable.js:264:11)
[debug] [W3C] at Socket.Readable.push (_stream_readable.js:209:10)
[debug] [W3C] at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
[debug] [W3C] Destroying socket connection
[HTTP] <-- POST /wd/hub/session 500 34695 ms - 2904
[HTTP]

@FurbnMax i never tried Espresso yet. But as i am understanding it will not possible to use it without integrate into app code.

This does not work, because Espresso is signed with different signature. Either consider Espresso to install and prepare the package
OR
sign the package with the same signature that Espresso is signed before installing it (–key C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8 --cert C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem)
OR
sign Espresso with the same key your app is signed (check
useKeystore, keystorePath, keystorePassword, keyAlias, keyPassword capabilities and https://github.com/appium/appium-espresso-driver/pull/543/files )

@mykola-mokhnach thank you again.

I would normally try your 3rd solution

But I think there is no way to get access to the keystorePassword or the keyPassword if it is a foreign app I don’t have access to.

So I will try to let espresso install and prepare the package.
I downloaded the apk-file on my computer and set the app-Capability to:
String apkpath = @“C:\Users\furbn\Downloads\xxx.apk”;
appiumOptions.AddAdditionalCapability(MobileCapabilityType.App, apkpath);

The logs are now:

[HTTP] {“desiredCapabilities”:{“app”:“C:\Users\furbn\Downloads\tiktok.apk”,“deviceName”:“WCR7N18904000418”,“noReset”:true,“unlockType”:“pin”,“unlockKey”:“5145”,“automationName”:“espresso”,“noSign”:false,“platformName”:“Android”},“capabilities”:{“firstMatch”:[{“platformName”:“Android”}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{“app”:“C:\Users\furbn\Downloads\tiktok.apk”,“deviceName”:“WCR7N18904000418”,“noReset”:true,“unlockType”:“pin”,“unlockKey”:“5145”,“automationName”:“espresso”,“noSign”:false,“platformName”:“Android”},null,{“firstMatch”:[{“platformName”:“Android”}]}]
[debug] [BaseDriver] Event ‘newSessionRequested’ logged at 1589541024657 (13:10:24 GMT+0200 (GMT+02:00))
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] automationName
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: [“app”,“deviceName”,“noReset”,“unlockType”,“unlockKey”,“noSign”]
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] app
[BaseDriver] deviceName
[BaseDriver] noReset
[BaseDriver] unlockType
[BaseDriver] unlockKey
[BaseDriver] noSign
[BaseDriver] automationName
[Appium] Appium v1.17.1 creating new EspressoDriver (v1.23.2) session
[debug] [Appium] There are no active sessions for cleanup
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] “alwaysMatch”: {
[debug] [BaseDriver] “appium:app”: “C:\Users\furbn\Downloads\tiktok.apk”,
[debug] [BaseDriver] “appium:deviceName”: “WCR7N18904000418”,
[debug] [BaseDriver] “appium:noReset”: true,
[debug] [BaseDriver] “appium:unlockType”: “pin”,
[debug] [BaseDriver] “appium:unlockKey”: “5145”,
[debug] [BaseDriver] “appium:noSign”: false,
[debug] [BaseDriver] “platformName”: “Android”,
[debug] [BaseDriver] “appium:automationName”: “espresso”
[debug] [BaseDriver] },
[debug] [BaseDriver] “firstMatch”: [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: 7a54cb25-3bf5-4574-bd6f-d268a8b2e79d
[BaseDriver] Using local app ‘C:\Users\furbn\Downloads\tiktok.apk’
[debug] [Espresso] Checking whether app is actually present
[Espresso] EspressoDriver version: 1.23.2
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices…
[debug] [ADB] Connected devices: [{“udid”:“WCR7N18904000418”,“state”:“device”}]
[AndroidDriver] Using device: WCR7N18904000418
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[debug] [ADB] Setting device id to WCR7N18904000418
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell getprop ro.build.version.sdk’
[debug] [ADB] Current device property ‘ro.build.version.sdk’: 27
[debug] [ADB] Device API level: 27
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: ‘com.ss.android.ugc.trill’
[ADB] Main activity name: ‘com.ss.android.ugc.aweme.splash.SplashActivity’
[debug] [AndroidDriver] Parsed package and activity are: com.ss.android.ugc.trill/com.ss.android.ugc.aweme.splash.SplashActivity
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 wait-for-device’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell echo ping’
[debug] [AndroidDriver] Pushing settings apk to device…
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] ‘io.appium.settings’ is installed
[debug] [ADB] Getting package info for ‘io.appium.settings’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] The version name of the installed ‘io.appium.settings’ is greater or equal to the application version name (‘3.1.0’ >= ‘3.1.0’)
[debug] [ADB] There is no need to install/upgrade ‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk’
[debug] [ADB] Getting IDs of all ‘io.appium.settings’ processes
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ‘pgrep --help; echo $?’’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell pgrep -f io\.appium\.settings’
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell appops set io.appium.settings android:mock_location allow’
[debug] [Logcat] Starting logcat capture
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global animator_duration_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global transition_animation_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global window_animation_scale’
[debug] [Espresso] Forwarding Espresso Server port 6791 to 8301
[debug] [ADB] Forwarding system: 8301 to device: 6791
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward tcp:8301 tcp:6791’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys window’
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Checking app cert for C:\Users\furbn\Downloads\tiktok.apk
[ADB] Using ‘apksigner.jar’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar’
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar verify --print-certs C:\Users\furbn\Downloads\tiktok.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: CN=Micro Cao, OU=ByteDance, O=ByteDance, L=Beijing, ST=Beijing, C=CN
[debug] [ADB] Signer #1 certificate SHA-256 digest: d7811ec4166fea6cc720ba66699dc84b584ac9e6986613a76d4e43d8cbe32b27
[debug] [ADB] Signer #1 certificate SHA-1 digest: 00a584e375b5573c89e1f06f5cf60d0d65ddb632
[debug] [ADB] Signer #1 certificate MD5 digest: aea615ab910015038f73c47e45d21466
[debug] [ADB]
[debug] [ADB] ‘C:\Users\furbn\Downloads\tiktok.apk’ is signed with a non-default certificate
[ADB] Using ‘zipalign.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\zipalign.exe’
[debug] [ADB] C:\Users\furbn\Downloads\tiktok.apk’ is already zip-aligned. Doing nothing
[debug] [ADB] Signing ‘C:\Users\furbn\Downloads\tiktok.apk’ with default cert
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar sign --key C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8 --cert C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem C:\Users\furbn\Downloads\tiktok.apk
[debug] [ADB] Getting install status for com.ss.android.ugc.trill
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package com.ss.android.ugc.trill’
[debug] [ADB] ‘com.ss.android.ugc.trill’ is installed
[debug] [ADB] Getting package info for ‘com.ss.android.ugc.trill’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package com.ss.android.ugc.trill’
[debug] [ADB] The version name of the installed ‘com.ss.android.ugc.trill’ is greater or equal to the application version name (‘16.0.4’ >= ‘16.0.4’)
[debug] [ADB] There is no need to install/upgrade ‘C:\Users\furbn\Downloads\tiktok.apk’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ls /data/local/tmp/espresso.apppackage’
[debug] [Espresso] The previous target application package is unknown
[Espresso] Forcing Espresso server rebuild because of changed application package
[debug] [Espresso] Deleting the obsolete Espresso server package ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’
[Espresso] Building espresso server in ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’
[debug] [Espresso] The build folder root could be customized by changing the ‘tmpDir’ capability
[debug] [Espresso] Copying espresso server template from (‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\espresso-server’ to ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’)
[debug] [Support] Traversed 49 directories and 250 files in 243ms
[debug] [Espresso] Bulding espresso server
[debug] [Espresso] Beginning build with command ‘gradlew.bat -PappiumTargetPackage=com.ss.android.ugc.trill assembleAndroidTest’ in directory ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’
[debug] [Espresso] Output from Gradle will not be logged. To change this, use ‘showGradleLog’ desired capability
[debug] [Espresso] Copying built apk from ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418\app\build\outputs\apk\androidTest\debug\app-debug-androidTest.apk’ to ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’
[debug] [ADB] Checking app cert for C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar verify --print-certs C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
[debug] [ADB] Signer #1 certificate SHA-256 digest: 741cc34adc8550120fc463c7a8a74ba2182b3381649cb5ac9b569bb53ac1ec79
[debug] [ADB] Signer #1 certificate SHA-1 digest: 9884022793c6319e0e64fb4d5ee09e979d042868
[debug] [ADB] Signer #1 certificate MD5 digest: 77def06932b26e4c79a518478a8c4962
[debug] [ADB]
[debug] [ADB] ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ is signed with a non-default certificate
[debug] [ADB] C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ is already zip-aligned. Doing nothing
[debug] [ADB] Signing ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ with default cert
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar sign --key C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8 --cert C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
[debug] [ADB] Uninstalling io.appium.espressoserver.test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is installed
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop io.appium.espressoserver.test’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 uninstall io.appium.espressoserver.test’
[debug] [ADB] ‘adb uninstall io.appium.espressoserver.test’ command output: Success
[ADB] io.appium.espressoserver.test was successfully uninstalled
[Espresso] Uninstalled the obsolete Espresso server package from the device under test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is not installed
[debug] [ADB] App ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ is not installed
[Espresso] Installing Espresso Test Server apk from the target device (path: ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’)
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 features’
[ADB] The application at ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 install C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’
[ADB] The installation of ‘io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ took 2398ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[Espresso] Installed Espresso Test Server apk ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ (pkg: ‘io.appium.espressoserver.test’)
[debug] [Espresso] Performing cleanup of automation leftovers
[debug] [Espresso] No obsolete sessions have been detected (Error: socket hang up)
[Espresso] Starting Espresso Server v1.23.2 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] [ADB] Creating ADB subprocess with args: [“-P”,5037,“-s”,“WCR7N18904000418”,“shell”,“am”,“instrument”,“-w”,“-e”,“debug”,“false”,“io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner”]
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS: Error=Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=31592, uid=31592 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.ss.android.ugc.trill
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS: id=ActivityManagerService
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_STATUS_CODE: -1
[debug] [Espresso] [Instrumentation] [STDERR] java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=31592, uid=31592 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.ss.android.ugc.trill
[debug] [Espresso] [Instrumentation] [STDERR] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [Espresso] [Instrumentation] [STDERR] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [Espresso] [Instrumentation] [STDERR] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.commands.am.Am.main(Am.java:50)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [Espresso] [Instrumentation] [STDERR] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
[debug] [Espresso] Deleting espresso session
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop com.ss.android.ugc.trill’
[Espresso] Instrumentation process exited with code 1 from signal null
[Espresso] Instrumentation process died with code 1 and signal null
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8301
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward --remove tcp:8301’
[debug] [BaseDriver] Event ‘newSessionStarted’ logged at 1589541054627 (13:10:54 GMT+0200 (GMT+02:00))
[debug] [W3C] Encountered internal error running command: A new session could not be created. Details: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=31592, uid=31592 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.ss.android.ugc.trill
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [W3C] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [W3C] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [W3C] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [W3C] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [W3C] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [W3C] at com.android.commands.am.Am.main(Am.java:50)
[debug] [W3C] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [W3C] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316). Check GitHub - appium/appium-espresso-driver: Espresso integration for Appium regarding advanced session startup troubleshooting.
[debug] [W3C] Error: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=31592, uid=31592 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.ss.android.ugc.trill
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:2016)
[debug] [W3C] at android.os.Parcel.readException(Parcel.java:1962)
[debug] [W3C] at android.app.IActivityManager$Stub$Proxy.startInstrumentation(IActivityManager.java:5092)
[debug] [W3C] at com.android.commands.am.Instrument.run(Instrument.java:419)
[debug] [W3C] at com.android.commands.am.Am.runInstrument(Am.java:187)
[debug] [W3C] at com.android.commands.am.Am.onRun(Am.java:80)
[debug] [W3C] at com.android.internal.os.BaseCommand.run(BaseCommand.java:54)
[debug] [W3C] at com.android.commands.am.Am.main(Am.java:50)
[debug] [W3C] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[debug] [W3C] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
[debug] [W3C] at startDetector (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\lib\espresso-runner.js:239:15)
[debug] [W3C] at handleOutput (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:106:32)
[debug] [W3C] at Socket. (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:159:48)
[debug] [W3C] at Socket.emit (events.js:310:20)
[debug] [W3C] at addChunk (_stream_readable.js:286:12)
[debug] [W3C] at readableAddChunk (_stream_readable.js:264:11)
[debug] [W3C] at Socket.Readable.push (_stream_readable.js:209:10)
[debug] [W3C] at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
[debug] [W3C] Destroying socket connection
[HTTP] ← POST /wd/hub/session 500 29983 ms - 2904
[HTTP]

As the log says my apk was signed but I now have a problem with another file:

[debug] [W3C] Error: java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=31592, uid=31592 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.ss.android.ugc.trill

I just checked and “com.ss.android.ugc.trill” is another name for my apk file

It is visible in the log, that the app was signed, but not installed. Wither uninstall it manually or add a cap to enforce install

@mykola-mokhnach You were right once again, thank you so much!!

But unfortunatelly I still get another error:

[HTTP] --> POST /wd/hub/session
[HTTP] {“desiredCapabilities”:{“app”:“C:\Users\furbn\Downloads\tiktok.apk”,“deviceName”:“WCR7N18904000418”,“noReset”:true,“unlockType”:“pin”,“unlockKey”:“5145”,“automationName”:“espresso”,“noSign”:false,“platformName”:“Android”},“capabilities”:{“firstMatch”:[{“platformName”:“Android”}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{“app”:“C:\Users\furbn\Downloads\tiktok.apk”,“deviceName”:“WCR7N18904000418”,“noReset”:true,“unlockType”:“pin”,“unlockKey”:“5145”,“automationName”:“espresso”,“noSign”:false,“platformName”:“Android”},null,{“firstMatch”:[{“platformName”:“Android”}]}]
[debug] [BaseDriver] Event ‘newSessionRequested’ logged at 1589543411775 (13:50:11 GMT+0200 (GMT+02:00))
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] automationName
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: [“app”,“deviceName”,“noReset”,“unlockType”,“unlockKey”,“noSign”]
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] app
[BaseDriver] deviceName
[BaseDriver] noReset
[BaseDriver] unlockType
[BaseDriver] unlockKey
[BaseDriver] noSign
[BaseDriver] automationName
[Appium] Appium v1.17.1 creating new EspressoDriver (v1.23.2) session
[debug] [Appium] There are no active sessions for cleanup
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] “alwaysMatch”: {
[debug] [BaseDriver] “appium:app”: “C:\Users\furbn\Downloads\tiktok.apk”,
[debug] [BaseDriver] “appium:deviceName”: “WCR7N18904000418”,
[debug] [BaseDriver] “appium:noReset”: true,
[debug] [BaseDriver] “appium:unlockType”: “pin”,
[debug] [BaseDriver] “appium:unlockKey”: “5145”,
[debug] [BaseDriver] “appium:noSign”: false,
[debug] [BaseDriver] “platformName”: “Android”,
[debug] [BaseDriver] “appium:automationName”: “espresso”
[debug] [BaseDriver] },
[debug] [BaseDriver] “firstMatch”: [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: 1174d0c3-5a8d-4d21-a4b1-3c83c1bdfd12
[BaseDriver] Using local app ‘C:\Users\furbn\Downloads\tiktok.apk’
[debug] [Espresso] Checking whether app is actually present
[Espresso] EspressoDriver version: 1.23.2
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices…
[debug] [ADB] Connected devices: [{“udid”:“WCR7N18904000418”,“state”:“device”}]
[AndroidDriver] Using device: WCR7N18904000418
[ADB] Using ‘adb.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe’
[debug] [ADB] Setting device id to WCR7N18904000418
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell getprop ro.build.version.sdk’
[debug] [ADB] Current device property ‘ro.build.version.sdk’: 27
[debug] [ADB] Device API level: 27
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: ‘com.ss.android.ugc.trill’
[ADB] Main activity name: ‘com.ss.android.ugc.aweme.splash.SplashActivity’
[debug] [AndroidDriver] Parsed package and activity are: com.ss.android.ugc.trill/com.ss.android.ugc.aweme.splash.SplashActivity
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 wait-for-device’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell echo ping’
[debug] [AndroidDriver] Pushing settings apk to device…
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] ‘io.appium.settings’ is installed
[debug] [ADB] Getting package info for ‘io.appium.settings’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.settings’
[debug] [ADB] The version name of the installed ‘io.appium.settings’ is greater or equal to the application version name (‘3.1.0’ >= ‘3.1.0’)
[debug] [ADB] There is no need to install/upgrade ‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk’
[debug] [ADB] Getting IDs of all ‘io.appium.settings’ processes
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ‘pgrep --help; echo $?’’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell pgrep -f io\.appium\.settings’
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell appops set io.appium.settings android:mock_location allow’
[debug] [Logcat] Starting logcat capture
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global animator_duration_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global transition_animation_scale’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell settings get global window_animation_scale’
[debug] [Espresso] Forwarding Espresso Server port 6791 to 8301
[debug] [ADB] Forwarding system: 8301 to device: 6791
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward tcp:8301 tcp:6791’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys window’
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Checking app cert for C:\Users\furbn\Downloads\tiktok.apk
[ADB] Using ‘apksigner.jar’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar’
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar verify --print-certs C:\Users\furbn\Downloads\tiktok.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] ‘C:\Users\furbn\Downloads\tiktok.apk’ is signed with the default certificate
[debug] [ADB] Getting install status for com.ss.android.ugc.trill
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package com.ss.android.ugc.trill’
[debug] [ADB] ‘com.ss.android.ugc.trill’ is not installed
[debug] [ADB] App ‘C:\Users\furbn\Downloads\tiktok.apk’ is not installed
[debug] [ADB] Installing ‘C:\Users\furbn\Downloads\tiktok.apk’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 features’
[ADB] The application at ‘C:\Users\furbn\Downloads\tiktok.apk’ will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 install C:\Users\furbn\Downloads\tiktok.apk’
[ADB] The installation of ‘tiktok.apk’ took 16298ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell ls /data/local/tmp/espresso.apppackage’
[debug] [Espresso] The previous target application package is unknown
[Espresso] Forcing Espresso server rebuild because of changed application package
[debug] [Espresso] Deleting the obsolete Espresso server package ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’
[Espresso] Building espresso server in ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’
[debug] [Espresso] The build folder root could be customized by changing the ‘tmpDir’ capability
[debug] [Espresso] Copying espresso server template from (‘C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-espresso-driver\espresso-server’ to ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’)
[debug] [Support] Traversed 49 directories and 250 files in 260ms
[debug] [Espresso] Bulding espresso server
[debug] [Espresso] Beginning build with command ‘gradlew.bat -PappiumTargetPackage=com.ss.android.ugc.trill assembleAndroidTest’ in directory ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418’
[debug] [Espresso] Output from Gradle will not be logged. To change this, use ‘showGradleLog’ desired capability
[debug] [Espresso] Copying built apk from ‘C:\Users\furbn\AppData\Local\Temp\espresso-server-WCR7N18904000418\app\build\outputs\apk\androidTest\debug\app-debug-androidTest.apk’ to ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’
[debug] [ADB] Checking app cert for C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar verify --print-certs C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
[debug] [ADB] Signer #1 certificate SHA-256 digest: 741cc34adc8550120fc463c7a8a74ba2182b3381649cb5ac9b569bb53ac1ec79
[debug] [ADB] Signer #1 certificate SHA-1 digest: 9884022793c6319e0e64fb4d5ee09e979d042868
[debug] [ADB] Signer #1 certificate MD5 digest: 77def06932b26e4c79a518478a8c4962
[debug] [ADB]
[debug] [ADB] ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ is signed with a non-default certificate
[ADB] Using ‘zipalign.exe’ from ‘C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\zipalign.exe’
[debug] [ADB] C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ is already zip-aligned. Doing nothing
[debug] [ADB] Signing ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ with default cert
[debug] [ADB] Starting apksigner: ‘C:\Program Files\Java\jdk1.8.0_201\bin\java.exe’ -Xmx1024M -Xss1m -jar C:\Users\furbn\AppData\Local\Android\android-sdk\build-tools\28.0.3\lib\apksigner.jar sign --key C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8 --cert C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
[debug] [ADB] Uninstalling io.appium.espressoserver.test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is installed
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop io.appium.espressoserver.test’
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 uninstall io.appium.espressoserver.test’
[debug] [ADB] ‘adb uninstall io.appium.espressoserver.test’ command output: Success
[ADB] io.appium.espressoserver.test was successfully uninstalled
[Espresso] Uninstalled the obsolete Espresso server package from the device under test
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell dumpsys package io.appium.espressoserver.test’
[debug] [ADB] ‘io.appium.espressoserver.test’ is not installed
[debug] [ADB] App ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ is not installed
[Espresso] Installing Espresso Test Server apk from the target device (path: ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’)
[ADB] The application at ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 install C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’
[ADB] The installation of ‘io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ took 1885ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[Espresso] Installed Espresso Test Server apk ‘C:\Users\furbn\AppData\Local\Temp\io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk’ (pkg: ‘io.appium.espressoserver.test’)
[debug] [Espresso] Performing cleanup of automation leftovers
[debug] [Espresso] No obsolete sessions have been detected (Error: socket hang up)
[Espresso] Starting Espresso Server v1.23.2 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s",“WCR7N18904000418”,“shell”,“am”,“instrument”,"-w","-e",“debug”,“false”,“io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner”]
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] [Espresso] [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0
[Espresso] Instrumentation process exited with code 0 from signal null
[debug] [Espresso] Deleting espresso session
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am force-stop com.ss.android.ugc.trill’
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8301
[debug] [ADB] Running ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 forward --remove tcp:8301’
[debug] [BaseDriver] Event ‘newSessionStarted’ logged at 1589543483080 (13:51:23 GMT+0200 (GMT+02:00))
[debug] [W3C] Encountered internal error running command: A new session could not be created. Details: The process did not start within 30000ms (cmd: ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner’). Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting.
[debug] [W3C] Error: The process did not start within 30000ms (cmd: ‘C:\Users\furbn\AppData\Local\Android\android-sdk\platform-tools\adb.exe -P 5037 -s WCR7N18904000418 shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner’)
[debug] [W3C] at Timeout._onTimeout (C:\Users\furbn\AppData\Roaming\npm\node_modules\appium\node_modules\teen_process\lib\subprocess.js:197:18)
[debug] [W3C] at listOnTimeout (internal/timers.js:549:17)
[debug] [W3C] at processTimers (internal/timers.js:492:7)
[debug] [W3C] Destroying socket connection
[HTTP] <-- POST /wd/hub/session 500 71309 ms - 1053

This is something different. Check the logcat output to figure out why the crash happens

@mykola-mokhnach I tried again while logcat was on and this is the output. I don’t know if anyone is able to handle the logs… (I tried reducing the amount by showing only “Warnings or higher”)

05-15 14:07:00.028 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:00.039 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:00.039 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:00.045 1638 1638 E DateView: DateView,mCurrentTime: 1589544420045
05-15 14:07:00.047 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:00.047 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:00.054 1638 1638 E DateLunarView: mDateString is: Fr., 15. Mai
05-15 14:07:00.054 1638 1638 E DateLunarView: mDateString is: Fr., 15. Mai
05-15 14:07:00.064 1832 1913 E HwLauncher: SettingsEx , no such field.
05-15 14:07:00.064 1832 1913 W HwLauncher: Clock getDataFormat the getSystemString failed.
05-15 14:07:00.112 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:00.656 1033 1473 E HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-52 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=0, rtt_tcp_duration=0, rtt_lan_duration=119, rtt_lan_failures=0, rtt_lan_succ=7, rtt_lan_max=20, rtt_lan_min=14,same_area_frequency=0,adjacent_area_frequency=0]
05-15 14:07:00.802 744 744 E adbd : failed to connect to socket ‘tcp:6791’: Connection refused
05-15 14:07:00.804 744 744 E adbd : failed to connect to socket ‘tcp:6791’: Connection refused
05-15 14:07:01.748 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:01.774 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:01.774 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:01.775 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:04.784 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:04.808 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:04.808 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:07.391 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:07.391 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:07.814 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:07.843 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:07.843 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:09.922 546 554 W SocketListener: sending broadcast to Pid = 1033, Uid = 1000
05-15 14:07:10.851 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:10.874 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:10.875 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:10.875 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:12.571 1033 1392 W AlarmManager: mIsScreenOn is: true, WAKEUP alarm talarm.operation == null,package name is: android listenerTag is: job.delay creator uid is: 1000
05-15 14:07:12.795 1033 1051 W ActivityManager: Permission Denial: getCurrentUser() from pid=8075, uid=10206 requires android.permission.INTERACT_ACROSS_USERS
05-15 14:07:12.797 1033 1051 W System.err: java.lang.SecurityException: Permission Denial: getCurrentUser() from pid=8075, uid=10206 requires android.permission.INTERACT_ACROSS_USERS
05-15 14:07:12.798 1033 1051 W System.err: at com.android.server.am.UserController.getCurrentUser(UserController.java:1693)
05-15 14:07:12.798 1033 1051 W System.err: at com.android.server.am.ActivityManagerService.getCurrentUser(ActivityManagerService.java:25590)
05-15 14:07:12.798 1033 1051 W System.err: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2180)
05-15 14:07:12.798 1033 1051 W System.err: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:3274)
05-15 14:07:12.798 1033 1051 W System.err: at com.android.server.am.HwActivityManagerService.onTransact(HwActivityManagerService.java:817)
05-15 14:07:12.798 1033 1051 W System.err: at android.os.Binder.execTransact(Binder.java:698)
05-15 14:07:12.856 8075 8075 W AmazonVideo.perf: Android event tracing requires API version 18. Current version: 27
05-15 14:07:13.087 8075 8075 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist!
05-15 14:07:13.226 8075 8075 E Minikin : Could not get cmap table size!
05-15 14:07:13.346 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority NORMAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:13.362 1033 3629 W ActivityManager: Permission Denial: getCurrentUser() from pid=8075, uid=10206 requires android.permission.INTERACT_ACROSS_USERS
05-15 14:07:13.362 1033 3629 W System.err: java.lang.SecurityException: Permission Denial: getCurrentUser() from pid=8075, uid=10206 requires android.permission.INTERACT_ACROSS_USERS
05-15 14:07:13.362 1033 3629 W System.err: at com.android.server.am.UserController.getCurrentUser(UserController.java:1693)
05-15 14:07:13.362 1033 3629 W System.err: at com.android.server.am.ActivityManagerService.getCurrentUser(ActivityManagerService.java:25590)
05-15 14:07:13.362 1033 3629 W System.err: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2180)
05-15 14:07:13.362 1033 3629 W System.err: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:3274)
05-15 14:07:13.362 1033 3629 W System.err: at com.android.server.am.HwActivityManagerService.onTransact(HwActivityManagerService.java:817)
05-15 14:07:13.362 1033 3629 W System.err: at android.os.Binder.execTransact(Binder.java:698)
05-15 14:07:13.368 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority NORMAL and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:13.368 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:13.368 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel ANONYMOUS because no configuration is provided.;
05-15 14:07:13.369 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:13.369 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority HIGH and Channel LOCATION because no configuration is provided.;
05-15 14:07:13.376 8075 8119 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority HIGH and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:13.396 8075 8129 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
05-15 14:07:13.885 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:13.911 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:13.912 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:13.912 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:14.696 546 554 W SocketListener: sending broadcast to Pid = 1033, Uid = 1000
05-15 14:07:15.398 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:15.399 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:15.399 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:15.527 8075 8138 W Java7Support: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
05-15 14:07:15.541 8075 8135 W InstanceID: Instance ID SDK is deprecated, com.amazon.avod.thirdpartyclient should update to use Firebase Instance ID
05-15 14:07:15.758 546 8173 W libc : Set property “hw.wifi.dns_stat” to “3844,306,16387,1,974182”
05-15 14:07:15.827 8075 8175 W CursorWindow: Window is full: requested allocation 2733 bytes, free space 674 bytes, window size 2097152 bytes
05-15 14:07:15.837 8075 8177 W AmazonVideo: Warning: Resource DelegatingSicsCache (ImageDownloadManager) should not be scoped to the application! Find a different ResourceScope
05-15 14:07:15.882 8075 8177 W AmazonVideo: Warning: Resource DelegatingSicsCache (ImageDownloadManager) should not be scoped to the application! Find a different ResourceScope
05-15 14:07:16.135 8075 8185 W AmazonVideo: Warning: Cannot find application info for com.amazon.readynowcore
05-15 14:07:16.148 8075 8185 W AmazonVideo: Warning: Cannot find application info for com.amazon.tahoe
05-15 14:07:16.171 8075 8185 W AmazonVideo: Warning: Cannot find application info for com.amazon.asxr
05-15 14:07:16.172 8075 8185 W AmazonVideo: Warning: Cannot find application info for com.amazon.avod.sdk.example
05-15 14:07:16.269 8075 8189 W AudioCapabilities: Unsupported mime audio/ac4
05-15 14:07:16.277 8075 8189 W AudioCapabilities: Unsupported mime audio/eac3-joc
05-15 14:07:16.336 8075 8189 W VideoCapabilities: Unrecognized profile/level 0/0 for video/mpeg2
05-15 14:07:16.337 8075 8189 W VideoCapabilities: Unrecognized profile/level 0/2 for video/mpeg2
05-15 14:07:16.337 8075 8189 W VideoCapabilities: Unrecognized profile/level 0/3 for video/mpeg2
05-15 14:07:16.339 8075 8189 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
05-15 14:07:16.339 8075 8189 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
05-15 14:07:16.339 8075 8189 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
05-15 14:07:16.539 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:16.539 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:16.546 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:16.546 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:16.553 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:16.553 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:16.555 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:16.555 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:16.734 8075 8200 W AmazonVideo: Warning: Retrieving account pool from bundle : Bundle[{value_key=Amazon, defaut_value_key=null}]
05-15 14:07:16.920 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:16.930 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:16.930 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:16.930 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:17.035 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.035 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/8A2A0CD9A9374E16F9867BFB1A3FB26B0175EC868351003AF3228D14E041B651.bk) not exist, open failed
05-15 14:07:17.037 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.037 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/8A2A0CD9A9374E16F9867BFB1A3FB26B0175EC868351003AF3228D14E041B651) not exist, open failed
05-15 14:07:17.038 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.038 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/6E928310DD8D803ED3C36D0B9391475A8EE81A8875DE9D1C23C1578F070FC956.bk) not exist, open failed
05-15 14:07:17.038 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.038 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/6E928310DD8D803ED3C36D0B9391475A8EE81A8875DE9D1C23C1578F070FC956) not exist, open failed
05-15 14:07:17.038 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.038 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/A0E707897BEC308143EC07C7969A51B91CCC4C9B169DA491D920A64A5CA3346D) not exist, open failed
05-15 14:07:17.044 1033 3629 W System.err: java.lang.SecurityException: getSerial requires READ_PHONE_STATE or READ_PRIVILEGED_PHONE_STATE permission
05-15 14:07:17.047 1033 3629 W System.err: at com.android.server.os.DeviceIdentifiersPolicyService$DeviceIdentifiersPolicy.getSerial(DeviceIdentifiersPolicyService.java:85)
05-15 14:07:17.047 1033 3629 W System.err: at android.os.IDeviceIdentifiersPolicyService$Stub.onTransact(IDeviceIdentifiersPolicyService.java:51)
05-15 14:07:17.047 1033 3629 W System.err: at android.os.Binder.execTransact(Binder.java:698)
05-15 14:07:17.049 8075 8175 E …thirdpartyclient/ia: Cannot get Build.getSerial(). No READ_PHONE_STATE or READ_PRIVILEGED_PHONE_STATE permission granted
05-15 14:07:17.049 8075 8175 E …thirdpartyclient/ia: Cannot get build serial, return null
05-15 14:07:17.440 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.440 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/8A2A0CD9A9374E16F9867BFB1A3FB26B0175EC868351003AF3228D14E041B651.bk) not exist, open failed
05-15 14:07:17.441 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.441 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/8A2A0CD9A9374E16F9867BFB1A3FB26B0175EC868351003AF3228D14E041B651) not exist, open failed
05-15 14:07:17.443 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.443 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/6E928310DD8D803ED3C36D0B9391475A8EE81A8875DE9D1C23C1578F070FC956.bk) not exist, open failed
05-15 14:07:17.444 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.444 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/6E928310DD8D803ED3C36D0B9391475A8EE81A8875DE9D1C23C1578F070FC956) not exist, open failed
05-15 14:07:17.445 483 488 E teecd_vendor: file stat failed
05-15 14:07:17.445 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/A0E707897BEC308143EC07C7969A51B91CCC4C9B169DA491D920A64A5CA3346D) not exist, open failed
05-15 14:07:17.672 546 8233 W libc : Set property “hw.wifi.dns_stat” to “3849,306,16387,1,974439”
05-15 14:07:17.740 580 30670 E WVCdm : App requested unknown byte array property metrics
05-15 14:07:17.741 580 580 E WVCdm : App requested unknown byte array property metrics
05-15 14:07:18.089 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.089 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.092 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.092 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.097 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.097 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.099 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.099 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.105 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.105 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.106 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.106 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.112 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.112 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.114 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.114 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.117 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.117 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.119 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest_CLT-L29.xml
05-15 14:07:18.119 464 464 W /system/bin/hwservicemanager: Cannot open /odm/manifest.xml
05-15 14:07:18.193 8075 8085 W zygote64: Suspending all threads took: 24.310ms
05-15 14:07:18.325 483 488 E teecd_vendor: file stat failed
05-15 14:07:18.325 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/8A2A0CD9A9374E16F9867BFB1A3FB26B0175EC868351003AF3228D14E041B651.bk) not exist, open failed
05-15 14:07:18.325 483 488 E teecd_vendor: file stat failed
05-15 14:07:18.325 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/8A2A0CD9A9374E16F9867BFB1A3FB26B0175EC868351003AF3228D14E041B651) not exist, open failed
05-15 14:07:18.326 483 488 E teecd_vendor: file stat failed
05-15 14:07:18.326 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/6E928310DD8D803ED3C36D0B9391475A8EE81A8875DE9D1C23C1578F070FC956.bk) not exist, open failed
05-15 14:07:18.327 483 488 E teecd_vendor: file stat failed
05-15 14:07:18.327 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/6E928310DD8D803ED3C36D0B9391475A8EE81A8875DE9D1C23C1578F070FC956) not exist, open failed
05-15 14:07:18.327 483 488 E teecd_vendor: file stat failed
05-15 14:07:18.327 483 488 E teecd_vendor: file(/data/sec_storage_data/widevine/A0E707897BEC308143EC07C7969A51B91CCC4C9B169DA491D920A64A5CA3346D) not exist, open failed
05-15 14:07:18.422 8237 8237 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist!
05-15 14:07:18.481 8075 8189 W AmazonVideo: Warning: Firmware version number is not numeric
05-15 14:07:18.504 8237 8237 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority NORMAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:18.511 8237 8237 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:18.511 8237 8237 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel ANONYMOUS because no configuration is provided.;
05-15 14:07:18.511 8237 8237 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:18.511 8237 8237 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority HIGH and Channel LOCATION because no configuration is provided.;
05-15 14:07:18.516 8237 8259 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
05-15 14:07:18.520 8237 8237 E Minikin : Could not get cmap table size!
05-15 14:07:18.539 8237 8252 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:18.565 8237 8287 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:18.570 8237 8292 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:18.614 8237 8252 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:18.987 8294 8294 W FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
05-15 14:07:19.023 8294 8294 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist!
05-15 14:07:19.144 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority NORMAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:19.322 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority NORMAL and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:19.322 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority HIGH and Channel LOCATION because no configuration is provided.;
05-15 14:07:19.348 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority HIGH and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:19.348 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:19.349 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel ANONYMOUS because no configuration is provided.;
05-15 14:07:19.349 8294 8308 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:19.448 1033 1211 W zygote64: Failed to open process cgroup uid 99073 pid 6299: No such file or directory
05-15 14:07:19.448 1033 1211 E zygote64: Error encountered killing process cgroup uid 99073 pid 6299: No such file or directory
05-15 14:07:19.465 1033 1606 W ActivityManager: Scheduling restart of crashed service de.eue.mobile.android.mail/org.chromium.content.app.SandboxedProcessService0 in 1000ms
05-15 14:07:19.466 5002 6296 W cr_ChildProcessConn: onServiceDisconnected (crash or killed by oom): pid=0 bindings:WM state:2 counts:0,0,1,0,
05-15 14:07:19.468 1504 2163 E HsmCoreServiceImpl: onTransact in code is: 102
05-15 14:07:19.468 1504 2163 W MediaProcessHandler: remove target not exist, maybe the UI process: uid: 10201, pid: 6299
05-15 14:07:19.513 8294 8346 E StaticCredentialMetricsTransport: Static token cannot be null or empty
05-15 14:07:19.513 8294 8346 W Metrics:BatchTransmitte: QueuePusher.sendBatches - Batch transmission failed on credentials error, re-enqueuing batch.;
05-15 14:07:19.601 8294 8354 W AmznMusic_TechnicalMetricsRecorder: TechnicalMetricsRecorder has not been initialized, returning no-op TechnicalMetricsCollection
05-15 14:07:19.654 546 8232 W libc : Set property “hw.wifi.dns_stat” to “3850,306,16387,1,976477”
05-15 14:07:19.655 1033 1743 W Watchdog: hungtask: writing kick
05-15 14:07:19.703 8294 8294 W AmznMusic_TechnicalMetricsRecorder: TechnicalMetricsRecorder has not been initialized, returning no-op TechnicalMetricsCollection
05-15 14:07:19.776 8294 8357 W CursorWindow: Window is full: requested allocation 2733 bytes, free space 674 bytes, window size 2097152 bytes
05-15 14:07:19.807 8075 8319 E AmazonVideo: EXCEPTION JsonContractException in AppStartupConfigResponse$KeyValueEntryParser.parse: Encountered JsonContractException parsing list entry for additionalConfig; will drop from the list: com.amazon.avod.config.internal.AppStartupConfigResponse.KeyValueEntryParser.EntryParser expected value for key latestVersion and it wasn’t found (or failed to parse) in the json
05-15 14:07:19.848 8294 8294 W AmznMusic_PlaybackInitializationHelper: Initializing playback instance.
05-15 14:07:19.938 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:19.947 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:19.947 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:19.947 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:19.968 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:19.969 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:20.037 8294 8294 W MediaButtonReceiver: More than one BroadcastReceiver that handles android.intent.action.MEDIA_BUTTON was found, returning null.
05-15 14:07:20.037 8294 8294 W MediaSessionCompat: Couldn’t find a unique registered media button receiver in the given context.
05-15 14:07:20.042 8294 8355 W AmznMusic_RemoteConfigLoader: Cached config file couldn’t be loaded, deleting it
05-15 14:07:20.110 1033 1211 W zygote64: kill(-5002, 9) failed: No such process
05-15 14:07:20.129 1033 7141 W System.err: java.lang.SecurityException: getSerial requires READ_PHONE_STATE or READ_PRIVILEGED_PHONE_STATE permission
05-15 14:07:20.129 1033 7141 W System.err: at com.android.server.os.DeviceIdentifiersPolicyService$DeviceIdentifiersPolicy.getSerial(DeviceIdentifiersPolicyService.java:85)
05-15 14:07:20.129 1033 7141 W System.err: at android.os.IDeviceIdentifiersPolicyService$Stub.onTransact(IDeviceIdentifiersPolicyService.java:51)
05-15 14:07:20.129 1033 7141 W System.err: at android.os.Binder.execTransact(Binder.java:698)
05-15 14:07:20.130 8294 8384 E com.amazon.mp3/ia: Cannot get Build.getSerial(). No READ_PHONE_STATE or READ_PRIVILEGED_PHONE_STATE permission granted
05-15 14:07:20.130 8294 8384 E com.amazon.mp3/ia: Cannot get build serial, return null
05-15 14:07:20.155 1504 2163 E HsmCoreServiceImpl: onTransact in code is: 102
05-15 14:07:20.155 1504 2163 W MediaProcessHandler: remove target not exist, maybe the UI process: uid: 10201, pid: 5002
05-15 14:07:20.155 1033 1211 W zygote64: kill(-5002, 9) failed: No such process
05-15 14:07:20.226 8294 8294 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:20.239 8294 8387 W DynamiteModule: Local module descriptor class for providerinstaller not found.
05-15 14:07:20.244 1748 2818 W ProviderHelper: Unknown dynamite feature providerinstaller
05-15 14:07:20.248 8294 8387 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
05-15 14:07:20.286 8294 8387 W zygote64: ClassLoaderContext classpath size mismatch for position 0. expected=0, found=1 (PCL[] | PCL[/system/framework/com.android.media.remotedisplay.jar818632460])
05-15 14:07:20.334 8294 8294 E Minikin : Could not get cmap table size!
05-15 14:07:20.415 8294 8304 W MediaPlayer-JNI: MediaPlayer finalized without being released
05-15 14:07:20.450 8294 8294 W AmznMusic_com.amazon.music.push.PinpointCustomerEngagementClient: Endpoint ID is: 2aa1494e-01f7-4b0b-afa7-645144672f82
05-15 14:07:20.455 8294 8294 W AnalyticsClient: Null attribute value provided to addGlobalAttribute.
05-15 14:07:20.457 8294 8294 W AnalyticsClient: Null attribute value provided to addGlobalAttribute.
05-15 14:07:20.581 8373 8373 W ResourceType: Requesting resource 0x7f03000d failed because it is complex
05-15 14:07:20.623 8373 8473 W ResourceType: Found multiple library tables, ignoring…
05-15 14:07:20.626 8373 8373 W ResourceType: Requesting resource 0x7f030003 failed because it is complex
05-15 14:07:20.628 8373 8373 W ResourceType: Requesting resource 0x7f030037 failed because it is complex
05-15 14:07:20.630 8373 8373 W ResourceType: Requesting resource 0x7f030014 failed because it is complex
05-15 14:07:20.631 8373 8373 W ResourceType: Requesting resource 0x7f030013 failed because it is complex
05-15 14:07:20.633 8373 8373 W ResourceType: Requesting resource 0x7f030009 failed because it is complex
05-15 14:07:20.636 8373 8373 W ResourceType: Requesting resource 0x7f030039 failed because it is complex
05-15 14:07:20.637 8373 8373 W ResourceType: Requesting resource 0x7f030038 failed because it is complex
05-15 14:07:20.639 8373 8373 W ResourceType: Requesting resource 0x7f030012 failed because it is complex
05-15 14:07:20.642 8373 8373 W ResourceType: Requesting resource 0x7f030034 failed because it is complex
05-15 14:07:20.649 8373 8373 W ResourceType: Requesting resource 0x7f030050 failed because it is complex
05-15 14:07:20.653 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:20.654 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:20.655 8373 8373 W ResourceType: Requesting resource 0x7f030010 failed because it is complex
05-15 14:07:20.678 8373 8373 W ResourceType: Requesting resource 0x7f030015 failed because it is complex
05-15 14:07:20.678 8373 8373 W ResourceType: Requesting resource 0x7f030001 failed because it is complex
05-15 14:07:20.679 8373 8373 W ResourceType: Requesting resource 0x7f03000b failed because it is complex
05-15 14:07:20.725 8373 8373 W ResourceType: Requesting resource 0x7f030035 failed because it is complex
05-15 14:07:20.731 8373 8373 W ResourceType: Requesting resource 0x7f030019 failed because it is complex
05-15 14:07:20.732 8373 8386 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority HIGH and Channel LOCATION because no configuration is provided.;
05-15 14:07:20.732 8373 8373 W ResourceType: Requesting resource 0x7f03002d failed because it is complex
05-15 14:07:20.733 8373 8373 W ResourceType: Requesting resource 0x7f030007 failed because it is complex
05-15 14:07:20.734 8373 8373 W ResourceType: Requesting resource 0x7f030033 failed because it is complex
05-15 14:07:20.735 8373 8373 W ResourceType: Requesting resource 0x7f03001b failed because it is complex
05-15 14:07:20.736 8373 8373 W ResourceType: Requesting resource 0x7f030005 failed because it is complex
05-15 14:07:20.737 8373 8373 W ResourceType: Requesting resource 0x7f030031 failed because it is complex
05-15 14:07:20.739 8373 8373 W ResourceType: Requesting resource 0x7f030030 failed because it is complex
05-15 14:07:20.742 8373 8373 W ResourceType: Requesting resource 0x7f03002e failed because it is complex
05-15 14:07:20.777 8373 8386 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority NORMAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:20.780 8373 8373 W ResourceType: Requesting resource 0x7f03003d failed because it is complex
05-15 14:07:20.781 8373 8373 W ResourceType: Requesting resource 0x7f03001a failed because it is complex
05-15 14:07:20.785 8373 8373 W ResourceType: Requesting resource 0x7f03000c failed because it is complex
05-15 14:07:20.789 8373 8386 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel LOCATION because no configuration is provided.;
05-15 14:07:20.790 8373 8386 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel ANONYMOUS because no configuration is provided.;
05-15 14:07:20.790 8373 8386 W BaseMetricsServiceFacto: createMetricsService - Skipping batch pipeline setup for Priority CRITICAL and Channel NON_ANONYMOUS because no configuration is provided.;
05-15 14:07:20.791 8373 8373 W ResourceType: Requesting resource 0x7f030008 failed because it is complex
05-15 14:07:20.797 8373 8373 W ResourceType: Requesting resource 0x7f03000e failed because it is complex
05-15 14:07:20.798 8373 8373 W ResourceType: Requesting resource 0x7f030036 failed because it is complex
05-15 14:07:20.798 8373 8373 W ResourceType: Requesting resource 0x7f030032 failed because it is complex
05-15 14:07:20.799 8373 8373 W ResourceType: Requesting resource 0x7f030002 failed because it is complex
05-15 14:07:20.799 8373 8373 W ResourceType: Requesting resource 0x7f03000f failed because it is complex
05-15 14:07:20.800 8373 8373 W ResourceType: Requesting resource 0x7f030011 failed because it is complex
05-15 14:07:20.818 8237 8252 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:20.831 8237 8252 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:20.842 8237 8252 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:20.869 8373 8497 E StaticCredentialMetricsTransport: Static token cannot be null or empty
05-15 14:07:20.871 8373 8475 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
05-15 14:07:20.871 8373 8497 W Metrics:BatchTransmitte: QueuePusher.sendBatches - Batch transmission failed on credentials error, re-enqueuing batch.;
05-15 14:07:20.947 835 968 W libc : Set property “ril.hw_modem1.rssi” to “-79”
05-15 14:07:20.955 1816 1816 W libc : Set property “gsm.rssi.sim2” to “-79”
05-15 14:07:20.971 8373 8373 E UserListeners: Failed to call app startup listener for com.amazon.mshop.push.registration.extensions.MShopUserListener
05-15 14:07:20.971 8373 8373 E UserListeners: com.amazon.platform.extension.ExtensionException: Failed to find class
05-15 14:07:20.971 8373 8373 E UserListeners: at com.amazon.platform.extension.internal.ExecutableCache.put(ExecutableCache.java:54)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.amazon.platform.extension.internal.ConfigurationElementImpl.createExecutableExtension(ConfigurationElementImpl.java:44)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.amazon.mShop.startup.UserListeners.onAppStarting(UserListeners.java:50)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.amazon.platform.extension.RegistryFactory.initialize(RegistryFactory.java:69)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.amazon.mShop.MShopApplication.onCreate(MShopApplication.java:130)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1123)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6461)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.app.ActivityThread.-wrap2(Unknown Source:0)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1969)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.os.Handler.dispatchMessage(Handler.java:109)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.os.Looper.loop(Looper.java:166)
05-15 14:07:20.971 8373 8373 E UserListeners: at android.app.ActivityThread.main(ActivityThread.java:7377)
05-15 14:07:20.971 8373 8373 E UserListeners: at java.lang.reflect.Method.invoke(Native Method)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)
05-15 14:07:20.971 8373 8373 E UserListeners: Caused by: java.lang.ClassNotFoundException: com.amazon.mshop.push.registration.extensions.MShopUserListener
05-15 14:07:20.971 8373 8373 E UserListeners: at java.lang.Class.classForName(Native Method)
05-15 14:07:20.971 8373 8373 E UserListeners: at java.lang.Class.forName(Class.java:453)
05-15 14:07:20.971 8373 8373 E UserListeners: at java.lang.Class.forName(Class.java:378)
05-15 14:07:20.971 8373 8373 E UserListeners: at com.amazon.platform.extension.internal.ExecutableCache.put(ExecutableCache.java:46)
05-15 14:07:20.971 8373 8373 E UserListeners: … 14 more
05-15 14:07:20.971 8373 8373 E UserListeners: Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.amazon.mshop.push.registration.extensions.MShopUserListener” on path: DexPathList[[zip file “/system/framework/com.google.android.maps.jar”, zip file “/data/app/com.amazon.mShop.android.shopping-QSPo4tEIe3_2ocTwtw0olA==/base.apk”],nativeLibraryDirectories=[/data/app/com.amazon.mShop.android.shopping-QSPo4tEIe3_2ocTwtw0olA==/lib/arm64, /data/app/com.amazon.mShop.android.shopping-QSPo4tEIe3_2ocTwtw0olA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]]
05-15 14:07:20.971 8373 8373 E UserListeners: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
05-15 14:07:20.971 8373 8373 E UserListeners: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
05-15 14:07:20.971 8373 8373 E UserListeners: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
05-15 14:07:20.971 8373 8373 E UserListeners: … 18 more
05-15 14:07:20.994 8373 8505 W CursorWindow: Window is full: requested allocation 2733 bytes, free space 674 bytes, window size 2097152 bytes
05-15 14:07:21.161 8294 8471 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.161 8075 8230 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetData
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/tokens
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.b(DCP:387)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$6.a(DCP:664)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.162 8075 8230 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetData
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/tokens
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.b(DCP:387)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$6.a(DCP:664)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.162 8294 8471 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.164 8075 8230 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.165 8294 8471 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetData
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/tokens
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.b(DCP:387)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$6.a(DCP:664)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.165 8075 8230 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetData
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/tokens
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.b(DCP:387)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$6.a(DCP:664)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.165 8294 8471 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.165 8294 8471 W …ntity.auth.device.fp: Failed action SetData with remote package com.amazon.kindle.
05-15 14:07:21.165 8075 8230 W …ntity.auth.device.fp: Failed action SetData with remote package com.amazon.kindle.
05-15 14:07:21.182 8237 8252 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:21.182 8237 8251 E …ntity.auth.device.aa: No account mapping found for any account, returning null
05-15 14:07:21.211 8294 8342 W …ntity.auth.device.ha: Error inserting into database in ifCannotUpdateThenInsert
05-15 14:07:21.275 8373 8385 W …ntity.auth.device.hb: Error inserting into database in ifCannotUpdateThenInsert
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetUserdata
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/userdata
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.a(DCP:356)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$4.a(DCP:550)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.281 8294 8471 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.288 8075 8230 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetUserdata
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/userdata
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.a(DCP:356)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$4.a(DCP:550)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.289 8075 8230 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.295 8294 8471 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.296 8075 8230 E ActivityThread: Failed to find provider info for com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider
05-15 14:07:21.296 8294 8471 W …ntity.auth.device.fp: Failed action SetUserdata with remote package com.amazon.kindle.
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: Package com.amazon.kindle threw runtime exception while propogating action SetUserdata
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: java.lang.IllegalArgumentException: Unknown URI content://com.amazon.identity.auth.device.MapInfoProvider.MAPInformationProvider/userdata
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at android.content.ContentResolver.insert(ContentResolver.java:1556)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fx.a(DCP:356)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$4.a(DCP:550)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.b(DCP:881)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:843)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp.a(DCP:39)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at com.amazon.identity.auth.device.fp$9.run(DCP:828)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:21.296 8075 8230 E …ntity.auth.device.fp: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:21.297 8075 8230 W …ntity.auth.device.fp: Failed action SetUserdata with remote package com.amazon.kindle.
05-15 14:07:21.337 8373 8373 E MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist!
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: com.amazon.mShop.autorefresh.AutoAppRefresherImpl is not available in this build
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: java.lang.ClassNotFoundException: com.amazon.mShop.autorefresh.AutoAppRefresherImpl
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at java.lang.Class.classForName(Native Method)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at java.lang.Class.forName(Class.java:453)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.autorefresh.utils.ExternalImplementationProvider.queryForImplementationInBuild(ExternalImplementationProvider.java:106)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.autorefresh.utils.ExternalImplementationProvider.(ExternalImplementationProvider.java:66)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.autorefresh.utils.AutoAppRefreshProvider.(AutoAppRefreshProvider.java:44)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.autorefresh.utils.AutoAppRefreshProvider$AutoAppRefreshHolder.(AutoAppRefreshProvider.java:36)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.autorefresh.utils.AutoAppRefreshProvider.getInstance(AutoAppRefreshProvider.java:29)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.autorefresh.utils.AutoAppRefreshProviderUtil.getOptionalAutoAppRefreshInstance(AutoAppRefreshProviderUtil.java:24)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.AmazonApplication.onCreate(AmazonApplication.java:203)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.amazon.mShop.MShopApplication.onCreate(MShopApplication.java:157)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1123)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6461)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.app.ActivityThread.-wrap2(Unknown Source:0)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1969)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.os.Handler.dispatchMessage(Handler.java:109)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.os.Looper.loop(Looper.java:166)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at android.app.ActivityThread.main(ActivityThread.java:7377)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at java.lang.reflect.Method.invoke(Native Method)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.amazon.mShop.autorefresh.AutoAppRefresherImpl” on path: DexPathList[[zip file “/system/framework/com.google.android.maps.jar”, zip file “/data/app/com.amazon.mShop.android.shopping-QSPo4tEIe3_2ocTwtw0olA==/base.apk”],nativeLibraryDirectories=[/data/app/com.amazon.mShop.android.shopping-QSPo4tEIe3_2ocTwtw0olA==/lib/arm64, /data/app/com.amazon.mShop.android.shopping-QSPo4tEIe3_2ocTwtw0olA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]]
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
05-15 14:07:21.343 8373 8373 W ExternalImplementationProvider: … 20 more
05-15 14:07:21.345 8373 8373 E Minikin : Could not get cmap table size!
05-15 14:07:21.349 8373 8373 E AppStartTimeline: Failed to call app startup listener for com.amazon.mShop.kyc.AppStateTask
05-15 14:07:21.349 8373 8373 E AppStartTimeline: com.amazon.platform.extension.ExtensionException: Failed to access class
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.platform.extension.internal.ExecutableCache.put(ExecutableCache.java:52)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.platform.extension.internal.ConfigurationElementImpl.createExecutableExtension(ConfigurationElementImpl.java:44)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.mShop.startup.AppStartTimeline.getAppStartupListeners(AppStartTimeline.java:103)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.mShop.startup.AppStartTimeline.fireAppStartedInBackground(AppStartTimeline.java:71)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.mShop.startup.AppStartTimeline.access$500(AppStartTimeline.java:32)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.mShop.startup.AppStartTimeline$InnerHandler.handleMessage(AppStartTimeline.java:161)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at android.os.Handler.dispatchMessage(Handler.java:109)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at android.os.Looper.loop(Looper.java:166)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at android.app.ActivityThread.main(ActivityThread.java:7377)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at java.lang.reflect.Method.invoke(Native Method)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: Caused by: java.lang.IllegalAccessException: void com.amazon.mShop.kyc.AppStateTask.() is not accessible from java.lang.Class<com.amazon.platform.extension.internal.ExecutableCache>
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at java.lang.Class.newInstance(Native Method)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: at com.amazon.platform.extension.internal.ExecutableCache.put(ExecutableCache.java:46)
05-15 14:07:21.349 8373 8373 E AppStartTimeline: … 11 more
05-15 14:07:21.368 8373 8373 W Java7Support: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
05-15 14:07:21.446 8294 8294 W zygote64: Unsupported class loader
05-15 14:07:21.449 8294 8294 W zygote64: Skipping duplicate class check due to unsupported classloader
05-15 14:07:21.478 8294 8294 W zygote64: Unsupported class loader
05-15 14:07:21.484 8294 8294 W zygote64: Skipping duplicate class check due to unsupported classloader
05-15 14:07:22.207 1638 1638 W KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 512000; Volt: 5100000
05-15 14:07:22.217 12972 12972 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 com.huawei.vision.server.policy.PhoneState.doPolicyThingStop:103 com.huawei.vision.server.policy.PhoneStateReceiver.startOrStopVisionService:150 com.huawei.vision.server.policy.PhoneStateReceiver.access$200:18
05-15 14:07:22.240 1638 1638 W KeyguardUpdateMonitor: ChargingSpeed Wattage: 2611200 ST: 5000000 --> 7500000
05-15 14:07:22.240 1638 1638 W AppHandler: sendMessage with obj100
05-15 14:07:22.241 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:22.247 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:22.247 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:22.247 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:22.250 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:22.254 1638 1638 W HwLockScreenPanel: refreshBatteryInfo: null
05-15 14:07:22.255 1638 1638 W HwKgdBArea_BTY: updateBatteryInfo : false true
05-15 14:07:22.255 1638 1638 W HwLockScreenPanel: Handle message: 100
05-15 14:07:22.255 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:22.476 1033 3798 W ActivityManager: Slow operation: 61ms so far, now at getContentProviderImpl: after updateOomAdj
05-15 14:07:22.476 1033 3798 W ActivityManager: Slow operation: 61ms so far, now at getContentProviderImpl: done!
05-15 14:07:22.956 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:22.958 1033 1627 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=3073, uid=10187 that is not exported from uid 10093
05-15 14:07:22.966 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:22.968 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:22.989 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:22.990 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:22.990 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:23.107 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:23.107 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:23.108 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:23.109 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:23.109 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:23.109 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:23.396 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:23.397 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:23.397 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:23.779 1638 1638 W StepCounterMonitor: onReceive action:android.intent.action.PACKAGE_REMOVED
05-15 14:07:23.783 1832 1918 W HwLauncher: SimpleLauncherModeNobody to tell about the new app. Launcher is probably loading.
05-15 14:07:23.799 1803 1890 E AppInfoManager: not find pkgs by uid: 12625
05-15 14:07:23.801 5894 5936 E HiApp.InstalledAppDataMgr: pool-6-thread-1{2437} <<< ERROR >>> removeInstalledApp, installedAppList == null
05-15 14:07:23.803 1803 1974 W AppInfoManager: not found owner uid for pkg:io.appium.espressoserver.test
05-15 14:07:23.810 1504 1504 W KEYSTORE_SERVICE_IMPL: can’t open directory for user: 2
05-15 14:07:23.810 1504 1504 E KEYSTORE_SERVICE_JNI: onPackageRemoved deleteAllAlias failed, result:4
05-15 14:07:23.819 5894 5936 E HiApp.InstalledAppDataMgr: main{1} <<< ERROR >>> removeInstalledApp, installedAppList == null
05-15 14:07:23.826 5894 5936 W HiApp.DownloadEngine/HiAppDownload: main{1} <<< WARN >>> DownloadManager.cancel failed, no such task, package=io.appium.espressoserver.test
05-15 14:07:23.850 1033 1051 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=3073, uid=10187 that is not exported from uid 10093
05-15 14:07:23.851 1033 1414 W NetworkStatsFactory: mStatsXtProcUid: /proc/net/comm/stats does not exist!
05-15 14:07:23.857 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 683, previously 689
05-15 14:07:23.857 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 410, previously 1433
05-15 14:07:23.857 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 245, previously 1298
05-15 14:07:23.862 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 82, previously 86
05-15 14:07:23.862 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3, previously 58
05-15 14:07:23.863 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1828, previously 1822
05-15 14:07:23.863 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 387, previously 2071
05-15 14:07:23.866 1033 1033 W ResourceType: For resource 0x7f170008, entry index(8) is beyond type entryCount(3)
05-15 14:07:23.867 1033 1033 W ResourceType: For resource 0x7f170006, entry index(6) is beyond type entryCount(3)
05-15 14:07:23.867 1033 1033 W ResourceType: For resource 0x7f170007, entry index(7) is beyond type entryCount(3)
05-15 14:07:23.877 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1694, previously 1894
05-15 14:07:23.877 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 518, previously 522
05-15 14:07:23.877 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 158, previously 564
05-15 14:07:23.885 1033 1218 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.microsoft.mmx.intent.action.UPDATE_POLICY flg=0x2030 } to com.microsoft.launcher/com.microsoft.mmx.continuity.receiver.PolicyReceiver
05-15 14:07:23.889 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 7, previously 10
05-15 14:07:23.889 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 210, previously 343
05-15 14:07:23.889 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 773, previously 769
05-15 14:07:23.889 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 23, previously 21
05-15 14:07:23.889 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 156, previously 637
05-15 14:07:23.894 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 17, previously 18
05-15 14:07:23.894 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 13, previously 15
05-15 14:07:23.895 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 279, previously 415
05-15 14:07:23.895 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1112, previously 1110
05-15 14:07:23.895 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 27, previously 25
05-15 14:07:23.895 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 156, previously 678
05-15 14:07:23.912 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 17, previously 18
05-15 14:07:23.912 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 13, previously 15
05-15 14:07:23.912 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 279, previously 415
05-15 14:07:23.912 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1117, previously 1115
05-15 14:07:23.912 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 27, previously 25
05-15 14:07:23.912 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 156, previously 677
05-15 14:07:23.930 1033 3687 E PackageHelper: ApplicationInfo is not found in function getExistingAppInfo
05-15 14:07:23.955 1033 1218 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.microsoft.mmx.intent.action.UPDATE_POLICY flg=0x2030 } to com.microsoft.launcher/com.microsoft.mmx.continuity.receiver.PolicyReceiver
05-15 14:07:23.974 11829 11829 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 android.content.ContextWrapper.startService:650 com.android.settings.applications.BlackListReceiver.onReceive:41 android.app.ActivityThread.handleReceiver:3642
05-15 14:07:23.985 1033 1051 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
05-15 14:07:23.985 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
05-15 14:07:23.994 1536 1571 E HSM : NormalTrafficAnalysis:alert byte = 0, so return
05-15 14:07:23.994 684 684 E Thermal-daemon: [shell_temp] temp_new :30 temp_old :29
05-15 14:07:23.997 684 684 E Thermal-daemon: Report temperature: [shell_temp] temp :30 report_threshold:1
05-15 14:07:23.998 684 684 E Thermal-daemon: [pa_0] temp_new :32 temp_old :31
05-15 14:07:24.000 684 684 E Thermal-daemon: Report temperature: [pa_0] temp :32 report_threshold:1
05-15 14:07:24.001 684 684 E Thermal-daemon: [ap] temp_new :32 temp_old :31
05-15 14:07:24.001 684 684 E Thermal-daemon: Report temperature: [ap] temp :32 report_threshold:1
05-15 14:07:24.015 1033 1051 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.google.android.apps.maps/com.google.android.libraries.social.peoplekit.thirdparty.viewcontrollers.ThirdPartyReceiver
05-15 14:07:24.016 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.google.android.apps.photos/com.google.android.libraries.social.peoplekit.thirdparty.viewcontrollers.ThirdPartyReceiver
05-15 14:07:24.044 1033 1656 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
05-15 14:07:24.069 3301 3301 E [HwRecSys]PackageRecevier: pkg is not hiboard or intelligent
05-15 14:07:24.086 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 379, previously 2108
05-15 14:07:24.086 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3290, previously 3305
05-15 14:07:24.086 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 212, previously 4930
05-15 14:07:24.091 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 21, previously 22
05-15 14:07:24.103 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 97, previously 906
05-15 14:07:24.103 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1109, previously 1107
05-15 14:07:24.103 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 179, previously 996
05-15 14:07:24.109 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 988, previously 989
05-15 14:07:24.109 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 186, previously 735
05-15 14:07:24.115 1536 16323 W HSM : PermissionDBAdapter:remove from runtim table:io.appium.espressoserver.test, not deleted.
05-15 14:07:24.121 5974 6140 W System.err: android.content.pm.PackageManager$NameNotFoundException: io.appium.espressoserver.test
05-15 14:07:24.121 5974 6140 W System.err: at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:394)
05-15 14:07:24.121 5974 6140 W System.err: at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:376)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.power.model.BatteryStatisticsHelper.updateBatteryInfos(BatteryStatisticsHelper.java:162)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.power.receiver.handle.HandlePackageRemoved.handlePackageRemoved(HandlePackageRemoved.java:28)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.power.receiver.handle.HandlePackageRemoved.handleBroadcast(HandlePackageRemoved.java:20)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.power.receiver.BootBroadcastReceiver.doInBackground(BootBroadcastReceiver.java:114)
05-15 14:07:24.121 5974 6140 W System.err: at java.lang.reflect.Method.invoke(Native Method)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.util.content.HsmIntentService$Work.reflectTargetReceiver(HsmIntentService.java:228)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.util.content.HsmIntentService$Work.doBackgroud(HsmIntentService.java:209)
05-15 14:07:24.121 5974 6140 W System.err: at com.huawei.systemmanager.util.content.HsmIntentService$Work.run(HsmIntentService.java:191)
05-15 14:07:24.121 5974 6140 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:24.121 5974 6140 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:24.121 5974 6140 W System.err: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:24.121 5974 5974 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 android.content.ContextWrapper.startService:650 com.huawei.systemmanager.antivirus.utils.AntiVirusTools.deleteVirusApk:690 com.huawei.systemmanager.antivirus.AntiVirusReceiver.handlerPackageRemoved:52
05-15 14:07:24.124 1638 1638 W PhoneStatusBar: updateNotificationShade hasFaceDT: false; Detected:false
05-15 14:07:24.132 1033 7141 W libc : Set property “persist.sys.appstart.sync” to “true”
05-15 14:07:24.135 1033 1656 W ActivityManager: Sending non-protected broadcast PACKAGE_ADDED_OR_REMOVED from system 5974:com.huawei.systemmanager/1000 pkg com.huawei.systemmanager
05-15 14:07:24.135 5974 6149 W HSM : HsmPackageManager:doAppRemoved, can’t find apk :io.appium.espressoserver.test, resan all apk.
05-15 14:07:24.137 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:24.144 1033 1774 W libc : Set property “persist.sys.appstart.sync” to “false”
05-15 14:07:24.185 1033 1200 W TextServicesManagerService: no available spell checker services found
05-15 14:07:24.187 6050 8616 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1592, previously 1596
05-15 14:07:24.187 6050 8616 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3909, previously 3937
05-15 14:07:24.187 6050 8616 W ResourceType: ResTable_typeSpec entry count inconsistent: given 182, previously 1027
05-15 14:07:24.199 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 26, previously 27
05-15 14:07:24.199 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1044, previously 1225
05-15 14:07:24.199 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1096, previously 1180
05-15 14:07:24.199 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1206, previously 1225
05-15 14:07:24.199 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 159, previously 860
05-15 14:07:24.205 5974 6151 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 com.huawei.systemmanager.spacecleanner.receiver.SpaceCleanReceiver.checkRarelyUsedApp:87 com.huawei.systemmanager.spacecleanner.receiver.SpaceCleanReceiver.doInBackground:39 java.lang.reflect.Method.invoke:-2
05-15 14:07:24.207 1536 1536 E HSM : AppCleanUpService:msg is 1
05-15 14:07:24.208 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2703, previously 2754
05-15 14:07:24.208 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1014, previously 1096
05-15 14:07:24.208 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1292, previously 1310
05-15 14:07:24.208 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 169, previously 899
05-15 14:07:24.216 1504 1504 E AppUninstallReceiver: invalid pakName !!!
05-15 14:07:24.216 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2, previously 30
05-15 14:07:24.217 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 765, previously 809
05-15 14:07:24.217 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1217, previously 1358
05-15 14:07:24.217 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 180, previously 962
05-15 14:07:24.220 1033 7141 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.alibaba.aliexpresshd/com.taobao.accs.EventReceiver
05-15 14:07:24.222 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.estrongs.android.pop/.app.InstallMonitorReceiver
05-15 14:07:24.222 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.estrongs.android.pop/com.android.apps.pros.LocalCReceiver
05-15 14:07:24.223 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.estrongs.android.pop/com.duapps.ad.stats.CallbackReceiver
05-15 14:07:24.223 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
05-15 14:07:24.223 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.games.packagecontroller.PackageChangeReceiver
05-15 14:07:24.223 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.google.android.apps.magazines/com.google.android.libraries.social.peoplekit.thirdparty.viewcontrollers.ThirdPartyReceiver
05-15 14:07:24.223 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.microsoft.launcher/com.microsoft.mmx.continuity.receiver.InstallUninstallReceiver
05-15 14:07:24.223 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.xing.android/.alibaba.PackageUninstallReceiver
05-15 14:07:24.243 4492 4492 E LastAccessedProvider: IOException : java.io.IOException: Missing data
05-15 14:07:24.281 1033 1033 E ZenModeHelper: ZenModeHelper isVDriverMode:false,timecondition:false
05-15 14:07:24.288 1033 1033 E HwBastetService: name: io.appium.espressoserver.test
05-15 14:07:24.289 1033 1033 W System.err: android.content.pm.PackageManager$NameNotFoundException: io.appium.espressoserver.test
05-15 14:07:24.289 1033 1033 W System.err: at android.app.ApplicationPackageManager.getPackageUidAsUser(ApplicationPackageManager.java:298)
05-15 14:07:24.289 1033 1033 W System.err: at android.app.ApplicationPackageManager.getPackageUid(ApplicationPackageManager.java:278)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.server.HwBastetService.removeHrtApp(HwBastetService.java:695)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.server.HwBastetService.-wrap10(Unknown Source:0)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.server.HwBastetService$5.parseAction(HwBastetService.java:407)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.server.HwBastetService$5.onReceive(HwBastetService.java:351)
05-15 14:07:24.289 1033 1033 W System.err: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_58970(LoadedApk.java:1440)
05-15 14:07:24.289 1033 1033 W System.err: at android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ.$m$7(Unknown Source:4)
05-15 14:07:24.289 1033 1033 W System.err: at android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ.run(Unknown Source:39)
05-15 14:07:24.289 1033 1033 W System.err: at android.os.Handler.handleCallback(Handler.java:809)
05-15 14:07:24.289 1033 1033 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102)
05-15 14:07:24.289 1033 1033 W System.err: at android.os.Looper.loop(Looper.java:166)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.server.SystemServer.run(SystemServer.java:545)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.server.SystemServer.main(SystemServer.java:382)
05-15 14:07:24.289 1033 1033 W System.err: at java.lang.reflect.Method.invoke(Native Method)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
05-15 14:07:24.289 1033 1033 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:943)
05-15 14:07:24.292 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 826, previously 1130
05-15 14:07:24.292 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1390, previously 1669
05-15 14:07:24.293 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1128, previously 1130
05-15 14:07:24.293 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 235, previously 1628
05-15 14:07:24.294 1033 1033 W ResourceType: Found multiple library tables, ignoring…
05-15 14:07:24.320 1033 1033 W ResourceType: For resource 0x7f170032, entry index(50) is beyond type entryCount(3)
05-15 14:07:24.321 1033 1033 W ResourceType: For resource 0x7f170037, entry index(55) is beyond type entryCount(3)
05-15 14:07:24.321 1033 1033 W ResourceType: For resource 0x7f170036, entry index(54) is beyond type entryCount(3)
05-15 14:07:24.321 1033 1033 W ResourceType: For resource 0x7f170038, entry index(56) is beyond type entryCount(3)
05-15 14:07:24.322 1033 1033 W ResourceType: For resource 0x7f170035, entry index(53) is beyond type entryCount(3)
05-15 14:07:24.322 1033 1033 W ResourceType: For resource 0x7f170034, entry index(52) is beyond type entryCount(3)
05-15 14:07:24.322 1033 1033 W ResourceType: For resource 0x7f170033, entry index(51) is beyond type entryCount(3)
05-15 14:07:24.333 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 30, previously 36
05-15 14:07:24.333 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2539, previously 2542
05-15 14:07:24.333 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2292, previously 2289
05-15 14:07:24.333 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 295, previously 1593
05-15 14:07:24.362 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 991, previously 1018
05-15 14:07:24.362 1033 1033 W ResourceType: ResTable_typeSpec entry count inconsistent: given 269, previously 1657
05-15 14:07:24.374 1033 1033 W AwareLog: AwareJobSchedulerService: iaware_brjob no job need to cancel.
05-15 14:07:24.383 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1224, previously 1229
05-15 14:07:24.383 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 162, previously 1029
05-15 14:07:24.389 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1224, previously 1229
05-15 14:07:24.389 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 162, previously 1029
05-15 14:07:24.398 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 28, previously 66
05-15 14:07:24.398 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2, previously 22
05-15 14:07:24.398 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2587, previously 2590
05-15 14:07:24.398 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1, previously 249
05-15 14:07:24.399 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 345, previously 810
05-15 14:07:24.399 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 601, previously 608
05-15 14:07:24.399 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 186, previously 856
05-15 14:07:24.401 1033 1200 W ResourceType: For resource 0x7f1600f2, entry index(242) is beyond type entryCount(1)
05-15 14:07:24.409 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1592, previously 1596
05-15 14:07:24.409 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 3909, previously 3937
05-15 14:07:24.409 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 182, previously 1027
05-15 14:07:24.415 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 8, previously 13
05-15 14:07:24.415 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 922, previously 991
05-15 14:07:24.416 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 415, previously 419
05-15 14:07:24.416 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 634, previously 649
05-15 14:07:24.416 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 20, previously 30
05-15 14:07:24.416 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 173, previously 754
05-15 14:07:24.429 5860 5872 E PackageHelper: ApplicationInfo is not found in function resolveInstallLocation
05-15 14:07:24.429 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2, previously 3
05-15 14:07:24.429 1033 1200 W ResourceType: Found multiple library tables, ignoring…
05-15 14:07:24.430 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1656, previously 1703
05-15 14:07:24.430 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1550, previously 1549
05-15 14:07:24.430 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 262, previously 2212
05-15 14:07:24.434 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2, previously 3
05-15 14:07:24.434 1033 1200 W ResourceType: Found multiple library tables, ignoring…
05-15 14:07:24.434 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1656, previously 1703
05-15 14:07:24.434 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1550, previously 1549
05-15 14:07:24.434 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 262, previously 2212
05-15 14:07:24.437 1033 1200 W SearchableInfo: Invalid searchable metadata for com.paypal.android.p2pmobile/com.paypal.android.foundation.presentation.activity.DeveloperConfigRcsFlagsActivity: Search label must be a resource reference.
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 12, previously 113
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1589, previously 1855
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 48, previously 49
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 621, previously 677
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1847, previously 1855
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 44, previously 82
05-15 14:07:24.446 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 175, previously 877
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 12, previously 113
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1589, previously 1855
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 48, previously 49
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 621, previously 677
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1847, previously 1855
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 44, previously 82
05-15 14:07:24.450 1033 1200 W ResourceType: ResTable_typeSpec entry count inconsistent: given 175, previously 877
05-15 14:07:24.455 4535 8631 W System.err: android.content.pm.PackageManager$NameNotFoundException: io.appium.espressoserver.test
05-15 14:07:24.455 4535 8631 W System.err: at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:189)
05-15 14:07:24.455 4535 8631 W System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:160)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.appmanager.ui.offline.b.a_(OfflineInstallJobCleanup.java:26)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.packages.b.c.a(DeltaPackageListenerDispatcher.java:46)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.packages.b.f.a(DeltaPackageTracker.java:84)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.packages.b.g.b(DeltaPackageWorker.java:99)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.packages.b.g.a(DeltaPackageWorker.java:82)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.jobqueue.a.c(JobQueueManager.java:278)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.jobqueue.a.b(JobQueueManager.java:255)
05-15 14:07:24.455 4535 8631 W System.err: at com.facebook.oxygen.common.jobqueue.JobQueueService.a(JobQueueService.java:58)
05-15 14:07:24.455 4535 8631 W System.err: at androidx.core.app.d$a.a(JobIntentService.java:392)
05-15 14:07:24.455 4535 8631 W System.err: at androidx.core.app.d$a.doInBackground(JobIntentService.java:383)
05-15 14:07:24.455 4535 8631 W System.err: at android.os.AsyncTask$2.call(AsyncTask.java:345)
05-15 14:07:24.455 4535 8631 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
05-15 14:07:24.455 4535 8631 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
05-15 14:07:24.455 4535 8631 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
05-15 14:07:24.455 4535 8631 W System.err: at java.lang.Thread.run(Thread.java:784)
05-15 14:07:24.488 1832 1832 E HwLauncher: PowerSaveLauncherModel onPackageRemoved: not inPowerSaveLauncher
05-15 14:07:24.489 1832 1832 E HwLauncher: StreetModeLauncherModel onPackageRemoved: not inStreetModeLauncher
05-15 14:07:24.489 1832 1913 E SQLiteLog: (1)
05-15 14:07:24.490 1832 1913 E HwLauncher: Launcher.LauncherProvider query occur an exception,getTable:drawer_favorites5x6
05-15 14:07:24.490 1033 1200 E AwareLog: RMS.AwareIntelligentRecg: delete pkg:io.appium.espressoserver.test userid:0 from iAware.db
05-15 14:07:24.494 1033 1218 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.microsoft.mmx.intent.action.UPDATE_POLICY flg=0x2030 } to com.microsoft.launcher/com.microsoft.mmx.continuity.receiver.PolicyReceiver
05-15 14:07:24.993 8634 8638 W dex2oat : Rejecting class androidx.test.uiautomator.UiAutomatorInstrumentationTestRunner that attempts to sub-type erroneous class android.test.InstrumentationTestRunner in base.apk
05-15 14:07:25.544 677 698 E : Couldn’t opendir /data/app/vmdl876550300.tmp: No such file or directory
05-15 14:07:25.544 677 698 E installd: Failed to delete /data/app/vmdl876550300.tmp: No such file or directory
05-15 14:07:25.546 1033 1276 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1131 com.android.server.pm.HwPackageManagerService.parseInstalledPkgInfo:2981 com.android.server.pm.PackageManagerService.parseInstalledPkgInfo:27865 com.android.server.pm.PackageManagerService.-wrap43:0 com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage:1879
05-15 14:07:25.546 1033 1276 W ActivityManager: Sending non-protected broadcast com.huawei.android.action.GET_PACKAGE_INSTALLATION_INFO from system 1033:system/1000 pkg android
05-15 14:07:25.550 1536 1536 E HSM : HandleInstalledPackageInfoService:second action: pkgData is null
05-15 14:07:25.558 1033 1200 W TextServicesManagerService: no available spell checker services found
05-15 14:07:25.564 744 744 E adbd : failed to connect to socket ‘tcp:6791’: Connection refused
05-15 14:07:25.566 1638 1638 W StepCounterMonitor: onReceive action:android.intent.action.PACKAGE_ADDED
05-15 14:07:25.590 1832 1832 W HwLauncher: SimpleLauncherMode onReceive : It’s normal Launcher now, do not handle add packages
05-15 14:07:25.631 689 722 E Parcel : Reading a NULL string not supported here.
05-15 14:07:25.637 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:25.644 1803 2146 E AwareLog: CustXmlConfiguration: awareConfig is null
05-15 14:07:25.644 1803 2146 E AwareLog: CustXmlConfiguration: can not get subswitch config
05-15 14:07:25.649 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:25.656 688 8647 E : gmr: isFileExistByPattern can not open dir
05-15 14:07:25.656 688 8647 E : gmr: isFileExistByPattern can not open dir
05-15 14:07:25.656 688 8647 E : gmr: getStaticEngine can not open dir
05-15 14:07:25.656 688 8647 W : gameenginetime:0
05-15 14:07:25.661 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:25.665 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:25.694 1832 1832 E HwLauncher: HwAppMarketDownloadModel handleInstallAction op: 2
05-15 14:07:25.703 1033 1033 W ResourceType: For resource 0x7f170008, entry index(8) is beyond type entryCount(3)
05-15 14:07:25.704 1033 3291 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=3073, uid=10187 that is not exported from uid 10093
05-15 14:07:25.705 1033 1033 W ResourceType: For resource 0x7f170006, entry index(6) is beyond type entryCount(3)
05-15 14:07:25.708 1033 1033 W ResourceType: For resource 0x7f170007, entry index(7) is beyond type entryCount(3)
05-15 14:07:25.711 1033 1218 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.microsoft.mmx.intent.action.UPDATE_POLICY flg=0x2030 } to com.microsoft.launcher/com.microsoft.mmx.continuity.receiver.PolicyReceiver
05-15 14:07:25.715 1832 1832 W HwLauncher: HwAppMarketDownloadModel get getBundleExtra with downloadtask all return null!
05-15 14:07:25.733 1748 8603 W GCM : Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) }
05-15 14:07:25.734 1748 8603 W GCM : Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) }
05-15 14:07:25.746 11829 11829 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 android.content.ContextWrapper.startService:650 com.android.settings.applications.BlackListReceiver.onReceive:41 android.app.ActivityThread.handleReceiver:3642
05-15 14:07:25.769 1033 1033 W ResourceType: For resource 0x7f170032, entry index(50) is beyond type entryCount(3)
05-15 14:07:25.769 1033 1033 W ResourceType: For resource 0x7f170037, entry index(55) is beyond type entryCount(3)
05-15 14:07:25.769 1033 1033 W ResourceType: For resource 0x7f170036, entry index(54) is beyond type entryCount(3)
05-15 14:07:25.770 1033 1033 W ResourceType: For resource 0x7f170038, entry index(56) is beyond type entryCount(3)
05-15 14:07:25.770 1033 1033 W ResourceType: For resource 0x7f170035, entry index(53) is beyond type entryCount(3)
05-15 14:07:25.770 1033 1033 W ResourceType: For resource 0x7f170034, entry index(52) is beyond type entryCount(3)
05-15 14:07:25.771 1033 1033 W ResourceType: For resource 0x7f170033, entry index(51) is beyond type entryCount(3)
05-15 14:07:25.799 1033 3653 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
05-15 14:07:25.811 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.ManifestPackageEventReceiver
05-15 14:07:25.855 1033 1200 W ResourceType: For resource 0x7f1600f2, entry index(242) is beyond type entryCount(1)
05-15 14:07:25.860 1033 1200 W SearchableInfo: Invalid searchable metadata for com.paypal.android.p2pmobile/com.paypal.android.foundation.presentation.activity.DeveloperConfigRcsFlagsActivity: Search label must be a resource reference.
05-15 14:07:25.879 1832 1832 E HwLauncher: PowerSaveLauncherModel onPackageAdded: not inPowerSaveLauncher
05-15 14:07:25.879 1832 1832 E HwLauncher: StreetModeLauncherModel onPackageAdded: not inStreetModeLauncher
05-15 14:07:25.879 1832 1913 W HwLauncher: AllIdleAppsList addPackage: package[io.appium.espressoserver.test] no match activity.
05-15 14:07:25.879 1033 1394 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
05-15 14:07:25.881 1748 8603 W GCM : Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) }
05-15 14:07:25.881 1748 8649 W GCM : Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) }
05-15 14:07:25.894 3301 3301 E [HwRecSys]PackageRecevier: pkg is not hiboard or intelligent
05-15 14:07:25.924 5974 5974 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 android.content.ContextWrapper.startService:650 com.huawei.systemmanager.antivirus.utils.AntiVirusTools.checkVirusForNewInstalledApk:678 com.huawei.systemmanager.antivirus.AntiVirusReceiver.onReceive:36
05-15 14:07:25.928 1033 1394 W ActivityManager: Sending non-protected broadcast PACKAGE_ADDED_OR_REMOVED from system 5974:com.huawei.systemmanager/1000 pkg com.huawei.systemmanager
05-15 14:07:25.939 1638 1638 W PhoneStatusBar: updateNotificationShade hasFaceDT: false; Detected:false
05-15 14:07:25.940 5974 6010 E HSM : XmlParsers:xmlRootElement IllegalArgumentException:InputStream parameter can’t be null
05-15 14:07:25.940 5974 6010 E HSM : AutoStartupXmlUtils:xmlRootElement parse failed
05-15 14:07:25.941 1033 3798 W libc : Set property “persist.sys.appstart.sync” to “true”
05-15 14:07:25.950 1033 1774 W libc : Set property “persist.sys.appstart.sync” to “false”
05-15 14:07:25.955 5974 6011 W HSM : AddViewAppManager:Current installed app not apply system_alert_window or applicationInfo null!
05-15 14:07:25.957 5974 6009 E HSM : SecurityBroadcastReceiver:SecurityBroadcastReceiver the rainbow is not enabled!
05-15 14:07:25.957 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:25.962 5974 6006 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 com.huawei.systemmanager.spacecleanner.receiver.SpaceCleanReceiver.checkRarelyUsedApp:87 com.huawei.systemmanager.spacecleanner.receiver.SpaceCleanReceiver.doInBackground:39 java.lang.reflect.Method.invoke:-2
05-15 14:07:25.965 1033 1945 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.estrongs.android.pop/.app.InstallMonitorReceiver
05-15 14:07:25.965 1536 1536 E HSM : AppCleanUpService:msg is 0
05-15 14:07:25.966 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.estrongs.android.pop/com.android.apps.pros.LocalCReceiver
05-15 14:07:25.966 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.estrongs.android.pop/com.duapps.ad.stats.CallbackReceiver
05-15 14:07:25.966 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
05-15 14:07:25.966 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.facebook.katana/com.facebook.games.packagecontroller.PackageChangeReceiver
05-15 14:07:25.966 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.microsoft.launcher/com.microsoft.mmx.continuity.receiver.InstallUninstallReceiver
05-15 14:07:25.966 1033 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:io.appium.espressoserver.test flg=0x4000010 (has extras) } to com.teq.guitarjam/com.appodeal.ads.AppodealPackageAddedReceiver
05-15 14:07:25.994 8643 8643 E Zygote : register_com_android_internal_os_Zygote num = 0
05-15 14:07:25.995 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:26.006 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:26.007 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:26.007 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:26.073 8668 8668 W zygote : ClassLoaderContext classpath size mismatch for position 0. expected=0, found=1 (PCL[] | PCL[/system/framework/android.test.runner.jar
3990303201])
05-15 14:07:26.101 1638 1638 W KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 512000; Volt: 5000000
05-15 14:07:26.102 12972 12972 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 com.huawei.vision.server.policy.PhoneState.doPolicyThingStop:103 com.huawei.vision.server.policy.PhoneStateReceiver.startOrStopVisionService:150 com.huawei.vision.server.policy.PhoneStateReceiver.access$200:18
05-15 14:07:26.116 1638 1638 W KeyguardUpdateMonitor: ChargingSpeed Wattage: 2560000 ST: 5000000 --> 7500000
05-15 14:07:26.116 1638 1638 W AppHandler: sendMessage with obj100
05-15 14:07:26.116 1638 1638 W HwKgdBArea_BTY: updateBatteryInfo : false true
05-15 14:07:26.117 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:26.120 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:26.121 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:26.121 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:26.122 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:26.125 1638 1638 W HwLockScreenPanel: refreshBatteryInfo: null
05-15 14:07:26.126 1638 1638 W HwKgdBArea_BTY: updateBatteryInfo : false true
05-15 14:07:26.127 1638 1638 W HwLockScreenPanel: Handle message: 100
05-15 14:07:26.127 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:26.128 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:26.207 546 556 W SocketListener: sending broadcast to Pid = 1033, Uid = 1000
05-15 14:07:26.236 1033 1414 W NetworkStatsFactory: mStatsXtProcUid: /proc/net/comm/stats does not exist!
05-15 14:07:26.276 1536 1571 E HSM : NormalTrafficAnalysis:alert byte = 0, so return
05-15 14:07:26.335 1033 3653 W ActivityManager: Sending non-protected broadcast com.huawei.systemmanager.action.found_virusscan_app from system 1536:com.huawei.systemmanager:service/1000 pkg com.huawei.systemmanager
05-15 14:07:26.374 8668 8668 W zygote : ClassLoaderContext classpath size mismatch for position 0. expected=0, found=3 (PCL[] | PCL[/system/framework/android.test.runner.jar3990303201:/system/framework/android.test.mock.jar1829899193:/data/app/io.appium.espressoserver.test-PvfYNZJTVwnKGONywQovkQ==/base.apk*362722668])
05-15 14:07:26.377 8668 8668 W zygote : Found duplicate classes, falling back to extracting from APK : /data/app/com.ss.android.ugc.trill-JQNwNVwcVu8nYMC-wGsgoA==/base.apk
05-15 14:07:26.377 8668 8668 W zygote : NOTE: This wastes RAM and hurts startup performance.
05-15 14:07:26.377 8668 8668 W zygote : Found duplicated class when checking oat files: ‘Landroid/support/v4/graphics/drawable/IconCompatParcelizer;’ in /data/app/io.appium.espressoserver.test-PvfYNZJTVwnKGONywQovkQ==/base.apk and /data/app/com.ss.android.ugc.trill-JQNwNVwcVu8nYMC-wGsgoA==/base.apk
05-15 14:07:26.377 8668 8668 W zygote :
05-15 14:07:28.173 8668 8668 W System : ClassLoader referenced unknown path:
05-15 14:07:28.303 8668 8668 E AndroidRuntime: FATAL EXCEPTION: main
05-15 14:07:28.303 8668 8668 E AndroidRuntime: Process: com.ss.android.ugc.trill, PID: 8668
05-15 14:07:28.303 8668 8668 E AndroidRuntime: java.lang.NoSuchFieldError: No field a of type Lcom/google/gson/internal/Excluder; in class Lcom/google/gson/internal/Excluder; or its superclasses (declaration of ‘com.google.gson.internal.Excluder’ appears in /data/app/io.appium.espressoserver.test-PvfYNZJTVwnKGONywQovkQ==/base.apk)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at com.google.gson.f.(SourceFile:262146)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at com.ss.android.ugc.aweme.app.f.d.a(SourceFile:33882116)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at com.facebook.internal.FacebookInitProvider.onCreate(SourceFile:327743)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.content.ContentProvider.attachInfo(ContentProvider.java:1917)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.content.ContentProvider.attachInfo(ContentProvider.java:1892)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:7056)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6543)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6443)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.app.ActivityThread.-wrap2(Unknown Source:0)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1969)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:109)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.os.Looper.loop(Looper.java:166)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7377)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
05-15 14:07:28.303 8668 8668 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)
05-15 14:07:28.307 8668 8698 W zygote : Unsupported class loader
05-15 14:07:28.314 708 2503 E iMonitor: FaultDetect: DUMPTOOL_PRINTF return.
05-15 14:07:28.320 708 2503 E iMonitor: FaultDetect: DUMPTOOL_PRINTF return.
05-15 14:07:28.320 708 2503 E iMonitor: FaultDetect: DUMPTOOL_PRINTF return.
05-15 14:07:28.320 708 2503 E iMonitor: FaultDetect: DUMPTOOL_PRINTF return.
05-15 14:07:28.357 1033 1033 W Binder:1033_19: type=1400 audit(0.0:8040): avc: granted { read } for path="/data/system/dropbox/[email protected]" dev=“sdd60” ino=86238 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:system_data_file:s0 tclass=file
05-15 14:07:28.368 1033 1211 W zygote64: kill(-8668, 9) failed: No such process
05-15 14:07:28.369 1033 1945 W ActivityManager: Crash of app com.ss.android.ugc.trill running instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner}
05-15 14:07:28.372 1033 8708 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY
05-15 14:07:28.372 1033 8708 W Binder : java.lang.Throwable
05-15 14:07:28.372 1033 8708 W Binder : at android.os.BinderProxy.transact(Binder.java:753)
05-15 14:07:28.372 1033 8708 W Binder : at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:160)
05-15 14:07:28.372 1033 8708 W Binder : at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
05-15 14:07:28.372 1504 10730 E HsmCoreServiceImpl: onTransact in code is: 102
05-15 14:07:28.373 1504 10730 W MediaProcessHandler: remove target not exist, maybe the UI process: uid: 12622, pid: 8668
05-15 14:07:28.874 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:28.874 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:29.002 684 684 E Thermal-daemon: [charger_ic] temp_new :32 temp_old :31
05-15 14:07:29.004 684 684 E Thermal-daemon: Report temperature: [charger_ic] temp :32 report_threshold:1
05-15 14:07:29.004 684 684 E Thermal-daemon: [pa_0] temp_new :33 temp_old :32
05-15 14:07:29.005 684 684 E Thermal-daemon: Report temperature: [pa_0] temp :33 report_threshold:1
05-15 14:07:29.005 684 684 E Thermal-daemon: [ap] temp_new :34 temp_old :32
05-15 14:07:29.006 684 684 E Thermal-daemon: Report temperature: [ap] temp :34 report_threshold:1
05-15 14:07:29.013 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:29.026 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:29.026 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:29.026 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:30.913 546 560 W SocketListener: sending broadcast to Pid = 1033, Uid = 1000
05-15 14:07:30.952 1033 1774 W ActivityManager: Sending non-protected broadcast com.huawei.android.APPSTARTUP_CHANGED from system 1033:system/1000 pkg android
05-15 14:07:31.123 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:31.124 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:31.126 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:31.127 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:31.129 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:31.130 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:31.409 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:31.410 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:31.410 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:32.033 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:32.049 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:32.049 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:34.007 684 684 E Thermal-daemon: [shell_temp] temp_new :29 temp_old :30
05-15 14:07:34.008 684 684 E Thermal-daemon: Report temperature: [shell_temp] temp :29 report_threshold:1
05-15 14:07:34.010 684 684 E Thermal-daemon: [pa_0] temp_new :32 temp_old :33
05-15 14:07:34.012 684 684 E Thermal-daemon: Report temperature: [pa_0] temp :32 report_threshold:1
05-15 14:07:34.012 684 684 E Thermal-daemon: [ap] temp_new :33 temp_old :34
05-15 14:07:34.013 684 684 E Thermal-daemon: Report temperature: [ap] temp :33 report_threshold:1
05-15 14:07:35.059 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:35.084 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:35.084 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:36.646 1803 1862 W zygote64: Checksum mismatch for dex HwPowerGenieEngine3.apk
05-15 14:07:36.646 1803 1862 W zygote64: Checksum mismatch for dex HwPowerGenieEngine3.apk
05-15 14:07:38.093 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:38.119 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:38.120 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:38.863 1033 1392 W AlarmManager: mIsScreenOn is: true, WAKEUP alarm talarm.operation == null,package name is: android listenerTag is: job.delay creator uid is: 1000
05-15 14:07:38.866 1033 1392 W ActivityManager: Background start not allowed: service Intent { act=com.amazon.identity.action.SYNC_DIRTY_DATA flg=0x4 hwFlg=0x900 cmp=com.amazon.avod.thirdpartyclient/com.amazon.identity.auth.device.storage.DirtyDataSyncingService (has extras) } to com.amazon.avod.thirdpartyclient/com.amazon.identity.auth.device.storage.DirtyDataSyncingService from pid=-1 uid=10206 pkg=com.amazon.avod.thirdpartyclient
05-15 14:07:38.869 1033 1392 W ActivityManager: Background start not allowed: service Intent { act=com.amazon.identity.action.SYNC_DIRTY_DATA flg=0x4 hwFlg=0x900 cmp=com.amazon.mp3/com.amazon.identity.auth.device.storage.DirtyDataSyncingService (has extras) } to com.amazon.mp3/com.amazon.identity.auth.device.storage.DirtyDataSyncingService from pid=-1 uid=10205 pkg=com.amazon.mp3
05-15 14:07:39.016 684 684 E Thermal-daemon: [ap] temp_new :32 temp_old :33
05-15 14:07:39.018 684 684 E Thermal-daemon: Report temperature: [ap] temp :32 report_threshold:1
05-15 14:07:39.414 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:39.414 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:39.414 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:40.146 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:40.147 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:40.148 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:40.148 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:40.150 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:40.150 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:41.129 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:41.153 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:41.153 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:43.154 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:43.155 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:43.156 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:43.156 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:43.157 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:43.158 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:43.382 1033 1211 W zygote64: kill(-6683, 9) failed: No such process
05-15 14:07:43.428 1033 1211 W zygote64: kill(-6683, 9) failed: No such process
05-15 14:07:43.466 1033 1211 W zygote64: kill(-6683, 9) failed: No such process
05-15 14:07:43.479 1504 10730 E HsmCoreServiceImpl: onTransact in code is: 102
05-15 14:07:43.480 1504 10730 W MediaProcessHandler: remove target not exist, maybe the UI process: uid: 10147, pid: 6683
05-15 14:07:43.512 1033 1211 W zygote64: kill(-6683, 9) failed: No such process
05-15 14:07:43.983 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:43.984 1033 1033 W ActivityManager: Sending non-protected broadcast huawei.intent.action.hideHiResIcon from system 1033:system/1000 pkg android
05-15 14:07:44.019 684 684 E Thermal-daemon: [charger_ic] temp_new :31 temp_old :32
05-15 14:07:44.021 684 684 E Thermal-daemon: Report temperature: [charger_ic] temp :31 report_threshold:1
05-15 14:07:44.162 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:44.188 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:44.189 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:44.189 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:47.199 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:47.218 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:47.218 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:47.421 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:47.421 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:49.025 684 684 E Thermal-daemon: [pa_0] temp_new :31 temp_old :32
05-15 14:07:49.026 684 684 E Thermal-daemon: Report temperature: [pa_0] temp :31 report_threshold:1
05-15 14:07:49.657 1033 1743 W Watchdog: hungtask: writing kick
05-15 14:07:50.227 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:50.251 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:50.252 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:50.252 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:53.119 684 2471 E Thermal-daemon: device current too high (-7), during charging or current std is invalid.
05-15 14:07:53.119 684 2471 E Thermal-daemon: latest temp -40000 at 2020/5/15, 12h:7m:53s.
05-15 14:07:53.262 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:53.289 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:53.289 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:54.030 684 684 E Thermal-daemon: [ap] temp_new :31 temp_old :32
05-15 14:07:54.032 684 684 E Thermal-daemon: Report temperature: [ap] temp :31 report_threshold:1
05-15 14:07:54.183 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:54.184 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:54.185 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:54.185 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:54.186 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:54.186 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:54.691 546 555 W SocketListener: sending broadcast to Pid = 1033, Uid = 1000
05-15 14:07:55.424 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:55.424 1033 1418 E WificondControl: Noise: -90, Snr: 33, Chload: -1
05-15 14:07:55.425 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:55.669 1033 3798 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=3073, uid=10187 that is not exported from uid 10093
05-15 14:07:55.672 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:55.673 3584 3584 E NfcNci : NfcUtils error: APP do not have nfc permission
05-15 14:07:56.190 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:56.190 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:56.192 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:56.193 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:56.194 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:07:56.194 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:07:56.296 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:56.317 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:56.320 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:56.321 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:07:56.335 1638 1638 W KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 512000; Volt: 5100000
05-15 14:07:56.336 12972 12972 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:650 com.huawei.vision.server.policy.PhoneState.doPolicyThingStop:103 com.huawei.vision.server.policy.PhoneStateReceiver.startOrStopVisionService:150 com.huawei.vision.server.policy.PhoneStateReceiver.access$200:18
05-15 14:07:56.356 1638 1638 W KeyguardUpdateMonitor: ChargingSpeed Wattage: 2611200 ST: 5000000 --> 7500000
05-15 14:07:56.356 1638 1638 W AppHandler: sendMessage with obj100
05-15 14:07:56.356 1638 1638 W HwKgdBArea_BTY: updateBatteryInfo : false true
05-15 14:07:56.357 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:56.362 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:56.362 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:07:56.362 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:56.364 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:56.368 1638 1638 W HwLockScreenPanel: refreshBatteryInfo: null
05-15 14:07:56.368 1638 1638 W HwKgdBArea_BTY: updateBatteryInfo : false true
05-15 14:07:56.368 1638 1638 W HwLockScreenPanel: Handle message: 100
05-15 14:07:56.368 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:56.369 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:07:59.327 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:07:59.346 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:07:59.347 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:07:59.347 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:00.013 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:08:00.024 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:08:00.024 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:08:00.029 1638 1638 E DateView: DateView,mCurrentTime: 1589544480029
05-15 14:08:00.035 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:08:00.052 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:08:00.052 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:08:00.063 1638 1638 E DateLunarView: mDateString is: Fr., 15. Mai
05-15 14:08:00.063 1638 1638 E DateLunarView: mDateString is: Fr., 15. Mai
05-15 14:08:00.064 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:08:00.064 1638 1638 W HwNotchSizeUtil: calculateSize error mRogWidth = 0mRogWHeigth = 0, mDefaultWidth = 1080
05-15 14:08:00.072 1832 1913 E HwLauncher: SettingsEx , no such field.
05-15 14:08:00.072 1832 1913 W HwLauncher: Clock getDataFormat the getSystemString failed.
05-15 14:08:00.112 1638 1638 W HwKeyguardDragHelper: AnimationBlocked
05-15 14:08:00.767 1033 1473 E HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-52 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=0, rtt_tcp_duration=0, rtt_lan_duration=125, rtt_lan_failures=0, rtt_lan_succ=8, rtt_lan_max=20, rtt_lan_min=6,same_area_frequency=0,adjacent_area_frequency=0]
05-15 14:08:02.206 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:08:02.206 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:08:02.208 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:08:02.208 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:08:02.209 1638 1638 W ResourceType: No package identifier when getting value for resource number 0x00000000
05-15 14:08:02.210 1638 1638 E HwNotchUtils: setIconForView iconId is not found
05-15 14:08:02.351 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:08:02.373 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:08:02.373 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:08:02.374 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:03.435 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:08:03.435 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:05.380 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:08:05.403 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:08:05.403 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:08.412 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:08:08.439 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:08:08.439 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:09.173 1033 1392 W AlarmManager: mIsScreenOn is: true, WAKEUP alarm talarm.operation == null,package name is: android listenerTag is: job.delay creator uid is: 1000
05-15 14:08:11.444 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:08:11.444 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:08:11.445 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:11.461 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:08:11.479 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1
05-15 14:08:11.480 1033 1418 E HwWifiStatStore: updateLinkSpeed linkSpeed =144 lastSpdLev=3 index=3
05-15 14:08:14.177 1033 1392 W AlarmManager: mIsScreenOn is: true, WAKEUP alarm talarm.operation == null,package name is: android listenerTag is: job.delay creator uid is: 1000
05-15 14:08:14.490 618 618 E WifiHAL : enter wifi_get_link_stats
05-15 14:08:14.517 685 685 E wificond: Failed to get NL80211_STA_INFO_CNAHLOAD
05-15 14:08:14.517 1033 1418 E WificondControl: Noise: -90, Snr: 35, Chload: -1

Looks similar to Apksigner of espressoserver apk failed: code 1 · Issue #552 · appium/appium-espresso-driver · GitHub

Certificates seem to match now, here the results of my testing:

C:\Users\furbn\Downloads>keytool -printcert -jarfile tiktok.apk
Signaturgeber #1:

Signatur:

Eigentümer: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
Aussteller: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
Seriennummer: 936eacbe07f201df
Gültig von: Fri Feb 29 02:33:46 CET 2008 bis: Tue Jul 17 03:33:46 CEST 2035
Zertifikatfingerprints:
MD5: E8:9B:15:8E:4B:CF:98:8E:BD:09:EB:83:F5:37:8E:87
SHA1: 61:ED:37:7E:85:D3:86:A8:DF:EE:6B:86:4B:D8:5B:0B:FA:A5:AF:81
SHA256: A4:0D:A8:0A:59:D1:70:CA:A9:50:CF:15:C1:8C:45:4D:47:A3:9B:26:98:9D:8B:64:0E:CD:74:5B:A7:1B:F5:DC
Signaturalgorithmusname: SHA1withRSA
Algorithmus des Public Key von Betreff: 2048-Bit-RSA-Schlüssel
Version: 3

Erweiterungen:

#1: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
0000: 48 59 00 56 3D 27 2C 46 AE 11 86 05 A4 74 19 AC HY.V=’,F…t…
0010: 09 CA 8C 11 …
]
[[email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US]
SerialNumber: [ 936eacbe 07f201df]
]

#2: ObjectId: 2.5.29.19 Criticality=false
BasicConstraints:[
CA:true
PathLen:2147483647
]

#3: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 48 59 00 56 3D 27 2C 46 AE 11 86 05 A4 74 19 AC HY.V=’,F…t…
0010: 09 CA 8C 11 …
]
]

C:\Users\furbn\AppData\Local\Temp>keytool -printcert -jarfile io.appium.espressoserver.test_1.23.2_com.ss.android.ugc.trill_WCR7N18904000418.apk
Signaturgeber #1:

Signatur:

Eigentümer: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
Aussteller: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
Seriennummer: 936eacbe07f201df
Gültig von: Fri Feb 29 02:33:46 CET 2008 bis: Tue Jul 17 03:33:46 CEST 2035
Zertifikatfingerprints:
MD5: E8:9B:15:8E:4B:CF:98:8E:BD:09:EB:83:F5:37:8E:87
SHA1: 61:ED:37:7E:85:D3:86:A8:DF:EE:6B:86:4B:D8:5B:0B:FA:A5:AF:81
SHA256: A4:0D:A8:0A:59:D1:70:CA:A9:50:CF:15:C1:8C:45:4D:47:A3:9B:26:98:9D:8B:64:0E:CD:74:5B:A7:1B:F5:DC
Signaturalgorithmusname: SHA1withRSA
Algorithmus des Public Key von Betreff: 2048-Bit-RSA-Schlüssel
Version: 3

Erweiterungen:

#1: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
0000: 48 59 00 56 3D 27 2C 46 AE 11 86 05 A4 74 19 AC HY.V=’,F…t…
0010: 09 CA 8C 11 …
]
[[email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US]
SerialNumber: [ 936eacbe 07f201df]
]

#2: ObjectId: 2.5.29.19 Criticality=false
BasicConstraints:[
CA:true
PathLen:2147483647
]

#3: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 48 59 00 56 3D 27 2C 46 AE 11 86 05 A4 74 19 AC HY.V=’,F…t…
0010: 09 CA 8C 11 …
]
]

I ended up not finding a solution for this.

After more debugging the logcat gave me this:

--------- beginning of crash
05-15 16:32:36.961 26020 26020 E AndroidRuntime: FATAL EXCEPTION: main
05-15 16:32:36.961 26020 26020 E AndroidRuntime: Process: com.ss.android.ugc.trill, PID: 26020
05-15 16:32:36.961 26020 26020 E AndroidRuntime: java.lang.NoSuchFieldError: No field a of type Lcom/google/gson/internal/Excluder; in class Lcom/google/gson/internal/Excluder; or its superclasses (declaration of ‘com.google.gson.internal.Excluder’ appears in /data/app/io.appium.espressoserver.test-QyGdIr_ZTh51WZ9QDr8g-Q==/base.apk)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at com.google.gson.f.(SourceFile:262146)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at com.ss.android.ugc.aweme.app.f.d.a(SourceFile:33882116)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at com.facebook.internal.FacebookInitProvider.onCreate(SourceFile:327715)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.content.ContentProvider.attachInfo(ContentProvider.java:1917)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.content.ContentProvider.attachInfo(ContentProvider.java:1892)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:7056)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6543)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6443)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.app.ActivityThread.-wrap2(Unknown Source:0)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1969)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:109)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.os.Looper.loop(Looper.java:166)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7377)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
05-15 16:32:36.961 26020 26020 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)

It seems like it is a more known error regarding proguard or the fact that I cannot include any espresso libraries in the apps source code. Since my situation is special I cannot change the proguard settings for the moment I think I cannot anything. Maybe I open another topic about it since it is a different issue.