Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Sereri
Sep 30, 2008

awwwrigami

Considering Awful's Crash & ANR page looks like this:


I'm wondering what I can do with a crash report that looks like this if I don't really know what caused it and can't replicate it:
code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'motorola/ghost_att/ghost:5.1/LPAS23.12-21.7-1/1:user/release-keys'
Revision: 'p300'
ABI: 'arm'
pid: 6704, tid: 6828, name: Compositor >>> com.ferg.awfulapp <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: '[FATAL:synchronous_compositor_output_surface.cc(97)] Renderer compositor context loss
'
r0 00000000 r1 00001aac r2 00000006 r3 00000000
r4 a00ffdb8 r5 00000006 r6 00000000 r7 0000010c
r8 b6ea8e04 r9 a00ff95c sl 00000000 fp a83fc9ac
ip 00001aac sp a00ff4b0 lr b6e529c1 pc b6e767d0 cpsr 600f0010

backtrace:
#00 pc 0003b7d0 /system/lib/libc.so (tgkill+12)
#01 pc 000179bd /system/lib/libc.so (pthread_kill+52)
#02 pc 000185cf /system/lib/libc.so (raise+10)
#03 pc 00014d79 /system/lib/libc.so (__libc_android_abort+36)
#04 pc 000131ec /system/lib/libc.so (abort+4)
#05 pc 01879469 /data/app/com.google.android.webview-1/lib/arm/libwebviewchromium.so

Adbot
ADBOT LOVES YOU

Sereri
Sep 30, 2008

awwwrigami

Hughlander posted:

Do you do hidden webviews (Offscreen or 0x0 bounds) / run javascript outside of on onscreen browser?
Well it's Awful.apk so yes, there's a webview. I'm not sure it counts as hidden (it probably does) but if you press the reply button it opens a new activity on top. So yes?

speng31b posted:

Uncaught exceptions in WebViewClient callbacks can do this. Maybe try-catch in those more?
I'll give try-catching them a ... try. Thanks.

Sereri
Sep 30, 2008

awwwrigami

You can probably use Scala, the question is just if actually want to. A quick googling says that at least there seems to be a way. Not sure if it's a good one.

Sereri
Sep 30, 2008

awwwrigami

uncle blog posted:

I have a picture of a minus sign in my app. When a user clicks it, I want a field to drop down with the text "Remove object", that is clickable. Is there an easy wat to implement this?

I'm guessing you want a PopupMenu ?

Sereri
Sep 30, 2008

awwwrigami

Does yourNumberPicker.setEnabled(false) work for you?

Sereri
Sep 30, 2008

awwwrigami

So the O preview is out apparently?

https://developer.android.com/preview/api-overview.html

A couple of nice features I can't wait to start using in 3 years.

Sereri
Sep 30, 2008

awwwrigami

Is there a kotlin thread? Is this the kotlin thread?

Sereri
Sep 30, 2008

awwwrigami

Mostly an observation (and possibly borderline racist):

My Chinese coworker has stereotypical problems with r and l sounding similar.
val / var seems to be unnecessarily asking for trouble as you could have named one of them basically anything else.

Sereri
Sep 30, 2008

awwwrigami

https://twitter.com/chrisbanes/status/1126899316818186241

"How do you open the navigation drawer then?"
"Very carefully"

Sereri
Sep 30, 2008

awwwrigami

https://www.xda-developers.com/google-chrome-no-longer-webview-provider-android-10/

Jesus loving christ

Adbot
ADBOT LOVES YOU

Sereri
Sep 30, 2008

awwwrigami

The play store most likely not, but there are sites like APK mirror that host apks of free apps you can then download.

The APK should then just be a zip file and you might find the asset in there.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply