0% found this document useful (0 votes)
277 views21 pages

Termux-Style Cheat Sheet

The log file records an error during initialization of an activity. It indicates that the class "android.view.View$OnUnhandledKeyEventListener" could not be found, resulting in a class not found exception. This prevented the activity from being created properly. The log provides a stack trace showing the sequence of method calls that led to this error.

Uploaded by

Kriti Shaw
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)
277 views21 pages

Termux-Style Cheat Sheet

The log file records an error during initialization of an activity. It indicates that the class "android.view.View$OnUnhandledKeyEventListener" could not be found, resulting in a class not found exception. This prevented the activity from being created properly. The log provides a stack trace showing the sequence of method calls that led to this error.

Uploaded by

Kriti Shaw
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/ 21

--------- beginning of system

12-08 20:30:11.620 28442 28442 I FtBuild : getRomVersion mRomVer=3.6


--------- beginning of main
12-08 20:30:11.640 28442 28471 I CrashReport: Is it a virtual machine? false
12-08 20:30:11.662 28442 28442 I art : Rejecting re-init on previously-failed
class java.lang.Class<androidx.core.view.ViewCompat$2>:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/View$OnUnhandledKeyEventListener;
12-08 20:30:11.662 28442 28442 I art : at void
androidx.appcompat.app.AppCompatViewInflater.checkOnClickListener(android.view.View
, android.util.AttributeSet) (AppCompatViewInflater.java:304)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
androidx.appcompat.app.AppCompatViewInflater.createView(android.view.View,
java.lang.String, android.content.Context, android.util.AttributeSet, boolean,
boolean, boolean, boolean) (AppCompatViewInflater.java:174)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
androidx.appcompat.app.AppCompatDelegateImpl.createView(android.view.View,
java.lang.String, android.content.Context, android.util.AttributeSet)
(AppCompatDelegateImpl.java:1407)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
com.noober.background.BackgroundLibrary$1.onCreateView(java.lang.String,
android.content.Context, android.util.AttributeSet) (BackgroundLibrary.java:34)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
com.noober.background.BackgroundFactory.onCreateView(java.lang.String,
android.content.Context, android.util.AttributeSet) (BackgroundFactory.java:45)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
com.noober.background.BackgroundFactory.onCreateView(android.view.View,
java.lang.String, android.content.Context, android.util.AttributeSet)
(BackgroundFactory.java:195)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String,
android.content.Context, android.util.AttributeSet, boolean)
(LayoutInflater.java:814)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String,
android.content.Context, android.util.AttributeSet) (LayoutInflater.java:772)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser,
android.view.View, android.content.Context, android.util.AttributeSet, boolean)
(LayoutInflater.java:903)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser,
android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:866)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser,
android.view.View, android.content.Context, android.util.AttributeSet, boolean)
(LayoutInflater.java:906)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser,
android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:866)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser,
android.view.ViewGroup, boolean) (LayoutInflater.java:524)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean)
(LayoutInflater.java:432)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.inflate(int, android.view.ViewGroup)
(LayoutInflater.java:383)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.View.inflate(android.content.Context, int, android.view.ViewGroup)
(View.java:21227)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.glb.view.commonDialog.DialogViewHolder.<init>(android.content.Context,
int) (DialogViewHolder.java:25)
12-08 20:30:11.662 28442 28442 I art : at
com.vmos.glb.view.commonDialog.DialogViewHolder
com.vmos.glb.view.commonDialog.DialogViewHolder.get(android.content.Context, int)
(DialogViewHolder.java:33)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.glb.view.commonDialog.AlertController$AlertParams.apply(com.vmos.glb.view.
commonDialog.AlertController) (AlertController.java:132)
12-08 20:30:11.662 28442 28442 I art : at
com.vmos.glb.view.commonDialog.CommonDialog
com.vmos.glb.view.commonDialog.CommonDialog$Builder.create() (CommonDialog.java:86)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.DataModel.PermissionAdModel.initDialog() (PermissionAdModel.java:283)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.DataModel.PermissionAdModel.initialize() (PermissionAdModel.java:157)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.activity.NewSurActivity.onCreate(android.os.Bundle)
(NewSurActivity.java:65)
12-08 20:30:11.662 28442 28442 I art : at void
android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6736)
12-08 20:30:11.662 28442 28442 I art : at void
android.app.Instrumentation.callActivityOnCreate(android.app.Activity,
android.os.Bundle) (Instrumentation.java:1124)
12-08 20:30:11.662 28442 28442 I art : at android.app.Activity
android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$Activit
yClientRecord, android.content.Intent) (ActivityThread.java:2730)
12-08 20:30:11.662 28442 28442 I art : at void
android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$Activity
ClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2842)
12-08 20:30:11.662 28442 28442 I art : at void android.app.ActivityThread.-
wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord,
android.content.Intent, java.lang.String) (ActivityThread.java:-1)
12-08 20:30:11.662 28442 28442 I art : at void
android.app.ActivityThread$H.handleMessage(android.os.Message)
(ActivityThread.java:1560)
12-08 20:30:11.662 28442 28442 I art : at void
android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:110)
12-08 20:30:11.662 28442 28442 I art : at void android.os.Looper.loop()
(Looper.java:203)
12-08 20:30:11.662 28442 28442 I art : at void
android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6328)
12-08 20:30:11.662 28442 28442 I art : at java.lang.Object
java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[])
(Method.java:-2)
12-08 20:30:11.662 28442 28442 I art : at void
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:1076)
12-08 20:30:11.662 28442 28442 I art : at void
com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:937)
12-08 20:30:11.662 28442 28442 I art : Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file
"/data/app/com.vmos.glb-
2/base.apk"],nativeLibraryDirectories=[/data/app/com.vmos.glb-2/lib/arm64,
/data/app/com.vmos.glb-2/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64,
/system/vendor/lib64]]
12-08 20:30:11.662 28442 28442 I art : at java.lang.Class
dalvik.system.BaseDexClassLoader.findClass(java.lang.String)
(BaseDexClassLoader.java:56)
12-08 20:30:11.662 28442 28442 I art : at java.lang.Class
java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
12-08 20:30:11.662 28442 28442 I art : at java.lang.Class
java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
12-08 20:30:11.662 28442 28442 I art : at void
androidx.appcompat.app.AppCompatViewInflater.checkOnClickListener(android.view.View
, android.util.AttributeSet) (AppCompatViewInflater.java:304)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
androidx.appcompat.app.AppCompatViewInflater.createView(android.view.View,
java.lang.String, android.content.Context, android.util.AttributeSet, boolean,
boolean, boolean, boolean) (AppCompatViewInflater.java:174)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
androidx.appcompat.app.AppCompatDelegateImpl.createView(android.view.View,
java.lang.String, android.content.Context, android.util.AttributeSet)
(AppCompatDelegateImpl.java:1407)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
com.noober.background.BackgroundLibrary$1.onCreateView(java.lang.String,
android.content.Context, android.util.AttributeSet) (BackgroundLibrary.java:34)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
com.noober.background.BackgroundFactory.onCreateView(java.lang.String,
android.content.Context, android.util.AttributeSet) (BackgroundFactory.java:45)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
com.noober.background.BackgroundFactory.onCreateView(android.view.View,
java.lang.String, android.content.Context, android.util.AttributeSet)
(BackgroundFactory.java:195)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String,
android.content.Context, android.util.AttributeSet, boolean)
(LayoutInflater.java:814)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String,
android.content.Context, android.util.AttributeSet) (LayoutInflater.java:772)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser,
android.view.View, android.content.Context, android.util.AttributeSet, boolean)
(LayoutInflater.java:903)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser,
android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:866)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser,
android.view.View, android.content.Context, android.util.AttributeSet, boolean)
(LayoutInflater.java:906)
12-08 20:30:11.662 28442 28442 I art : at void
android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser,
android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:866)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser,
android.view.ViewGroup, boolean) (LayoutInflater.java:524)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean)
(LayoutInflater.java:432)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.LayoutInflater.inflate(int, android.view.ViewGroup)
(LayoutInflater.java:383)
12-08 20:30:11.662 28442 28442 I art : at android.view.View
android.view.View.inflate(android.content.Context, int, android.view.ViewGroup)
(View.java:21227)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.glb.view.commonDialog.DialogViewHolder.<init>(android.content.Context,
int) (DialogViewHolder.java:25)
12-08 20:30:11.662 28442 28442 I art : at
com.vmos.glb.view.commonDialog.DialogViewHolder
com.vmos.glb.view.commonDialog.DialogViewHolder.get(android.content.Context, int)
(DialogViewHolder.java:33)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.glb.view.commonDialog.AlertController$AlertParams.apply(com.vmos.glb.view.
commonDialog.AlertController) (AlertController.java:132)
12-08 20:30:11.662 28442 28442 I art : at
com.vmos.glb.view.commonDialog.CommonDialog
com.vmos.glb.view.commonDialog.CommonDialog$Builder.create() (CommonDialog.java:86)
12-08 20:30:11.662 28442 28442 I art : at void
com.vmos.DataModel.PermissionAdModel.initDialog() (PermissionAdModel.java:283)
12-08 20:30:11.663 28442 28442 I art : at void
com.vmos.DataModel.PermissionAdModel.initialize() (PermissionAdModel.java:157)
12-08 20:30:11.663 28442 28442 I art : at void
com.vmos.activity.NewSurActivity.onCreate(android.os.Bundle)
(NewSurActivity.java:65)
12-08 20:30:11.663 28442 28442 I art : at void
android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6736)
12-08 20:30:11.663 28442 28442 I art : at void
android.app.Instrumentation.callActivityOnCreate(android.app.Activity,
android.os.Bundle) (Instrumentation.java:1124)
12-08 20:30:11.663 28442 28442 I art : at android.app.Activity
android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$Activit
yClientRecord, android.content.Intent) (ActivityThread.java:2730)
12-08 20:30:11.663 28442 28442 I art : at void
android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$Activity
ClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2842)
12-08 20:30:11.663 28442 28442 I art : at void android.app.ActivityThread.-
wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord,
android.content.Intent, java.lang.String) (ActivityThread.java:-1)
12-08 20:30:11.663 28442 28442 I art : at void
android.app.ActivityThread$H.handleMessage(android.os.Message)
(ActivityThread.java:1560)
12-08 20:30:11.663 28442 28442 I art : at void
android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:110)
12-08 20:30:11.663 28442 28442 I art : at void android.os.Looper.loop()
(Looper.java:203)
12-08 20:30:11.663 28442 28442 I art : at void
android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6328)
12-08 20:30:11.663 28442 28442 I art : at java.lang.Object
java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[])
(Method.java:-2)
12-08 20:30:11.663 28442 28442 I art : at void
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:1076)
12-08 20:30:11.663 28442 28442 I art : at void
com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:937)
12-08 20:30:11.663 28442 28442 I art :
12-08 20:30:11.692 28442 28471 I CrashReport: Does it has hook frame? false
12-08 20:30:11.713 28442 28471 I CrashReport: [AppInfo] Beacon channel file path:
channel.ini
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3433): avc:
denied { getattr } for path="/sys/devices/mtk-
msdc.0/11230000.msdc0/mmc_host/mmc0/mmc0:0001/type" dev="sysfs" ino=16519
scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file
permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3434): avc:
denied { getattr } for path="/sys/devices/mtk-
msdc.0/11230000.msdc0/mmc_host/mmc0/mmc0:0001/type" dev="sysfs" ino=16519
scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file
permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3435): avc:
denied { getattr } for path="/sys/devices/mtk-
msdc.0/11230000.msdc0/mmc_host/mmc0/mmc0:0001/name" dev="sysfs" ino=16511
scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file
permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3436): avc:
denied { getattr } for path="/sys/devices/mtk-
msdc.0/11230000.msdc0/mmc_host/mmc0/mmc0:0001/name" dev="sysfs" ino=16511
scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file
permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3437): avc:
denied { getattr } for path="/sys/devices/mtk-
msdc.0/11230000.msdc0/mmc_host/mmc0/mmc0:0001/cid" dev="sysfs" ino=16498
scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file
permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3438): avc:
denied { getattr } for path="/sys/devices/mtk-
msdc.0/11230000.msdc0/mmc_host/mmc0/mmc0:0001/cid" dev="sysfs" ino=16498
scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file
permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3439): avc:
denied { getattr } for path="/sys/devices/platform/battery/power_supply/ac/online"
dev="sysfs" ino=14670 scontext=u:r:untrusted_app:s0:c512,c768
tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3440): avc:
denied { getattr } for path="/sys/devices/platform/battery/power_supply/ac/online"
dev="sysfs" ino=14670 scontext=u:r:untrusted_app:s0:c512,c768
tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3441): avc:
denied { getattr } for path="/sys/devices/platform/battery/power_supply/usb/online"
dev="sysfs" ino=14688 scontext=u:r:untrusted_app:s0:c512,c768
tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3442): avc:
denied { getattr } for path="/sys/devices/platform/battery/power_supply/usb/online"
dev="sysfs" ino=14688 scontext=u:r:untrusted_app:s0:c512,c768
tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3443): avc:
denied { getattr } for
path="/sys/devices/platform/battery/power_supply/battery/capacity" dev="sysfs"
ino=14728 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0
tclass=file permissive=0
12-08 20:30:11.714 28471 28471 W BuglyThread-2: type=1400 audit(0.0:3444): avc:
denied { getattr } for
path="/sys/devices/platform/battery/power_supply/battery/capacity" dev="sysfs"
ino=14728 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0
tclass=file permissive=0
12-08 20:30:11.714 28442 28471 W CrashReport: [AppInfo] Failed to get get beacon
channel
12-08 20:30:11.715 28442 28498 I System.out: [socket][0] connection /
127.0.0.1:33244;LocalPort=-1(0)
12-08 20:30:11.716 28442 28471 I CrashReport: Beacon channel
12-08 20:30:11.718 28442 28498 I System.out: [socket][/127.0.0.1:37440] connected
12-08 20:30:11.719 28442 28498 I System.out: [OkHttp] sendRequest>>
12-08 20:30:11.719 28442 28498 I System.out: [OkHttp] sendRequest<<
12-08 20:30:11.727 28442 28471 I CrashReport: [UploadManager] Create and start a
new thread to execute a task of initializing security context: BUGLY_ASYNC_UPLOAD
12-08 20:30:11.727 28442 28500 I System.out: close [socket][::/:::33244]
12-08 20:30:11.733 28442 28501 I CrashReport: [UploadManager] Create and start a
new thread to execute a upload task: BUGLY_ASYNC_UPLOAD
12-08 20:30:11.770 28442 28498 I System.out: Close in OkHttp
12-08 20:30:11.770 28442 28498 I System.out: close [socket][/127.0.0.1:37440]
12-08 20:30:11.786 28442 28492 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:11.811 28442 28492 E FBAudienceNetwork: You are using custom
Application class and don't call AudienceNetworkAds.isInAdsProcess(). Multi-process
support will be disabled. Please call AudienceNetworkAds.isInAdsProcess() if you
want to support multi-process mode.
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER: ║ Thread: main
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER: ║
NewSurActivity.onCreate (NewSurActivity.java:88)
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER: ║
android.os.Build.MANUFACTURER=vivo
12-08 20:30:11.811 28442 28442 E android.os.Build.MANUFACTURER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:11.812 28442 28442 E preferencesSaveCall: saveParam: getRealHeight
12-08 20:30:11.813 28442 28442 E preferencesSaveCall: saveParam:
getNavigationBarHeight/2
12-08 20:30:11.817 28442 28442 D CrashReport: >>> com.vmos.activity.NewSurActivity
onResumed <<<
12-08 20:30:11.819 28442 28442 I CrashReport-Native: Set native info:
isAppForeground(true)
12-08 20:30:11.819 28442 28442 I CrashReport: [session] launch app one times (app
in background 1575817211 seconds and over 30 seconds)
12-08 20:30:11.819 28442 28442 D CrashReport: [AsyncTaskHandler] Post a delay(time:
0ms) task: com.tencent.bugly.crashreport.biz.a$a
12-08 20:30:11.820 28442 28442 I CrashReport: add a timer to upload hot start user
info
12-08 20:30:11.820 28442 28471 D CrashReport: [UserInfo] Record user info.
12-08 20:30:11.820 28442 28442 D CrashReport: [AsyncTaskHandler] Post a delay(time:
300000ms) task: com.tencent.bugly.crashreport.biz.a$a
12-08 20:30:11.821 28442 28442 V PhoneWindow: DecorView setVisiblity: visibility =
4, Parent = null, this = DecorView@81caf03[]
12-08 20:30:11.824 28442 28502 D CrashReport: [Database] deleted t_lr data 1
12-08 20:30:11.824 28442 28460 I FA : Tag Manager is not found and thus will
not be used
12-08 20:30:11.833 28442 28442 D WindowClient: Add to mViews:
DecorView@81caf03[NewSurActivity], this = android.view.WindowManagerGlobal@1ffd29d
12-08 20:30:11.834 28442 28502 D CrashReport: [Database] insert t_lr success.
12-08 20:30:11.834 28442 28442 D OpenGLRenderer: Dumper init 4 threads
<0x74d57f96c0>
12-08 20:30:11.835 28442 28442 D OpenGLRenderer: <com.vmos.glb> is running.
12-08 20:30:11.835 28442 28460 D SQLiteDatabase: beginTransaction()
12-08 20:30:11.836 28442 28502 D CrashReport: [UploadManager] Uploading(ID:1001)
time: 2019-12-08 20:30:11
12-08 20:30:11.836 28442 28502 D CrashReport: [Upload] Send 1250 bytes
12-08 20:30:11.837 28442 28502 D CrashReport: [Upload] Upload to
http://android.bugly.qq.com/rqd/async?aid=980556ed-3018-4a3c-bbc4-7db96587bec2 with
cmd 840 (pid=28442 | tid=28502).
12-08 20:30:11.837 28442 28502 D CrashReport: request:
http://android.bugly.qq.com/rqd/async?aid=980556ed-3018-4a3c-bbc4-7db96587bec2,
send: 1250 (pid=28442 | tid=28502)
12-08 20:30:11.841 28442 28460 D SQLiteDatabase: endTransaction()
12-08 20:30:11.843 28442 28514 D OpenGLRenderer: CanvasContext() 0x74fa786000
12-08 20:30:11.843 28442 28502 D libc-netbsd: [getaddrinfo]: mtk
hostname=android.bugly.qq.com; servname=(null); netid=0; mark=0
12-08 20:30:11.844 28442 28502 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:11.844 28442 28502 D libc-netbsd: [getaddrinfo]: mtk
hostname=android.bugly.qq.com; servname=(null); netid=0; mark=0
12-08 20:30:11.844 28442 28502 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=1024; ai_family=0
12-08 20:30:11.852 28442 28471 D CrashReport: [Database] insert t_ui success.
12-08 20:30:11.852 28442 28471 D CrashReport: [Database] insert t_ui success with
ID: 21
12-08 20:30:11.856 28442 28513 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:11.871 28442 28442 D GraphicBuffer: register, handle(0x74f2e664c0)
(w:896 h:576 s:896 f:0x1 u:0x000100)
12-08 20:30:11.872 28442 28442 D ViewRootImpl[NewSurActivity]: hardware
acceleration is enabled, this = ViewRoot{e86b312
com.vmos.glb/com.vmos.activity.NewSurActivity,ident = 0}
12-08 20:30:11.878 28442 28442 V PhoneWindow: DecorView setVisiblity: visibility =
0, Parent = ViewRoot{e86b312 com.vmos.glb/com.vmos.activity.NewSurActivity,ident =
0}, this = DecorView@81caf03[NewSurActivity]
12-08 20:30:11.910 28442 28442 D Surface :
Surface::allocateBuffers(this=0x74d3a1b000)
12-08 20:30:11.910 28442 28514 D OpenGLRenderer: CanvasContext() 0x74fa786000
initialize window=0x74d3a1b000, title=com.vmos.glb/com.vmos.activity.NewSurActivity
12-08 20:30:11.966 28442 28514 I OpenGLRenderer: Initialized EGL, version 1.4
12-08 20:30:11.967 28442 28514 D OpenGLRenderer: Swap behavior 1
12-08 20:30:11.978 28442 28514 D OpenGLRenderer: Created EGL context (0x74fa691e00)
12-08 20:30:11.985 28442 28514 D OpenGLRenderer: ProgramCache.init: enable
enhancement 1
12-08 20:30:11.985 28442 28514 I OpenGLRenderer: Get disable program binary service
property (0)
12-08 20:30:11.985 28442 28514 I OpenGLRenderer: Initializing program atlas...
12-08 20:30:11.988 28442 28514 I ProgramBinary/Service: ProgramBinaryService client
side disable debugging.
12-08 20:30:11.988 28442 28514 I ProgramBinary/Service: ProgramBinaryService client
side disable binary content debugging.
12-08 20:30:11.988 28442 28514 D ProgramBinary/Service:
BpProgramBinaryService.getReady
12-08 20:30:11.990 28442 28514 D ProgramBinary/Service:
BpProgramBinaryService.getProgramBinaryData
12-08 20:30:11.991 28442 28514 I OpenGLRenderer: Program binary detail: Binary
length is 249244, program map length is 124.
12-08 20:30:11.992 28442 28514 I OpenGLRenderer: Succeeded to mmap program
binaries. File descriptor is 80, and path is /dev/ashmem.
12-08 20:30:11.992 28442 28514 I OpenGLRenderer: No need to use file discriptor
anymore, close fd(80).
12-08 20:30:11.992 28442 28514 D OpenGLRenderer: Initializing program cache from
0x0, size = -1
12-08 20:30:11.993 28442 28514 D MALI : eglCreateImageKHR:513: [Crop] 0 0 896
576 img[896 576]
12-08 20:30:11.995 28442 28514 D Surface :
Surface::connect(this=0x74d3a1b000,api=1)
12-08 20:30:11.996 28442 28514 W libEGL : [ANDROID_RECORDABLE] format: 1
12-08 20:30:11.997 28442 28514 D mali_winsys: EGLint
new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig,
egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
12-08 20:30:11.998 28442 28513 W ResourceType: Found multiple library tables,
ignoring...
12-08 20:30:12.005 28442 28513 I WebViewFactory: Loading com.android.chrome version
78.0.3904.108 (code 390410837)
12-08 20:30:12.041 28442 28514 D OpenGLRenderer: ProgramCache.generateProgram: 0
12-08 20:30:12.051 28442 28514 D GraphicBuffer: register, handle(0x74d00e6f80)
(w:720 h:1280 s:720 f:0x1 u:0x000b00)
12-08 20:30:12.054 28442 28514 D OpenGLRenderer: ProgramCache.generateProgram: 1
12-08 20:30:12.069 28442 28514 D GraphicBuffer: register, handle(0x74cfa49080)
(w:720 h:1280 s:720 f:0x1 u:0x000b00)
12-08 20:30:12.327 28442 28460 D SQLiteDatabase: beginTransaction()
12-08 20:30:12.330 28442 28488 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:12.331 28442 28460 D SQLiteDatabase: endTransaction()
12-08 20:30:12.546 28442 28442 D CrashReport: is Connect BC null
12-08 20:30:12.547 28442 28442 I CrashReport: network null changed to null
12-08 20:30:12.644 28442 28485 D libc-netbsd: getaddrinfo: osservice.vmos.com get
result from proxy gai_error = 7
12-08 20:30:12.649 28442 28460 D SQLiteDatabase: beginTransaction()
12-08 20:30:12.652 28442 28460 D SQLiteDatabase: endTransaction()
12-08 20:30:12.661 28442 28460 D SQLiteDatabase: beginTransaction()
12-08 20:30:12.669 28442 28460 D SQLiteDatabase: endTransaction()
12-08 20:30:12.718 28442 28513 I cr_LibraryLoader: Time to load native libraries:
22 ms
12-08 20:30:12.817 28442 28442 I chromium: [INFO:library_loader_hooks.cc(51)]
Chromium logging enabled: level = 0, default verbosity = 0
12-08 20:30:12.818 28442 28442 I cr_LibraryLoader: Expected native library version
number "78.0.3904.108", actual native library version number "78.0.3904.108"
12-08 20:30:12.963 28442 28442 I cr_BrowserStartup: Initializing chromium process,
singleProcess=true
12-08 20:30:12.985 28442 28442 W ResourceType: Failure getting entry for 0x7f130537
(t=18 e=1335) (error -2147483647)
12-08 20:30:14.152 28442 28513 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.153 28442 28513 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:14.153 28442 28513 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.153 28442 28513 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=1024; ai_family=0
12-08 20:30:14.193 28442 28513 D libc-netbsd: getaddrinfo: www.facebook.com get
result from proxy gai_error = 0
12-08 20:30:14.194 28442 28513 I System.out: [socket][1] connection
www.facebook.com/157.240.192.35:443;LocalPort=-1(30000)
12-08 20:30:14.195 28442 28513 D : [Posix_connect Debug]Process
com.vmos.glb :443
12-08 20:30:14.249 28442 28442 D CrashReport: is Connect BC LTE
12-08 20:30:14.249 28442 28442 I CrashReport: network null changed to LTE
12-08 20:30:14.252 28442 28442 I CrashReport: try to upload crash on network
changed.
12-08 20:30:14.252 28442 28442 D CrashReport: [AsyncTaskHandler] Post a delay(time:
0ms) task: com.tencent.bugly.crashreport.crash.c$2
12-08 20:30:14.253 28442 28472 D CrashReport: [Util] Try to lock
file:local_crash_lock (pid=28442 | tid=28472)
12-08 20:30:14.254 28442 28472 D CrashReport: [Util] Successfully locked file:
local_crash_lock (pid=28442 | tid=28472)
12-08 20:30:14.258 28442 28472 D CrashReport: Size of crash list loaded from DB: 0
12-08 20:30:14.258 28442 28472 D CrashReport: [Util] Try to unlock file:
local_crash_lock (pid=28442 | tid=28472)
12-08 20:30:14.258 28442 28472 D CrashReport: [Util] Successfully unlocked file:
local_crash_lock (pid=28442 | tid=28472)
12-08 20:30:14.259 28442 28513 I System.out: [socket][/10.101.95.196:43254]
connected
12-08 20:30:14.409 28442 28513 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.409 28442 28513 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:14.410 28442 28513 D NativeCrypto: ssl=0x7501129b40
NativeCrypto_SSL_do_handshake fd=0x74d3d47178 shc=0x74d3d4717c timeout_millis=8000
client_mode=1 npn=0x0
12-08 20:30:14.448 28442 28489 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:14.478 28442 28470 D CrashReport: [Util] Try to lock
file:local_crash_lock (pid=28442 | tid=28470)
12-08 20:30:14.479 28442 28470 D CrashReport: [Util] Successfully locked file:
local_crash_lock (pid=28442 | tid=28470)
12-08 20:30:14.481 28442 28470 D CrashReport: Size of crash list loaded from DB: 0
12-08 20:30:14.482 28442 28470 D CrashReport: [Util] Try to unlock file:
local_crash_lock (pid=28442 | tid=28470)
12-08 20:30:14.482 28442 28470 D CrashReport: [Util] Successfully unlocked file:
local_crash_lock (pid=28442 | tid=28470)
12-08 20:30:14.486 28442 28513 D NativeCrypto: doing handshake ++
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x10 ret=1
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 handshake start in
CINIT before connect initialization
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
calling handshakeCompleted
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
completed
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:CINIT
before connect initialization
12-08 20:30:14.486 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3WCH_A
SSLv3 write client hello A
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1002 ret=-1
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:error
exit in 3RSH_A SSLv3 read server hello A
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.494 28442 28513 D NativeCrypto: doing handshake -- ret=-1
12-08 20:30:14.494 28442 28513 D NativeCrypto: ssl=0x7501129b40
NativeCrypto_SSL_do_handshake ret=-1 errno=11 sslError=2 timeout_millis=8000
12-08 20:30:14.568 28442 28513 D NativeCrypto: doing handshake ++
12-08 20:30:14.570 28442 28489 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:14.573 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.573 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3RSH_A
SSLv3 read server hello A
12-08 20:30:14.573 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.606 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.606 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3RSC_A
SSLv3 read server certificate A
12-08 20:30:14.606 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.611 28442 28513 E NativeCrypto: ssl=0x7501129b40
cert_verify_callback x509_store_ctx=0x74d3d46ee8 arg=0x0
12-08 20:30:14.613 28442 28483 D libc-netbsd: getaddrinfo: osservice.vmos.com get
result from proxy gai_error = 7
12-08 20:30:14.611 28442 28513 E NativeCrypto: ssl=0x7501129b40
cert_verify_callback calling verifyCertificateChain authMethod=ECDHE_ECDSA
12-08 20:30:14.634 28442 28513 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.634 28442 28513 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:14.694 28442 28489 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.694 28442 28489 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:14.695 28442 28489 I System.out: [socket][2] connection
www.facebook.com/157.240.192.35:443;LocalPort=-1(30000)
12-08 20:30:14.696 28442 28489 D : [Posix_connect Debug]Process
com.vmos.glb :443
12-08 20:30:14.758 28442 28489 I System.out: [socket][/10.101.95.196:43255]
connected
12-08 20:30:14.760 28442 28489 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.760 28442 28489 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:14.760 28442 28489 D NativeCrypto: ssl=0x74fa654080
NativeCrypto_SSL_do_handshake fd=0x74d4886138 shc=0x74d488613c timeout_millis=8000
client_mode=1 npn=0x0
12-08 20:30:14.760 28442 28489 D NativeCrypto: doing handshake ++
12-08 20:30:14.760 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x10 ret=1
12-08 20:30:14.760 28442 28489 D NativeCrypto: ssl=0x74fa654080 handshake start in
CINIT before connect initialization
12-08 20:30:14.760 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
calling handshakeCompleted
12-08 20:30:14.760 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
completed
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:CINIT
before connect initialization
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3WCH_A
SSLv3 write client hello A
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1002 ret=-1
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:error
exit in 3RSH_A SSLv3 read server hello A
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.761 28442 28489 D NativeCrypto: doing handshake -- ret=-1
12-08 20:30:14.761 28442 28489 D NativeCrypto: ssl=0x74fa654080
NativeCrypto_SSL_do_handshake ret=-1 errno=11 sslError=2 timeout_millis=8000
12-08 20:30:14.794 28442 28513 D NativeCrypto: ssl=0x7501129b40
cert_verify_callback => 1
12-08 20:30:14.794 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.794 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:UNKWN
unknown state
12-08 20:30:14.794 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.795 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.795 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3RSKEA
SSLv3 read server key exchange A
12-08 20:30:14.795 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.795 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.795 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3RSD_A
SSLv3 read server done A
12-08 20:30:14.795 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.797 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.797 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3WCKEA
SSLv3 write client key exchange A
12-08 20:30:14.797 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.799 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.799 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3WCCSA
SSLv3 write change cipher spec A
12-08 20:30:14.799 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.799 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.799 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3WFINA
SSLv3 write finished A
12-08 20:30:14.799 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3FLUSH
SSLv3 flush data
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1002 ret=1
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:ok exit
in UNKWN SSLv3 read server session ticket A
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.811 28442 28513 D NativeCrypto: doing handshake -- ret=1
12-08 20:30:14.811 28442 28513 D NativeCrypto: ssl=0x7501129b40
NativeCrypto_SSL_get_certificate => NULL
12-08 20:30:14.833 28442 28489 D NativeCrypto: doing handshake ++
12-08 20:30:14.833 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.833 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3RSH_A
SSLv3 read server hello A
12-08 20:30:14.833 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.834 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.834 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3RSC_A
SSLv3 read server certificate A
12-08 20:30:14.834 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.834 28442 28489 E NativeCrypto: ssl=0x74fa654080
cert_verify_callback x509_store_ctx=0x74d4885ea8 arg=0x0
12-08 20:30:14.834 28442 28489 E NativeCrypto: ssl=0x74fa654080
cert_verify_callback calling verifyCertificateChain authMethod=ECDHE_ECDSA
12-08 20:30:14.835 28442 28489 D libc-netbsd: [getaddrinfo]: mtk
hostname=www.facebook.com; servname=(null); netid=0; mark=0
12-08 20:30:14.835 28442 28489 D libc-netbsd: [getaddrinfo]: mtk ai_addrlen=0;
ai_canonname=(null); ai_flags=4; ai_family=0
12-08 20:30:14.870 28442 28489 D NativeCrypto: ssl=0x74fa654080
cert_verify_callback => 1
12-08 20:30:14.870 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.870 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:UNKWN
unknown state
12-08 20:30:14.870 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.871 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.872 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3RSKEA
SSLv3 read server key exchange A
12-08 20:30:14.872 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.872 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.872 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3RSD_A
SSLv3 read server done A
12-08 20:30:14.872 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3WCKEA
SSLv3 write client key exchange A
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3WCCSA
SSLv3 write change cipher spec A
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3WFINA
SSLv3 write finished A
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3FLUSH
SSLv3 flush data
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1002 ret=1
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:ok exit
in UNKWN SSLv3 read server session ticket A
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.874 28442 28489 D NativeCrypto: doing handshake -- ret=1
12-08 20:30:14.874 28442 28489 D NativeCrypto: ssl=0x74fa654080
NativeCrypto_SSL_get_certificate => NULL
12-08 20:30:14.878 28442 28489 I System.out: Check isMmsSendPdu
12-08 20:30:14.878 28442 28489 I System.out: PDU read len:3826
12-08 20:30:14.878 28442 28489 I System.out: MMS PDU Type:112:97
12-08 20:30:14.878 28442 28489 I System.out: [OkHttp] sendRequest>>
12-08 20:30:14.878 28442 28489 I System.out: [OkHttp] sendRequest<<
12-08 20:30:14.890 28442 28513 I System.out: Check isMmsSendPdu
12-08 20:30:14.891 28442 28513 I System.out: PDU read len:2252
12-08 20:30:14.891 28442 28513 I System.out: MMS PDU Type:112:97
12-08 20:30:14.894 28442 28513 I System.out: [OkHttp] sendRequest>>
12-08 20:30:14.894 28442 28513 I System.out: [OkHttp] sendRequest<<
12-08 20:30:14.932 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1002 ret=-1
12-08 20:30:14.932 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:error
exit in UNKWN SSLv3 read server session ticket A
12-08 20:30:14.932 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:UNKWN
SSLv3 read server session ticket A
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3RCCS_
SSLv3 read change cipher spec
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1001 ret=1
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:3RFINA
SSLv3 read finished A
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x20 ret=1
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 handshake done in
SSLOK SSL negotiation finished successfully
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
calling handshakeCompleted
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
completed
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
where=0x1002 ret=1
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 SSL_connect:ok exit
in SSLOK SSL negotiation finished successfully
12-08 20:30:14.935 28442 28513 D NativeCrypto: ssl=0x7501129b40 info_callback
ignored
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:UNKWN
SSLv3 read server session ticket A
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3RCCS_
SSLv3 read change cipher spec
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1001 ret=1
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:3RFINA
SSLv3 read finished A
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x20 ret=1
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 handshake done in
SSLOK SSL negotiation finished successfully
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
calling handshakeCompleted
12-08 20:30:14.938 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
completed
12-08 20:30:14.939 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
where=0x1002 ret=1
12-08 20:30:14.939 28442 28489 D NativeCrypto: ssl=0x74fa654080 SSL_connect:ok exit
in SSLOK SSL negotiation finished successfully
12-08 20:30:14.939 28442 28489 D NativeCrypto: ssl=0x74fa654080 info_callback
ignored
12-08 20:30:14.976 28442 28502 D libc-netbsd: getaddrinfo: android.bugly.qq.com get
result from proxy gai_error = 7
12-08 20:30:14.986 28442 28502 W CrashReport: java.net.UnknownHostException: Unable
to resolve host "android.bugly.qq.com": No address associated with hostname
12-08 20:30:14.986 28442 28502 W CrashReport: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:125)
12-08 20:30:14.986 28442 28502 W CrashReport: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:74)
12-08 20:30:14.986 28442 28502 W CrashReport: at
java.net.InetAddress.getAllByName(InetAddress.java:757)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSele
ctor.java:187)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:156)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:98)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:37
2)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:355)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:273)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl
.java:474)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl
.java:126)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnec
tionImpl.java:257)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.tencent.bugly.proguard.s.a(BUGLY:266)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.tencent.bugly.proguard.s.a(BUGLY:115)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.tencent.bugly.proguard.v.run(BUGLY:346)
12-08 20:30:14.986 28442 28502 W CrashReport: at
com.tencent.bugly.proguard.u$1.run(BUGLY:723)
12-08 20:30:14.986 28442 28502 W CrashReport: at
java.lang.Thread.run(Thread.java:761)
12-08 20:30:14.986 28442 28502 W CrashReport: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
12-08 20:30:14.986 28442 28502 W CrashReport: at
libcore.io.Posix.android_getaddrinfo(Native Method)
12-08 20:30:14.986 28442 28502 W CrashReport: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
12-08 20:30:14.986 28442 28502 W CrashReport: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:106)
12-08 20:30:14.986 28442 28502 W CrashReport: ... 17 more
12-08 20:30:14.986 28442 28502 E CrashReport: Failed to upload, please check your
network.
12-08 20:30:14.986 28442 28502 D CrashReport: Failed to execute post.
12-08 20:30:14.987 28442 28502 E CrashReport: [Upload] Failed to upload(1): Failed
to upload for no response!
12-08 20:30:14.987 28442 28502 W CrashReport: [Upload] Failed to upload last time,
wait and try(2) again.
12-08 20:30:15.276 28442 28489 I System.out: Wrong owner. Perhaps a late disconnect
12-08 20:30:15.378 28442 28513 I System.out: Wrong owner. Perhaps a late disconnect
12-08 20:30:16.547 28442 28492 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:16.687 28442 28513 D OpenSSLLib: OpensslErr:Module:12(175:);
file:external/boringssl/src/crypto/asn1/asn1_lib.c
;Line:175;Function:ASN1_get_object
12-08 20:30:16.782 28442 28513 I System.out: Check isMmsSendPdu
12-08 20:30:16.782 28442 28513 I System.out: PDU read len:2722
12-08 20:30:16.782 28442 28513 I System.out: MMS PDU Type:112:97
12-08 20:30:16.782 28442 28513 I System.out: [OkHttp] sendRequest>>
12-08 20:30:16.782 28442 28513 I System.out: [OkHttp] sendRequest<<
12-08 20:30:17.050 28442 28513 I System.out: Wrong owner. Perhaps a late disconnect
12-08 20:30:20.607 28442 28514 D GraphicBuffer: register, handle(0x74c38492c0)
(w:720 h:1280 s:720 f:0x1 u:0x000b00)
12-08 20:30:20.649 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:20.649 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:20.649 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:20.655 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:20.655 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:20.655 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:20.655 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:20.687 28442 28442 D WindowClient: Add to mViews: DecorView@892cba1[],
this = android.view.WindowManagerGlobal@1ffd29d
12-08 20:30:20.692 28442 28514 D OpenGLRenderer: CanvasContext() 0x74fa789800
12-08 20:30:20.693 28442 28442 D ViewRootImpl[NewSurActivity]: hardware
acceleration is enabled, this = ViewRoot{ea2ef56
com.vmos.glb/com.vmos.activity.NewSurActivity,ident = 1}
12-08 20:30:20.709 28442 28442 V InputMethodManager: onWindowFocus: null
softInputMode=288 first=true flags=#81810100
12-08 20:30:20.809 28442 28442 D Surface :
Surface::allocateBuffers(this=0x74c4057600)
12-08 20:30:20.810 28442 28514 D OpenGLRenderer: CanvasContext() 0x74fa789800
initialize window=0x74c4057600, title=com.vmos.glb/com.vmos.activity.NewSurActivity
12-08 20:30:20.810 28442 28514 D Surface :
Surface::connect(this=0x74c4057600,api=1)
12-08 20:30:20.813 28442 28514 W libEGL : [ANDROID_RECORDABLE] format: 1
12-08 20:30:20.827 28442 28514 D mali_winsys: EGLint
new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig,
egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
12-08 20:30:20.851 28442 28442 V InputMethodManager: onWindowFocus: null
softInputMode=288 first=true flags=#1810102
12-08 20:30:21.059 28442 28514 D OpenGLRenderer: CacheTexture 4 upload: x, y, width
height = 0, 0, 145, 370
12-08 20:30:21.063 28442 28514 D GraphicBuffer: register, handle(0x74c384ae80)
(w:720 h:509 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.064 28442 28514 D OpenGLRenderer: ProgramCache.generateProgram:
68719476736
12-08 20:30:21.069 28442 28514 D OpenGLRenderer: ProgramCache.generateProgram:
34359738371
12-08 20:30:21.079 28442 28514 D GraphicBuffer: register, handle(0x74c395e200)
(w:720 h:509 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.095 28442 28442 W InputMethodManager: Ignoring onBind: cur seq=475,
given seq=474
12-08 20:30:21.148 28442 28442 D EventBus: No subscribers registered for event
class com.vmos.glb.event.ShowFloatBallEvent
12-08 20:30:21.149 28442 28442 D EventBus: No subscribers registered for event
class org.greenrobot.eventbus.NoSubscriberEvent
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER: ║ KeyReceiver.onReceive
(KeyReceiver.java:41)
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER: ║ home
action=android.intent.action.CLOSE_SYSTEM_DIALOGS
12-08 20:30:21.149 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.175 28442 28514 D Surface :
Surface::disconnect(this=0x74c4057600,api=1)
12-08 20:30:21.178 28442 28514 D GraphicBuffer: unregister, handle(0x74c384ae80)
(w:720 h:509 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.179 28442 28514 D GraphicBuffer: unregister, handle(0x74c395e200)
(w:720 h:509 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.180 28442 28514 D Surface :
Surface::disconnect(this=0x74c4057600,api=1)
12-08 20:30:21.181 28442 28514 D Surface :
Surface::connect(this=0x74c4057600,api=1)
12-08 20:30:21.182 28442 28514 W libEGL : [ANDROID_RECORDABLE] format: 1
12-08 20:30:21.190 28442 28514 D mali_winsys: EGLint
new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig,
egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
12-08 20:30:21.204 28442 28514 D GraphicBuffer: register, handle(0x74c395e200)
(w:720 h:461 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.213 28442 28514 D GraphicBuffer: register, handle(0x74c384ae80)
(w:720 h:461 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.231 28442 28514 D OpenGLRenderer: ProgramCache.generateProgram:
34359738369
12-08 20:30:21.240 28442 28442 D CrashReport: >>> com.vmos.activity.NewSurActivity
onPaused <<<
12-08 20:30:21.242 28442 28442 I CrashReport-Native: Set native info:
isAppForeground(false)
12-08 20:30:21.291 28442 28442 V InputMethodManager: onWindowFocus: null
softInputMode=32 first=false flags=#1810102
12-08 20:30:21.297 28442 28460 D SQLiteDatabase: beginTransaction()
12-08 20:30:21.301 28442 28460 D SQLiteDatabase: endTransaction()
12-08 20:30:21.307 28442 28514 D GraphicBuffer: register, handle(0x74c395fdc0)
(w:720 h:461 s:720 f:0x1 u:0x000b00)
12-08 20:30:21.317 28442 28442 D CrashReport: >>> com.vmos.activity.NewSurActivity
onResumed <<<
12-08 20:30:21.318 28442 28442 I CrashReport-Native: Set native info:
isAppForeground(true)
12-08 20:30:21.320 28442 28442 V PhoneWindow: DecorView setVisiblity: visibility =
0, Parent = ViewRoot{e86b312 com.vmos.glb/com.vmos.activity.NewSurActivity,ident =
0}, this = DecorView@81caf03[NewSurActivity]
12-08 20:30:21.375 28442 28460 D SQLiteDatabase: beginTransaction()
12-08 20:30:21.383 28442 28460 D SQLiteDatabase: endTransaction()
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:102)
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel 333333333333333
12-08 20:30:21.520 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.562 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.562 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:21.562 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.564 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:21.564 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.564 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:21.564 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.581 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.581 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:21.581 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.581 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:108)
12-08 20:30:21.582 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.582 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel
44444444444444444444
12-08 20:30:21.582 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:102)
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel 333333333333333
12-08 20:30:21.782 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.787 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.788 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:21.788 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.788 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:21.788 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.788 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:21.788 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:108)
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel
44444444444444444444
12-08 20:30:21.793 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.992 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.992 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:21.992 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.992 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:102)
12-08 20:30:21.992 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.993 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel 333333333333333
12-08 20:30:21.993 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:21.999 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.005 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.005 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.005 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.006 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:108)
12-08 20:30:22.006 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.006 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel
44444444444444444444
12-08 20:30:22.006 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.205 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.205 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.205 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.206 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:102)
12-08 20:30:22.206 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.206 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel 333333333333333
12-08 20:30:22.206 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:22.212 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:108)
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel
44444444444444444444
12-08 20:30:22.219 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.419 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.419 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.419 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.420 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:102)
12-08 20:30:22.420 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.420 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel 333333333333333
12-08 20:30:22.420 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.429 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.429 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:22.429 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.430 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:22.430 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.430 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:22.430 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.438 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.438 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.438 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.439 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:108)
12-08 20:30:22.439 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.439 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel
44444444444444444444
12-08 20:30:22.439 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:102)
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel 333333333333333
12-08 20:30:22.639 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.652 28442 28442 E getFloatPermissionStatus:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.652 28442 28442 E getFloatPermissionStatus: ║ Thread: main
12-08 20:30:22.652 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.652 28442 28442 E getFloatPermissionStatus: ║
VivoFloatUtils.getFloatPermissionStatus (VivoFloatUtils.java:94)
12-08 20:30:22.653 28442 28442 E getFloatPermissionStatus:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.653 28442 28442 E getFloatPermissionStatus: ║ else
getFloatPermissionStatus2
12-08 20:30:22.653 28442 28442 E getFloatPermissionStatus:
╚════════════════════════════════════════════════════════════════════
12-08 20:30:22.658 28442 28442 E PRETTYLOGGER:
╔════════════════════════════════════════════════════════════════════
12-08 20:30:22.658 28442 28442 E PRETTYLOGGER: ║ Thread: main
12-08 20:30:22.658 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.659 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel$1.handleMessage
(PermissionAdModel.java:108)
12-08 20:30:22.659 28442 28442 E PRETTYLOGGER:
╟────────────────────────────────────────────────────────────────────
12-08 20:30:22.659 28442 28442 E PRETTYLOGGER: ║ PermissionAdModel
44444444444444444444
12-08 20:30:22.659 28442 28442 E PRETTYLOGGER:
╚════════════════════════════════════════════════════════════════════

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy