Yuku ha sviluppato un applicazione per Android che in breve tempo ha raggiunto 800 mila installazioni in totale ma qualcosa è andato storto nella sua applicazione e la stessa ha inviato un crash log allo sviluppatore stesso mostrando numerose informazioni sul dispositivo dove si è verificato il crash. Indovianate qual’era il dispositivo? E si… Un Galaxy Nexus con Jelly Bean installato al suo interno.
Sicuramente quello che vedrete in basso è da prendere con molta cautela visto che è un caso isolato e non sappiamo bene se le informazioni siano veritiere o soltanto frutto di qualche scherzo. Però è davvero interessante guardare questo crash log:
Android JellyBean (no version number) spotted! I got an automatic crash report from one of my application and surprisingly the device info states JellyBean as the OS version. (Android is known to use no version number for unreleased version, e.g. Honeycomb instead of 11 or 3.0 when it was still developer preview)
From ACRA:
PHONE_MODEL=Galaxy Nexus
ANDROID_VERSION=JellyBeanDevice:
BOARD=tuna
BOOTLOADER=PRIMELC03
BRAND=google
CPU_ABI=armeabi-v7a
CPU_ABI2=armeabi
DEVICE=maguro
DISPLAY=JRN12B
FINGERPRINT=google/takju/maguro:JellyBean/JRN12B/330279:user/dev-keys
HARDWARE=tuna
HOST=vpba3.mtv.corp.google.com
ID=JRN12B
IS_DEBUGGABLE=false
MANUFACTURER=samsung
MODEL=Galaxy Nexus
PRODUCT=takju (what’s this takju thing?)
RADIO=unknown
SERIAL=0149xxxxxxxxxxxx (removed by me)
TAGS=dev-keys
TIME=1334275846000 (Fri Apr 13 00:10:46 UTC 2012)
TYPE=user
UNKNOWN=unknown
USER=android-buildAnother interesting thing is the location of the external storage, which is in /storage/sdcard0 instead of /mnt/sdcard.
getDataDirectory=/data
getDownloadCacheDirectory=/cache
getExternalStorageAndroidDataDir=/storage/sdcard0/Android/data
getExternalStorageDirectory=/storage/sdcard0
getExternalStorageState=mounted
getRootDirectory=/system
getSecureDataDirectory=/data
getSystemSecureDirectory=/data/system
isEncryptedFilesystemEnabled=false
isExternalStorageEmulated=true
isExternalStorageRemovable=false
Sicuramente è una notizia da prendere con molta cautela… Voi che ne pensate?