0% found this document useful (0 votes)
24 views3 pages

Logcat

The log file documents the startup process of an Android application. It shows the initialization of various system components and libraries like the ClassLoader, Firebase, SQLite, and graphics rendering. It also captures some app-specific events like starting the main activity and displaying a dialog. During startup, some frames were skipped indicating potential performance issues on the main thread.

Uploaded by

andiprakoso323
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views3 pages

Logcat

The log file documents the startup process of an Android application. It shows the initialization of various system components and libraries like the ClassLoader, Firebase, SQLite, and graphics rendering. It also captures some app-specific events like starting the main activity and displaying a dialog. During startup, some frames were skipped indicating potential performance issues on the main thread.

Uploaded by

andiprakoso323
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

--------- beginning of main

11-06 12:11:31.621 6352 6352 I r.john.castell: Late-enabling -Xcheck:jni


11-06 12:11:31.673 6352 6352 I r.john.castell: Unquickening 15 vdex files!
11-06 12:11:32.124 6352 6352 D ApplicationLoaders: Returning zygote-cached class
loader: /system/framework/android.test.base.jar
11-06 12:11:32.142 6352 6352 I r.john.castell: The ClassLoaderContext is a
special shared library.
11-06 12:11:32.297 6352 6352 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
11-06 12:11:32.299 6352 6352 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
11-06 12:11:32.321 6352 6352 I MultiDex: VM with version 2.1.0 has multidex
support
11-06 12:11:32.321 6352 6352 I MultiDex: Installing application
11-06 12:11:32.321 6352 6352 I MultiDex: VM has multidex support, MultiDex
support library is disabled.
11-06 12:11:32.460 6352 6352 I FirebaseApp: Device unlocked: initializing all
Firebase APIs for app [DEFAULT]
11-06 12:11:32.487 6352 6352 I FirebaseCrashlytics: Initializing Firebase
Crashlytics 18.2.0 for launcher.john.castella
11-06 12:11:32.742 6352 6439 I DynamiteModule: Considering local module
com.google.android.gms.measurement.dynamite:51 and remote module
com.google.android.gms.measurement.dynamite:96
11-06 12:11:32.742 6352 6439 I DynamiteModule: Selected remote version of
com.google.android.gms.measurement.dynamite, version >= 96
11-06 12:11:32.745 6352 6439 V DynamiteModule: Dynamite loader version >= 2,
using loadModule2NoCrashUtils
11-06 12:11:32.826 6352 6445 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =5 mNewVersion =5
11-06 12:11:32.896 6352 6352 I FirebaseInitProvider: FirebaseApp initialization
successful
11-06 12:11:32.928 6352 6440 D libcrashlytics: Initializing libcrashlytics
version 3.0.0
11-06 12:11:32.937 6352 6352 W CheckTime: App running slow: Executing
handleBindApplication : installContentProviders took 615ms
11-06 12:11:32.953 6352 6440 D libcrashlytics: Initializing native crash handling
successful.
11-06 12:11:32.992 6352 6461 I FirebaseAuth: [FirebaseAuth:] Preparing to create
service connection to fallback implementation
11-06 12:11:33.199 6352 6352 I TetheringManager:
registerTetheringEventCallback:launcher.john.castella
11-06 12:11:33.200 6352 6352 W CheckTime: App running slow: Executing
handleBindApplication : callApplicationOnCreate took 263ms
11-06 12:11:33.469 6352 6352 W r.john.castell: Accessing hidden method
Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/
graphics/Rect;)Z (greylist, reflection, allowed)
11-06 12:11:33.470 6352 6352 W r.john.castell: Accessing hidden method
Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection,
allowed)
11-06 12:11:33.774 6352 6352 I LOG : app sucessfully started!
11-06 12:11:33.797 6352 6469 I FA : App measurement initialized, version:
81025
11-06 12:11:33.797 6352 6469 I FA : To enable debug logging run: adb shell
setprop log.tag.FA VERBOSE
11-06 12:11:33.798 6352 6469 I FA : To enable faster debug mode event
logging run:
11-06 12:11:33.798 6352 6469 I FA : adb shell setprop
debug.firebase.analytics.app launcher.john.castella
11-06 12:11:33.850 6352 6352 W r.john.castell: Accessing hidden method
Ljava/lang/invoke/MethodHandles$Lookup;-><init>(Ljava/lang/Class;I)V (greylist,
reflection, allowed)
11-06 12:11:33.886 6352 6352 W r.john.castell: Accessing hidden method
Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-
platform-api, reflection, allowed)
11-06 12:11:33.886 6352 6352 W r.john.castell: Accessing hidden method
Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api,
reflection, allowed)
11-06 12:11:33.886 6352 6352 W r.john.castell: Accessing hidden method
Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection,
allowed)
11-06 12:11:33.964 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:34.121 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:34.240 6352 6469 I FA : Tag Manager is not found and thus will
not be used
11-06 12:11:34.289 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:34.374 6352 6484 I gralloc4: register: id=21c000000bf
11-06 12:11:34.374 6352 6484 E libc : Access denied finding property
"persist.vendor.sf.fbc"
11-06 12:11:34.375 6352 6484 E libc : Access denied finding property
"persist.vendor.gpu.fbc"
11-06 12:11:34.375 6352 6484 E libc : Access denied finding property
"persist.vendor.vsp.fbc"
11-06 12:11:34.544 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:34.765 6352 6484 I OpenGLRenderer: Davey! duration=719ms; Flags=1,
IntendedVsync=81189629951, Vsync=81222961951, OldestInputEvent=9223372036854775807,
NewestInputEvent=0, HandleInputStart=81230749018, AnimationStart=81230772864,
PerformTraversalsStart=81230793441, DrawStart=81461303557, SyncQueued=81480917057,
SyncStart=81481759095, IssueDrawCommandsStart=81481957557, SwapBuffers=81906576172,
FrameCompleted=81910077864, DequeueBufferDuration=15383308,
QueueBufferDuration=2255154, GpuCompleted=72904454231491229,
11-06 12:11:34.788 6352 6352 I Choreographer: Skipped 37 frames! The application
may be doing too much work on its main thread.
11-06 12:11:34.872 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:34.928 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:35.042 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:35.052 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:36.070 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:36.128 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:36.260 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:36.279 6352 6352 I LOG : หน่วยความจำน้อย
11-06 12:11:36.370 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:36.564 6352 6484 I gralloc4: register: id=21c000000c0
11-06 12:11:36.727 6352 6352 E Dialog : show dialog
view=DecorView@5d279b4[DownloadActivity]
11-06 12:11:36.736 6352 6352 D MediaPlayerNative: getMetadata
11-06 12:11:36.771 6352 6484 E OpenGLRenderer: reset ##### pid = 6484
11-06 12:11:36.775 6352 6484 I gralloc4: register: id=21c000000c1
11-06 12:11:36.919 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:36.933 6352 6484 I gralloc4: register: id=21c000000c4
11-06 12:11:37.142 6352 6484 I gralloc4: unregister: id=21c000000bf
11-06 12:11:37.144 6352 6484 W libEGL : EGLNativeWindowType 0xebdcb068
disconnect failed
11-06 12:11:37.448 6352 6720 W MediaPlayerNative: info/warning (3, 0)
11-06 12:11:40.909 6352 6484 I gralloc4: register: id=21c000000d2
11-06 12:11:40.917 6352 6484 I gralloc4: register: id=21c000000d3
11-06 12:11:41.129 6352 6484 I gralloc4: unregister: id=21c000000d3
11-06 12:11:41.129 6352 6484 I gralloc4: unregister: id=21c000000c4
11-06 12:11:41.130 6352 6484 I gralloc4: unregister: id=21c000000d2
11-06 12:11:41.131 6352 6484 W libEGL : EGLNativeWindowType 0xebdd9318
disconnect failed
11-06 12:11:42.090 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:42.205 6352 6469 D SQLiteOpenHelper: UNISOC SQLiteOpenHelper
getDatabaseLocked version =1 mNewVersion =1
11-06 12:11:42.975 6352 6352 V MediaPlayer: resetDrmState: mDrmInfo=null
mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
11-06 12:11:42.975 6352 6352 V MediaPlayer: cleanDrmObj: mDrmObj=null
mDrmSessionId=null
11-06 12:11:42.976 6352 6352 V MediaPlayer: resetDrmState: mDrmInfo=null
mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
11-06 12:11:42.976 6352 6352 V MediaPlayer: cleanDrmObj: mDrmObj=null
mDrmSessionId=null
11-06 12:11:43.117 6352 6484 I gralloc4: unregister: id=21c000000c1
11-06 12:11:43.118 6352 6484 I gralloc4: unregister: id=21c000000c0
11-06 12:11:43.119 6352 6484 W libEGL : EGLNativeWindowType 0xebdd60b8
disconnect failed

You might also like