Guest User

Untitled

a guest
Aug 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 KB | None | 0 0
  1. 08/20 09:45:56: Launching app
  2. $ adb install-multiple -r -t -p com.apps.camer.mobilevoting /home/kefeh/MobileVoting/app/build/intermediates/split-apk/debug/slices/slice_8.apk /home/kefeh/MobileVoting/app/build/intermediates/instant-run-apk/debug/app-debug.apk
  3. Split APKs installed
  4. $ adb shell am start -n "com.apps.camer.mobilevoting/com.apps.camer.mobilevoting.ActivityEnterVoterNumber" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  5. Connected to process 3585 on device emulator-5554
  6. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
  7. W/ComponentDiscovery: Application info not found.
  8. W/ComponentDiscovery: Could not retrieve metadata, returning empty list of registrars.
  9. D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
  10. com.google.firebase.iid.FirebaseInstanceId is not linked. Skipping initialization.
  11. com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
  12. D/FirebaseApp: com.google.android.gms.measurement.AppMeasurement is not linked. Skipping initialization.
  13. I/FirebaseInitProvider: FirebaseApp initialization successful
  14. I/InstantRun: starting instant run server: is main process
  15. W/art: Suspending all threads took: 25.981ms
  16. I/art: Background sticky concurrent mark sweep GC freed 2879(299KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 747KB/1117KB, paused 27.194ms total 40.813ms
  17. W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
  18. W/art: Suspending all threads took: 77.965ms
  19. I/art: Background partial concurrent mark sweep GC freed 353(100KB) AllocSpace objects, 0(0B) LOS objects, 51% free, 960KB/1984KB, paused 80.052ms total 100.883ms
  20. D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  21. D/gralloc_ranchu: Emulator without host-side GPU emulation detected. Loading gralloc.default.so from /vendor/lib/hw/gralloc.default.so...
  22. gralloc.default.so not found in /vendor. Trying /system/lib/hw/gralloc.default.so...
  23. D/Atlas: Validating map...
  24. I/OpenGLRenderer: Initialized EGL, version 1.4
  25. D/OpenGLRenderer: Enabling debug mode 0
  26. W/art: Suspending all threads took: 41.395ms
  27. I/art: Background partial concurrent mark sweep GC freed 2564(157KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1685KB/2MB, paused 43.183ms total 113.729ms
  28. W/art: Before Android 4.1, method int android.support.v7.widget.DropDownListView.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
  29. I/Choreographer: Skipped 54 frames! The application may be doing too much work on its main thread.
  30. I/Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread.
  31. I/DynamiteModule: Considering local module com.google.android.gms.firebase_database:4 and remote module com.google.android.gms.firebase_database:6
  32. I/DynamiteModule: Selected remote version of com.google.android.gms.firebase_database, version >= 6
  33. W/ResourcesManager: Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  34. Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  35. I/art: Background sticky concurrent mark sweep GC freed 1066(75KB) AllocSpace objects, 0(0B) LOS objects, 6% free, 2MB/2MB, paused 37.689ms total 129.288ms
  36. I/art: Background partial concurrent mark sweep GC freed 2920(140KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/4MB, paused 1.208ms total 134.935ms
  37. I/Choreographer: Skipped 142 frames! The application may be doing too much work on its main thread.
  38. I/Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread.
  39. W/PersistentConnection: pc_0 - Using an unspecified index. Consider adding '".indexOn": "registration_number"' at Voters to your security and Firebase Database rules for better performance
  40. D/AndroidRuntime: Shutting down VM
  41. E/AndroidRuntime: FATAL EXCEPTION: main
  42. Process: com.apps.camer.mobilevoting, PID: 3585
  43. com.google.firebase.database.DatabaseException: Class com.apps.camer.mobilevoting.ActivityVoterInfo$Voters does not define a no-argument constructor. If you are using ProGuard, make sure these constructors are not stripped.
  44. at com.google.android.gms.internal.firebase_database.zzku.zza(Unknown Source)
  45. at com.google.android.gms.internal.firebase_database.zzkt.zzb(Unknown Source)
  46. at com.google.android.gms.internal.firebase_database.zzkt.zza(Unknown Source)
  47. at com.google.firebase.database.DataSnapshot.getValue(Unknown Source)
  48. at com.apps.camer.mobilevoting.ActivityVoterInfo$1.onDataChange(ActivityVoterInfo.java:68)
  49. at com.google.firebase.database.zzp.onDataChange(Unknown Source)
  50. at com.google.android.gms.internal.firebase_database.zzfc.zza(Unknown Source)
  51. at com.google.android.gms.internal.firebase_database.zzgx.zzdr(Unknown Source)
  52. at com.google.android.gms.internal.firebase_database.zzhd.run(Unknown Source)
  53. at android.os.Handler.handleCallback(Handler.java:739)
  54. at android.os.Handler.dispatchMessage(Handler.java:95)
  55. at android.os.Looper.loop(Looper.java:135)
  56. at android.app.ActivityThread.main(ActivityThread.java:5254)
  57. at java.lang.reflect.Method.invoke(Native Method)
  58. at java.lang.reflect.Method.invoke(Method.java:372)
  59. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  60. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  61. I/Process: Sending signal. PID: 3585 SIG: 9
  62. Application terminated.
Add Comment
Please, Sign In to add comment