cioccarellia / MusicDownloader

Material design YouTube mp3/mp4 downloader
Apache License 2.0
3 stars 0 forks source link

Apps crashing in first launch after install #8

Closed masudr4n4 closed 5 years ago

masudr4n4 commented 5 years ago

Actual behavior

Occuring error in first launch after installation.

Expected behavior

I expected that i can launch the app without any error after installation.

How to reproduce

  1. Download the app from releas page
  2. you must close data connection to see the error
  3. click the appp to install
  4. click install
  5. wait for appear open option then click open.
  6. See error

Information

Recording Of The Bug

https://youtu.be/lK3U1WwaRYI

Logcat


04-14 10:48:55.845 12242 12298 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-2

04-14 10:48:55.845 12242 12298 E AndroidRuntime: Process: com.andreacioccarelli.musicdownloader, PID: 12242

04-14 10:48:55.885  3590 11935 D ResourcesManager: For user 0 new overlays fetched Null

04-14 10:48:55.885  1650 12302 E android.os.Debug: ro.product_ship = true

04-14 10:48:55.885  1650 12302 E android.os.Debug: ro.debug_level = 0x4f4c

04-14 10:48:55.885  1650 12302 E android.os.Debug: sys.mobilecare.preload = false

04-14 10:48:55.885 12242 12242 D TextView: setTypeface with style : 0

04-14 10:48:55.885 12242 12242 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.

04-14 10:48:55.915 12242 12242 D TextView: setTypeface with style : 0

04-14 10:48:55.925  1650 12301 W DropBoxManagerService: Dropping: data_app_crash (3097 > 0 bytes)

04-14 10:48:55.945  1650  1836 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{377e3ac V.E...... R.....I. 0,0-0,0}

04-14 10:48:55.955 12242 12242 W ClipboardManager: not support ClipboardEx

04-14 10:48:55.955  1650  1674 D SecContentProvider: query(), uri = 15 selection = isClipboardAllowedAsUser

04-14 10:48:55.955  1650  1836 V MARsPolicyManager: handelAlertToastWindowStarted pkgName = android

04-14 10:48:55.955  1650  1836 D InputDispatcher: Focus entered window: 1650

04-14 10:48:55.955  1650  1674 D SecContentProvider: query(), uri = 15 selection = isClipboardShareAllowedAsUser

04-14 10:48:55.955  1650  1930 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1650 uid:1000

04-14 10:48:55.955  1650  1930 D PointerIcon: setMouseCustomIcon IconType is same.101

04-14 10:48:55.955  1650  1674 D SecContentProvider: query(), uri = 15 selection = isClipboardShareAllowedAsUser

04-14 10:48:55.965  1650  1674 D SecContentProvider: query(), uri = 15 selection = isClipboardShareAllowedAsUser

04-14 10:48:55.965   341   341 I SurfaceFlinger: id=794 createSurf (97x97),1 flag=4, nusicdownlo

04-14 10:48:55.975  1650  2356 I OpenGLRenderer: Initialized EGL, version 1.4

04-14 10:48:55.995  1650  1664 I art     : Background sticky concurrent mark sweep GC freed 79531(14MB) AllocSpace objects, 1(20KB) LOS objects, 29% free, 35MB/50MB, paused 9.542ms total 136.639ms

04-14 10:48:55.995  1650  1836 D ScrollView:  onsize change changed 

04-14 10:48:55.995  1650  1836 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{9d5f00a u0 d0 p1650 Application Error: com.andreacioccarelli.musicdownloader}

cioccarellia commented 5 years ago

Really weird. I would have bet that the online/offline switch was working perfectly, but I could reproduce this issue. Thanks for this catch! Going to dig it around

masudr4n4 commented 5 years ago

welcome and hoping you will fix that soon.

cioccarellia commented 5 years ago

A full fix is scheduled by tomorrow :)

masudr4n4 commented 5 years ago

Tnx

cioccarellia commented 5 years ago

Fixed in 1.3.8, it was an Exception raised by the update checker module.

masudr4n4 commented 5 years ago

dear @AndreaCioccarelli can you add apk file in the release page? i don't see you added the apk file.or can you upload your apk to f-droid or other plateform and cite the url in the readme page.tnx

cioccarellia commented 5 years ago

You can find it in the bin folder of the repo