Skip to content

Instantly share code, notes, and snippets.

@priyankshah217
Last active August 29, 2015 14:05
Show Gist options
  • Save priyankshah217/b7dce0880ce6d2f23ca0 to your computer and use it in GitHub Desktop.
Save priyankshah217/b7dce0880ce6d2f23ca0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test.app.android"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="17" />
<permission android:name="com.test.app.android.provider.WRITE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.CONFIGURE_SIP" />
<uses-permission android:name="android.permission.USE_SIP" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.RECEIVE_MMS" />
<uses-permission android:name="android.permission.READ_SMS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PROFILE" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.NETWORK" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="com.test.app.android.provider.WRITE" />
<application
android:name=".application.TestAndroidApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<service android:name=".service.TimerWakefulService" />
<service android:name=".service.BackgroundWakefulService" />
#......................... Some Lines .............................
<activity
android:name=".gui.WelcomeActivity"
android:label="Test" >
</activity>
#......................... Some Lines .............................
</application>
</manifest>
2014-08-13 10:04:29:264 - info: Welcome to Appium v1.2.1 (REV 2a4b624a708e580709006b697dc4c9c4e3007863)
2014-08-13 10:04:29:267 - info: Appium REST http interface listener started on 0.0.0.0:6001
2014-08-13 10:04:29:272 - debug: Non-default server args: {"udid":"HT26HW300907","port":6001,"bootstrapPort":4001,"log":"/home/adminuser/appium_server_Alice.log","selendroidPort":9001}
2014-08-13 10:04:29:272 - info: LogLevel: debug
2014-08-13 10:04:35:650 - info: --> POST /wd/hub/session {"desiredCapabilities":{"automationName":"Selendroid","platformVersion":"4.4.2","app":"/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk","platformName":"Android","deviceName":"Android","appActivity":".gui.WelcomeActivity","appium-version":"1.2.0","name":"TestApp Automation","appPackage":"com.test.app.android"}}
2014-08-13 10:04:35:653 - debug: The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : appium-version, name
2014-08-13 10:04:35:654 - debug: Using local app from desired caps: /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk
2014-08-13 10:04:35:656 - debug: Creating new appium session 013b0858-a5dd-4b5f-898a-55cd549f8e55
2014-08-13 10:04:35:656 - debug: Starting selendroid server
2014-08-13 10:04:35:658 - debug: Checking whether selendroid is built yet
2014-08-13 10:04:35:658 - debug: Selendroid server exists!
2014-08-13 10:04:35:658 - debug: Preparing device for session
2014-08-13 10:04:35:658 - debug: Checking whether app is actually present
2014-08-13 10:04:35:659 - debug: Checking whether adb is present
2014-08-13 10:04:35:660 - debug: Using adb from /opt/android-sdk-linux/platform-tools/adb
2014-08-13 10:04:35:660 - info: Retrieving device
2014-08-13 10:04:35:661 - debug: Trying to find a connected android device
2014-08-13 10:04:35:661 - debug: Getting connected devices...
2014-08-13 10:04:35:661 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" devices
2014-08-13 10:04:35:681 - debug: 1 device(s) connected
2014-08-13 10:04:35:682 - info: Found device HT26HW300907
2014-08-13 10:04:35:682 - debug: Setting device id to HT26HW300907
2014-08-13 10:04:35:684 - debug: Waiting for device to be ready and to respond to shell commands (timeout = 5)
2014-08-13 10:04:35:685 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 wait-for-device
2014-08-13 10:04:35:698 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "echo 'ready'"
2014-08-13 10:04:35:774 - debug: Starting logcat capture
2014-08-13 10:04:35:866 - debug: Checking whether aapt is present
2014-08-13 10:04:35:868 - debug: Using aapt from /opt/android-sdk-linux/build-tools/android-4.4/aapt
2014-08-13 10:04:35:870 - debug: hasInternetPermissionFromManifest: "/opt/android-sdk-linux/build-tools/android-4.4/aapt" dump badging /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk
2014-08-13 10:04:35:887 - debug: Rebuilt selendroid server already exists, no need to rebuild it with a new manifest
2014-08-13 10:04:35:888 - debug: Checking signed status of /tmp/selendroid.com.test.app.android.apk
2014-08-13 10:04:35:889 - debug: Checking app cert for /tmp/selendroid.com.test.app.android.apk: java -jar "/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/appium-adb/jars/verify.jar" "/tmp/selendroid.com.test.app.android.apk"
2014-08-13 10:04:35:899 - debug: Checking signed status of /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk
2014-08-13 10:04:35:901 - debug: Checking app cert for /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk: java -jar "/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/appium-adb/jars/verify.jar" "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk"
2014-08-13 10:04:36:268 - debug: App already signed.
2014-08-13 10:04:36:268 - debug: Zip-aligning /tmp/selendroid.com.test.app.android.apk
2014-08-13 10:04:36:269 - debug: Checking whether zipalign is present
2014-08-13 10:04:36:270 - debug: Using zipalign from /opt/android-sdk-linux/build-tools/android-4.4/zipalign
2014-08-13 10:04:36:270 - debug: zipAlignApk: "/opt/android-sdk-linux/build-tools/android-4.4/zipalign" -f 4 "/tmp/selendroid.com.test.app.android.apk" "/tmp/appium114713-28179-1533x2z.tmp"
2014-08-13 10:04:36:280 - debug: App not signed with debug cert.
2014-08-13 10:04:36:281 - debug: Resigning apk with: java -jar "/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/appium-adb/jars/sign.jar" "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk" --override
2014-08-13 10:04:40:344 - debug: Zip-aligning /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk
2014-08-13 10:04:40:345 - debug: Checking whether zipalign is present
2014-08-13 10:04:40:347 - debug: Using zipalign from /opt/android-sdk-linux/build-tools/android-4.4/zipalign
2014-08-13 10:04:40:347 - debug: zipAlignApk: "/opt/android-sdk-linux/build-tools/android-4.4/zipalign" -f 4 "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk" "/tmp/appium114713-28179-1d1h9ck.tmp"
2014-08-13 10:04:40:397 - debug: Rebuilt selendroid apk does not exist, uninstalling any instances of it on device to make way for new one
2014-08-13 10:04:40:398 - debug: Uninstalling com.test.app.android.selendroid
2014-08-13 10:04:40:399 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "am force-stop com.test.app.android.selendroid"
2014-08-13 10:04:41:237 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 uninstall com.test.app.android.selendroid
2014-08-13 10:04:43:830 - debug: App was uninstalled
2014-08-13 10:04:43:831 - debug: Getting install status for com.test.app.android.selendroid
2014-08-13 10:04:43:832 - debug: Getting device API level
2014-08-13 10:04:43:832 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "getprop ro.build.version.sdk"
2014-08-13 10:04:44:127 - debug: Device is at API Level 15
2014-08-13 10:04:44:128 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "pm list packages -3 com.test.app.android.selendroid"
2014-08-13 10:04:46:092 - debug: App is not installed
2014-08-13 10:04:46:093 - debug: Rebuilt selendroid is not installed, installing it
2014-08-13 10:04:46:096 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 install -r "/tmp/selendroid.com.test.app.android.apk"
2014-08-13 10:04:53:459 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "getprop persist.sys.language"
2014-08-13 10:04:53:537 - debug: Current device language: en
2014-08-13 10:04:53:538 - debug: java -jar "/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/appium-adb/jars/appium_apk_tools.jar" "stringsFromApk" "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk" "/tmp/com.test.app.android" en
2014-08-13 10:04:53:867 - debug: No strings.xml for language 'en', getting default strings.xml
2014-08-13 10:04:53:868 - debug: java -jar "/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/appium-adb/jars/appium_apk_tools.jar" "stringsFromApk" "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk" "/tmp/com.test.app.android"
2014-08-13 10:04:54:188 - debug: Not uninstalling app since server not started with --full-reset
2014-08-13 10:04:54:189 - debug: Checking app cert for /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk: java -jar "/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/appium-adb/jars/verify.jar" "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk"
2014-08-13 10:04:54:947 - debug: App already signed.
2014-08-13 10:04:54:951 - debug: Zip-aligning /home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk
2014-08-13 10:04:54:952 - debug: Checking whether zipalign is present
2014-08-13 10:04:54:953 - debug: Using zipalign from /opt/android-sdk-linux/build-tools/android-4.4/zipalign
2014-08-13 10:04:54:953 - debug: zipAlignApk: "/opt/android-sdk-linux/build-tools/android-4.4/zipalign" -f 4 "/home/adminuser/Java_Projects/Alice/target/test-classes/en-android.apk" "/tmp/appium114713-28179-895nb9.tmp"
2014-08-13 10:04:55:044 - debug: MD5 for app is c15263a1566fa7705c0f9b29e5467c75
2014-08-13 10:04:55:044 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "ls /data/local/tmp/c15263a1566fa7705c0f9b29e5467c75.apk"
2014-08-13 10:04:55:107 - debug: Getting install status for com.test.app.android
2014-08-13 10:04:55:107 - debug: Getting device API level
2014-08-13 10:04:55:107 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "getprop ro.build.version.sdk"
2014-08-13 10:04:55:167 - debug: Device is at API Level 15
2014-08-13 10:04:55:168 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "pm list packages -3 com.test.app.android"
2014-08-13 10:04:58:713 - debug: App is installed
2014-08-13 10:04:58:714 - info: App is already installed, resetting app
2014-08-13 10:04:58:716 - debug: Running fast reset (stop and clear)
2014-08-13 10:04:58:717 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "am force-stop com.test.app.android"
2014-08-13 10:05:00:175 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "pm clear com.test.app.android"
2014-08-13 10:05:01:243 - debug: Forwarding system:9001 to device:8080
2014-08-13 10:05:01:244 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 forward tcp:9001 tcp:8080
2014-08-13 10:05:01:258 - debug: Pushing settings apk to device...
2014-08-13 10:05:01:259 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 install "/home/adminuser/.linuxbrew/lib/node_modules/appium/build/settings_apk/settings_apk-debug.apk"
2014-08-13 10:05:04:190 - debug: Pushing unlock helper app to device...
2014-08-13 10:05:04:192 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 install "/home/adminuser/.linuxbrew/lib/node_modules/appium/build/unlock_apk/unlock_apk-debug.apk"
2014-08-13 10:05:06:242 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "dumpsys window"
2014-08-13 10:05:06:401 - debug: Writing dumpsys output to /home/adminuser/.linuxbrew/lib/node_modules/appium/.dumpsys.log
2014-08-13 10:05:06:404 - debug: Screen already unlocked, continuing.
2014-08-13 10:05:06:406 - debug: executing: "/opt/android-sdk-linux/platform-tools/adb" -s HT26HW300907 shell "am instrument -e main_activity 'com.test.app.android.gui.WelcomeActivity' com.test.app.android.selendroid/io.selendroid.ServerInstrumentation"
2014-08-13 10:05:07:416 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:08:237 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:09:047 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:09:849 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:10:654 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:11:462 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:12:269 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:13:073 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:13:880 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:14:688 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:15:494 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:16:299 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:17:102 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:17:908 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:18:712 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:19:520 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:20:330 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:21:138 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:21:947 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:22:755 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:23:560 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:24:367 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:25:170 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:25:976 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:26:783 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:27:591 - debug: Making http request with opts: {"url":"http://localhost:9001/wd/hub/status","method":"GET"}
2014-08-13 10:05:27:597 - debug: Cleaning up appium session
2014-08-13 10:05:27:600 - error: Failed to start an Appium session, err was: Error: Waited 20 secs for selendroid server and it never showed up
2014-08-13 10:05:27:603 - debug: Error: Waited 20 secs for selendroid server and it never showed up
at /home/adminuser/.linuxbrew/lib/node_modules/appium/lib/devices/android/selendroid.js:330:14
at Request._callback (/home/adminuser/.linuxbrew/lib/node_modules/appium/lib/devices/common.js:116:5)
at self.callback (/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/request/request.js:121:22)
at Request.emit (events.js:95:17)
at ClientRequest.self.clientErrorHandler (/home/adminuser/.linuxbrew/lib/node_modules/appium/node_modules/request/request.js:230:10)
at ClientRequest.emit (events.js:95:17)
at Socket.socketErrorListener (http.js:1547:9)
at Socket.emit (events.js:95:17)
at net.js:440:14
at process._tickDomainCallback (node.js:463:13)
2014-08-13 10:05:27:605 - debug: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: Waited 20 secs for selendroid server and it never showed up)","origValue":"Waited 20 secs for selendroid server and it never showed up"},"sessionId":null}
2014-08-13 10:05:27:609 - info: <-- POST /wd/hub/session 500 51959.364 ms - 240
08-13 15:34:19.365: I/ActivityManager(433): Force stopping package com.test.app.android.selendroid uid=10185
08-13 15:34:20.066: I/PackageManager(433): Removing non-system package:com.test.app.android.selendroid
08-13 15:34:20.076: I/ActivityManager(433): Force stopping package com.test.app.android.selendroid uid=10185
08-13 15:34:20.266: I/ActivityManager(433): Force stopping package com.test.app.android.selendroid uid=10185
08-13 15:34:20.306: D/Launcher.Model(1106): onReceive intent=Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.test.app.android.selendroid flg=0x10000010 (has extras) }
08-13 15:34:20.306: D/Launcher.Model(1106): mAllAppsList.removePackage com.test.app.android.selendroid
08-13 15:34:21.117: D/PackageManager(433): Failed to get PackageInfo!, pkg:com.test.app.android.selendroid, flags:136
08-13 15:34:21.117: D/VoicemailCleanupService(9516): Cleaning up data for package: com.test.app.android.selendroid
08-13 15:34:21.237: D/HtcLinkifyDispatcherReceiver(22010): @@@@@ package=com.test.app.android.selendroid
08-13 15:34:21.257: I/PackageLoader(753): Handwriting EngineInfo onUpdatePackage, action : android.intent.action.PACKAGE_REMOVED packageName : com.test.app.android.selendroid
08-13 15:34:21.257: I/HtcLinkifyDispatcherIntentService(22010): @@@@@ package name=com.test.app.android.selendroid
08-13 15:34:22.909: D/BackupManagerService(433): Received broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.test.app.android.selendroid flg=0x10000010 (has extras) }
08-13 15:34:22.919: D/PackageManager(433): Failed to get PackageInfo!, pkg:com.test.app.android.selendroid, flags:0
08-13 15:34:22.919: V/BackupManagerService(433): removePackageParticipantsLocked: com.test.app.android.selendroid
08-13 15:34:23.540: I/[PluginManager]RegisterService(22134): onHandleIntent, action: android.intent.action.PACKAGE_REMOVED, data: package:com.test.app.android.selendroid
08-13 15:34:23.820: D/WidgetScanner(1106): onReceive: Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.test.app.android.selendroid flg=0x10000010 cmp=com.htc.launcher/.widget.WidgetScannerTrigger (has extras) }
08-13 15:34:23.850: D/WidgetScanner(1106): onReceiveInternal: Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.test.app.android.selendroid flg=0x10000010 cmp=com.htc.launcher/.widget.WidgetScannerService (has extras) }
08-13 15:34:23.850: D/HtcWidgetScanner(1106): onPackageRemoved: com.test.app.android.selendroid
08-13 15:34:23.860: D/FxWidgetScanner(1106): onPackageRemoved: com.test.app.android.selendroid
08-13 15:34:27.033: W/ActivityManager(433): No content provider found for permission revoke: file:///data/local/tmp/selendroid.com.test.app.android.apk
08-13 15:34:27.113: W/ActivityManager(433): No content provider found for permission revoke: file:///data/local/tmp/selendroid.com.test.app.android.apk
08-13 15:34:27.704: I/PackageManager(433): Running dexopt on: com.test.app.android.selendroid
08-13 15:34:29.936: I/ActivityManager(433): Force stopping package com.test.app.android.selendroid uid=10185
08-13 15:34:30.087: D/PackageManager(433): [embedded] New package installed in /data/app/com.test.app.android.selendroid-1.apk
08-13 15:34:30.087: W/PackageManager(433): Not granting permission android.permission.INJECT_EVENTS to package com.test.app.android.selendroid (protectionLevel=2 flags=0x8be44)
08-13 15:34:30.087: W/PackageManager(433): Unknown permission android.permission.WRITE_CALL_LOG in package com.test.app.android.selendroid
08-13 15:34:30.257: D/Launcher.Model(1106): onReceive intent=Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.test.app.android.selendroid flg=0x10000010 (has extras) }
08-13 15:34:30.257: D/Launcher.Model(1106): mAllAppsList.addPackage com.test.app.android.selendroid
08-13 15:34:31.828: D/BackupManagerService(433): Received broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.test.app.android.selendroid flg=0x10000010 (has extras) }
08-13 15:34:31.828: V/BackupManagerService(433): addPackageParticipantsLocked: com.test.app.android.selendroid
08-13 15:34:36.423: D/PackageBroadcastService(10282): Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.test.app.android.selendroid
08-13 15:34:36.624: I/Icing(10282): doRemovePackageData com.test.app.android.selendroid
08-13 15:34:37.024: E/Drive.UninstallOperation(22412): Package still installed com.test.app.android.selendroid
08-13 15:34:38.345: I/ActivityManager(433): Force stopping package com.test.app.android uid=10188
08-13 15:34:39.367: I/ActivityManager(433): Force stopping package com.test.app.android uid=10188
08-13 15:34:42.400: D/PackageEnabler(22711): action: android.intent.action.PACKAGE_ADDED, pkg: com.test.app.android.selendroid, disabled: false, replacing: false
08-13 15:34:42.640: I/PackageLoader(753): Handwriting EngineInfo onUpdatePackage, action : android.intent.action.PACKAGE_ADDED packageName : com.test.app.android.selendroid
08-13 15:34:42.720: D/HtcLinkifyDispatcherReceiver(22742): @@@@@ package=com.test.app.android.selendroid
08-13 15:34:42.760: I/HtcLinkifyDispatcherIntentService(22742): @@@@@ package name=com.test.app.android.selendroid
08-13 15:34:43.631: I/[PluginManager]RegisterService(22814): onHandleIntent, action: android.intent.action.PACKAGE_ADDED, data: package:com.test.app.android.selendroid
08-13 15:34:43.641: D/WidgetScanner(1106): onReceive: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.test.app.android.selendroid flg=0x10000010 cmp=com.htc.launcher/.widget.WidgetScannerTrigger (has extras) }
08-13 15:34:43.641: D/WidgetScanner(1106): onReceiveInternal: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.test.app.android.selendroid flg=0x10000010 cmp=com.htc.launcher/.widget.WidgetScannerService (has extras) }
08-13 15:34:43.641: D/HtcWidgetScanner(1106): onPackageAdded: com.test.app.android.selendroid
08-13 15:34:43.661: D/FxWidgetScanner(1106): onPackageAdded: com.test.app.android.selendroid
08-13 15:34:45.563: I/ActivityManager(433): Force stopping package com.test.app.android uid=10188
08-13 15:34:45.573: I/ActivityManager(433): Start proc com.test.app.android for added application com.test.app.android: pid=22926 uid=10188 gids={3003, 1015}
08-13 15:34:45.954: I/SELENDROID(22926): io.selendroid.ServerInstrumentation#onCreate:132 - Instrumentation initialized with main activity: com.test.app.android.gui.WelcomeActivity
08-13 15:34:47.325: I/ActivityThread(22926): Pub com.test.app.android.provider.secure.file: com.test.app.android.provider.SecureFileProvider
08-13 15:34:47.325: I/ActivityThread(22926): Pub com.test.app.android.provider: com.test.app.android.provider.LogFileProvider
08-13 15:34:47.545: D/PackageBroadcastService(10282): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.test.app.android.selendroid
08-13 15:34:47.545: D/ACRA(22926): ACRA is enabled for com.test.app.android, intializing...
08-13 15:34:47.565: D/ACRA(22926): Looking for error files in /data/data/com.test.app.android/files
08-13 15:34:47.715: D/ACRA(22926): Looking for error files in /data/data/com.test.app.android/files
08-13 15:34:47.725: D/dalvikvm(22926): Trying to load lib /mnt/asec/com.test.app.android-1/lib/libstlport_shared.so 0x40d74f68
08-13 15:34:47.775: D/dalvikvm(22926): Added shared lib /mnt/asec/com.test.app.android-1/lib/libstlport_shared.so 0x40d74f68
08-13 15:34:47.775: D/dalvikvm(22926): No JNI_OnLoad found in /mnt/asec/com.test.app.android-1/lib/libstlport_shared.so 0x40d74f68, skipping init
08-13 15:34:47.775: D/dalvikvm(22926): Trying to load lib /mnt/asec/com.test.app.android-1/lib/libsqlcipher_android.so 0x40d74f68
08-13 15:34:48.036: D/dalvikvm(22926): Added shared lib /mnt/asec/com.test.app.android-1/lib/libsqlcipher_android.so 0x40d74f68
08-13 15:34:48.036: D/dalvikvm(22926): No JNI_OnLoad found in /mnt/asec/com.test.app.android-1/lib/libsqlcipher_android.so 0x40d74f68, skipping init
08-13 15:34:48.036: D/dalvikvm(22926): Trying to load lib /mnt/asec/com.test.app.android-1/lib/libdatabase_sqlcipher.so 0x40d74f68
08-13 15:34:48.056: D/dalvikvm(22926): Added shared lib /mnt/asec/com.test.app.android-1/lib/libdatabase_sqlcipher.so 0x40d74f68
08-13 15:34:48.216: W/dalvikvm(22926): Class resolved by unexpected DEX: Lcom/yt/testapp/netty/handler/NettyIntegrationOutboundHandler;(0x40d74f68):0xf9e718 ref [Lio/netty/channel/ChannelOutboundHandlerAdapter;] Lio/netty/channel/ChannelOutboundHandlerAdapter;(0x40d74f68):0xe9e178
08-13 15:34:48.216: W/dalvikvm(22926): (Lcom/yt/testapp/netty/handler/NettyIntegrationOutboundHandler; had used a different Lio/netty/channel/ChannelOutboundHandlerAdapter; during pre-verification)
08-13 15:34:48.216: W/dalvikvm(22926): Unable to resolve superclass of Lcom/yt/testapp/netty/handler/NettyIntegrationOutboundHandler; (3065)
08-13 15:34:48.216: W/dalvikvm(22926): Link of class 'Lcom/yt/testapp/netty/handler/NettyIntegrationOutboundHandler;' failed
08-13 15:34:48.216: E/ACRA(22926): ACRA caught a NoClassDefFoundError exception for com.test.app.android. Building report.
08-13 15:34:48.386: D/ACRA(22926): Looking for error files in /data/data/com.test.app.android/files
08-13 15:34:48.386: D/ACRA(22926): Looking for error files in /data/data/com.test.app.android/files
08-13 15:34:49.948: E/Personalize.PackageRec_(23114): onReceive() + Intent { act=android.intent.action.PACKAGE_DATA_CLEARED dat=package:com.test.app.android flg=0x10 cmp=com.htc.home.personalize/.receiver.PackageReceiver (has extras) }
08-13 15:34:49.958: D/PackageBroadcastService(10282): Received broadcast action=android.intent.action.PACKAGE_DATA_CLEARED and uri=com.test.app.android
08-13 15:34:49.968: D/Personalize.SceneServi_(23114): PACKAGE_DATA_CLEARED: package:com.test.app.android
08-13 15:34:49.978: I/Icing(10282): doRemovePackageData com.test.app.android
08-13 15:34:52.420: E/AndroidRuntime(22926): java.lang.NoClassDefFoundError: com/yt/testapp/netty/handler/NettyIntegrationOutboundHandler
08-13 15:34:52.420: E/AndroidRuntime(22926): at com.test.app.netty.handler.NettyIntegrationOutboundHandler$$InjectAdapter.<init>(NettyIntegrationOutboundHandler$$InjectAdapter.java:29)
08-13 15:34:52.420: E/AndroidRuntime(22926): at com.test.app.android.application.testappAndroidApplication.createServices(testappAndroidApplication.java:87)
08-13 15:34:52.420: E/AndroidRuntime(22926): at com.test.app.android.application.testappAndroidApplication.onCreate(testappAndroidApplication.java:67)
08-13 15:34:52.460: E/EmbeddedLogger(433): App crashed! Process: com.test.app.android
08-13 15:34:52.460: E/EmbeddedLogger(433): App crashed! Package: com.test.app.android v1 (1.0)
08-13 15:34:52.471: W/ActivityManager(433): Error in app com.test.app.android running instrumentation ComponentInfo{com.test.app.android.selendroid/io.selendroid.ServerInstrumentation}:
08-13 15:34:52.471: I/ActivityManager(433): Force stopping package com.test.app.android uid=10188
08-13 15:34:52.471: I/ActivityManager(433): Killing proc 22926:com.test.app.android/10188: force stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment