getodk / skunkworks-crow

Skunkworks-crow is an Android app for sharing filled forms stored in ODK Collect from one device to another
Other
23 stars 73 forks source link

Add support to send forms on Android 9 #191

Open shobhitagarwal1612 opened 5 years ago

shobhitagarwal1612 commented 5 years ago

Software and hardware versions

Android 9, Moto G5 Plus

Problem description

Unable to send blank/filled forms on Android 9. The screen gets stuck on Waiting for the hotspot to connect

Steps to reproduce the problem

Just select any blank or filled form and try to send on an android 9 device

Expected behavior

It should work as expected

Other information

Things you tried, stack traces, related issues, suggestions on how to fix it...

ajay-prabhakar commented 5 years ago

Now only I checked it is not only on android 9 this type of issue is working on android 8.0.0 also

lakshyagupta21 commented 5 years ago

@Chromicle Can you share the logs and device specification that you're working on. Because we have support for Android 8, so it should work on that.

ajay-prabhakar commented 5 years ago

2019-03-10 11:15:50.113 11196-11271/org.odk.share D/OpenGLRenderer: eglCreateWindowSurface = 0xc95e4300 2019-03-10 11:15:50.126 11196-11196/org.odk.share D/ViewRootImpl@8595ded[SendFormsActivity]: MSG_WINDOW_FOCUS_CHANGED 0 2019-03-10 11:15:50.145 11196-11196/org.odk.share W/Activity: AppLock checkAppLockState locked:false verifying:false pkgName = org.odk.share isInMultiWindowMode:false showWhenLocked:false 2019-03-10 11:15:50.190 11196-11196/org.odk.share D/ViewRootImpl@eddc0d4[SendActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1480) ci=Rect(0, 42 - 0, 84) vi=Rect(0, 42 - 0, 84) or=1 2019-03-10 11:15:50.191 11196-11196/org.odk.share D/ViewRootImpl@eddc0d4[SendActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2019-03-10 11:15:50.203 11196-11196/org.odk.share V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@2c01640 nm : org.odk.share ic=null 2019-03-10 11:15:50.203 11196-11196/org.odk.share I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 2019-03-10 11:15:50.206 11196-11196/org.odk.share D/InputTransport: Input channel constructed: fd=83 2019-03-10 11:15:50.206 11196-11196/org.odk.share D/InputTransport: Input channel destroyed: fd=86 2019-03-10 11:15:50.258 11196-11271/org.odk.share D/OpenGLRenderer: eglDestroySurface = 0xc95db080 2019-03-10 11:15:50.258 11196-11271/org.odk.share D/OpenGLRenderer: endAllActiveAnimators on 0xc8669c80 (RippleDrawable) with handle 0xc9d79030 2019-03-10 11:15:50.273 11196-11196/org.odk.share D/ViewRootImpl@8595ded[SendFormsActivity]: Relayout returned: old=[0,0][720,1480] new=[0,0][720,1480] result=0x5 surface={valid=false 0} changed=true 2019-03-10 11:15:50.748 11196-11196/org.odk.share D/ViewRootImpl@8595ded[SendFormsActivity]: dispatchDetachedFromWindow 2019-03-10 11:15:50.749 11196-11196/org.odk.share D/InputEventReceiver: channel '5e7bce2 org.odk.share/org.odk.share.activities.SendFormsActivity (client)' ~ Disposing input event receiver. 2019-03-10 11:15:50.749 11196-11196/org.odk.share D/InputEventReceiver: channel '5e7bce2 org.odk.share/org.odk.share.activities.SendFormsActivity (client)' ~NativeInputEventReceiver. 2019-03-10 11:15:50.757 11196-11196/org.odk.share D/InputTransport: Input channel destroyed: fd=75 2019-03-10 11:15:53.448 11196-11196/org.odk.share D/WifiManager: LocalOnlyHotspotCallbackProxy: handle message what: 0 msg: { when=-1ms what=0 obj= ID: -2 SSID: AndroidShare_8232 PROVIDER-NAME: null BSSID: null FQDN: null PRIO: 0 HIDDEN: false NetworkSelectionStatus NETWORK_SELECTION_ENABLED hasEverConnected: false KeyMgmt: WPA2_PSK Protocols: AuthAlgorithms: PairwiseCiphers: GroupCiphers: PSK: Enterprise config: eap NULL phase2 "auth=NULL" IP config: IP assignment: UNASSIGNED Proxy settings: UNASSIGNED cuid=-1 luid=-1 lcuid=0 userApproved=USER_UNSPECIFIED noInternetAccessExpected=false roamingFailureBlackListTimeMilli: 1000 samsungSpecificFlags: semAutoWifiScore: 0 isVendorAp : false recoverableRSSI: -200 inRecoverArea: false disabledTime: 0 notInRangeTime: 0 isUsableInternet: false skipInternetCheck: -1 nextTargetRssi: 0 isCaptivePortal: false isAuthenticated: false loginUrl: null autoReconnect: 1 isHomeProviderNetwork: false isSpecialSsid: false isWeChatAp : false target=android.net.wifi.WifiManager$LocalOnlyHotspotCallbackProxy$1 } 2019-03-10 11:15:53.514 11196-11196/org.odk.share D/SenderService: Starting upload job 37 : 2019-03-10 11:15:53.542 11196-11969/org.odk.share D/PlatformAlarmService: Run job, request{id=37, tag=formUploadJob, transient=false}, waited 00:00:00, delay 00:00:00 2019-03-10 11:15:53.548 11196-11969/org.odk.share I/JobExecutor: Executing request{id=37, tag=formUploadJob, transient=false}, context PlatformAlarmService 2019-03-10 11:15:53.559 11196-11970/org.odk.share D/UploadJob: Waiting for receiver

ajay-prabhakar commented 5 years ago

I did not even changed one line of code it is familiar with master branch

shobhitagarwal1612 commented 5 years ago

I do not own an android 8 device, so I am not very sure. I have tested on Android 5, 6, 7 and 9 only. Then open another issue for supporting on Android 8 as well

ajay-prabhakar commented 5 years ago

yeah it is working on android 7 and 6 I tested now @shobhitagarwal1612 will I open the new isue

shobhitagarwal1612 commented 5 years ago

@opendatakit-bot claim

rohitnitk commented 5 years ago

Same Issue I found on Orio 8.1 redmi note 5:

04/07 01:12:40: Launching skunkworks_crow $ adb push D:\Users\ODK\skunkworks-crow\skunkworks_crow\build\outputs\apk\debug\skunkworks_crow-debug.apk /data/local/tmp/org.odk.share $ adb shell pm install -t -r "/data/local/tmp/org.odk.share" Success APK installed in 7 s 361 ms $ adb shell am start -n "org.odk.share/org.odk.share.activities.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Client not ready yet..Waiting for process to come online Connected to process 16174 on device xiaomi-redmi_note_5-3431357e0005 Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. W/zygote64: miui_dex2oat: OatFile: /data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/oat/arm64/base.odex Compiler-Filter = quicken W/ResourceType: No package identifier when getting name for resource number 0x00000000 W/ResourceType: No package identifier when getting name for resource number 0x00000000 D/AccessibilityManager: AccessibilityManager status: mPackageName = org.odk.share, mOptimizeEnabled = false, mIsEnabled = false, mIsUiAutomationEnabled = false, mIsInterestedPackage =false I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2422) at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) I/zygote64: at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141) at void org.odk.share.activities.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:79) at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7088) at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7079) at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215) at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2895) at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1616) at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) at void android.os.Looper.loop() (Looper.java:176) at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6651) at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:547) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:824) Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/base.apk"],nativeLibraryDirectories=[/data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/lib/arm64, /system/lib64, /system/vendor/lib64]] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2422) at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141) at void org.odk.share.activities.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:79) at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7088) at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7079) at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215) I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2895) at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1616) at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) at void android.os.Looper.loop() (Looper.java:176) at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6651) at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:547) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:824) Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; I/zygote64: at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2422) at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141) at void org.odk.share.activities.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:79) at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7088) at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7079) at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215) at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2895) at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1616) at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) at void android.os.Looper.loop() (Looper.java:176) at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6651) at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:547) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:824) Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/base.apk"],nativeLibraryDirectories=[/data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/lib/arm64, /system/lib64, /system/vendor/lib64]] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2422) at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141) at void org.odk.share.activities.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:79) at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7088) at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7079) at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215) at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2895) at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1616) at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) at void android.os.Looper.loop() (Looper.java:176) at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6651) at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:547) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:824) I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2422) at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141) at void org.odk.share.activities.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:79) at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7088) at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7079) at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215) at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2895) at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1616) at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) at void android.os.Looper.loop() (Looper.java:176) at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6651) at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:547) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:824) Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/base.apk"],nativeLibraryDirectories=[/data/app/org.odk.share-JW99IOMRb700BKL7VDuehA==/lib/arm64, /system/lib64, /system/vendor/lib64]] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125) at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379) at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2422) at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466) at void androidx.appcompat.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:141) at void org.odk.share.activities.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:79) at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7088) at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7079) at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215) at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770) at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2895) at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1616) at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106) at void android.os.Looper.loop() (Looper.java:176) at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6651) at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:547) at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:824) I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. I/zygote64: Do partial code cache collection, code=30KB, data=19KB After code cache collection, code=30KB, data=19KB Increasing code cache capacity to 128KB D/OpenGLRenderer: HWUI GL Pipeline I/Adreno: QUALCOMM build : 8e3df98, Ie4790512f3 Build Date : 04/11/18 OpenGL ES Shader Compiler Version: EV031.22.00.01 Local Branch : Remote Branch : quic/gfx-adreno.lnx.1.0.r36-rel Remote Branch : NONE Reconstruct Branch : NOTHING D/vndksupport: Loading /vendor/lib64/hw/gralloc.msm8953.so from current namespace instead of sphal namespace. I/Adreno: PFP: 0x005ff087, ME: 0x005ff063 I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 I/OpenGLRenderer: Initialized EGL, version 1.4 D/OpenGLRenderer: Swap behavior 2 D/vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace. D/vndksupport: Loading /vendor/lib64/hw/gralloc.msm8953.so from current namespace instead of sphal namespace. I/zygote64: Do partial code cache collection, code=59KB, data=44KB After code cache collection, code=59KB, data=44KB Increasing code cache capacity to 256KB I/Timeline: Timeline: Activity_launch_request time:9548276 intent:Intent { cmp=org.odk.share/.activities.SendFormsActivity } I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. I/zygote64: Compiler allocated 4MB to compile void android.view.View.(android.content.Context, android.util.AttributeSet, int, int) I/zygote64: Do full code cache collection, code=114KB, data=91KB I/zygote64: After code cache collection, code=94KB, data=67KB E/RecyclerView: No adapter attached; skipping layout E/RecyclerView: No adapter attached; skipping layout I/zygote64: Do partial code cache collection, code=123KB, data=84KB After code cache collection, code=123KB, data=84KB Increasing code cache capacity to 512KB I/Timeline: Timeline: Activity_launch_request time:9551563 intent:Intent { cmp=org.odk.share/.activities.SendActivity (has extras) } I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. I/Timeline: Timeline: Activity_launch_request time:9551687 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9551988 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552066 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552139 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552203 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552264 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552323 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552383 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552443 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552503 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552562 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552626 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/zygote64: Compiler allocated 6MB to compile void android.view.ViewRootImpl.performTraversals() I/Timeline: Timeline: Activity_launch_request time:9552689 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552749 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552808 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552867 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552927 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9552985 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553048 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553107 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553165 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553223 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553282 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553341 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553399 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553469 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553540 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553605 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553672 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553737 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553800 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553868 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553925 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9553982 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554042 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554098 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554153 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554212 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/zygote64: Do full code cache collection, code=248KB, data=177KB I/zygote64: After code cache collection, code=242KB, data=142KB I/Timeline: Timeline: Activity_launch_request time:9554280 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554336 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554401 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554460 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554515 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554570 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554647 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554709 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554771 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554829 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554886 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9554942 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555002 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/zygote64: Do partial code cache collection, code=242KB, data=155KB I/zygote64: After code cache collection, code=242KB, data=155KB Increasing code cache capacity to 1024KB I/Timeline: Timeline: Activity_launch_request time:9555067 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555124 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } D/WifiManager: LocalOnlyHotspotCallbackProxy: handle message what: 0 msg: { when=-3ms what=0 obj= ID: -2 SSID: AndroidShare_5510 PROVIDER-NAME: null BSSID: null FQDN: null PRIO: 0 HIDDEN: false NetworkSelectionStatus NETWORK_SELECTION_ENABLED hasEverConnected: false KeyMgmt: WPA2_PSK Protocols: AuthAlgorithms: PairwiseCiphers: GroupCiphers: PSK: sim_num

Enterprise config:

IP config:
IP assignment: UNASSIGNED
Proxy settings: UNASSIGNED
 cuid=-1 luid=-1 lcuid=0 userApproved=USER_UNSPECIFIED noInternetAccessExpected=false roamingFailureBlackListTimeMilli: 1000
recentFailure: Association Rejection code: 0
ShareThisAp: false
 target=android.net.wifi.WifiManager$LocalOnlyHotspotCallbackProxy$1 planTime=1554579781765 dispatchTime=1554579781766 finishTime=0 }

D/SenderService: Starting upload job 16 : I/Timeline: Timeline: Activity_launch_request time:9555243 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } D/PlatformAlarmService: Run job, request{id=16, tag=formUploadJob, transient=false}, waited 00:00:00, delay 00:00:00 I/JobExecutor: Executing request{id=16, tag=formUploadJob, transient=false}, context PlatformAlarmService D/UploadJob: Waiting for receiver I/Timeline: Timeline: Activity_launch_request time:9555313 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555371 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555429 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555495 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555551 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555607 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555666 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555724 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555781 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555836 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555893 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9555948 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556006 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556065 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556121 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556180 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556238 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556295 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556351 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556407 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556462 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556519 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556576 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556634 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556694 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556749 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556806 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556862 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556918 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9556973 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557028 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557085 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557141 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557198 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557254 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557312 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557368 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557423 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557479 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557533 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557588 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557647 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557703 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557759 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557814 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557868 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557925 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9557982 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9558040 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9558097 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } I/Timeline: Timeline: Activity_launch_request time:9558152 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.google.android.packageinstaller (has extras) } Application terminated.

getodk-bot commented 5 years ago

Hello @shobhitagarwal1612, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 15 days.

You can reclaim this issue or claim any other issue by commenting @opendatakit-bot claim on that issue.

Thanks for your contributions, and hope to see you again soon!