Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app on android 6.0.1 does not work, but on android 8.0 if #1801

Closed
spartero opened this issue Apr 22, 2019 · 5 comments
Closed

app on android 6.0.1 does not work, but on android 8.0 if #1801

spartero opened this issue Apr 22, 2019 · 5 comments

Comments

@spartero
Copy link

spartero commented Apr 22, 2019

I have created an app for android, I have installed it on a phone and tablet with android version 8.0 and it works perfectly. But when I installed it on 2 other phones with Android 6.0.1, the app does not run. I followed the instructions to debug.

Buildozer file

[app]

# (str) Title of your application
title = SanElectric

# (str) Package name
package.name = SanElectric

# (str) Package domain (needed for android/ios packaging)
package.domain = org.SanElectric

# (str) Source code where the main.py live
source.dir = .

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,db,html,css,db,js

# (list) List of inclusions using pattern matching
#source.include_patterns = assets/*,images/*.png

# (list) Source files to exclude (let empty to not exclude anything)
#source.exclude_exts = spec

# (list) List of directory to exclude (let empty to not exclude anything)
#source.exclude_dirs = tests, bin

# (list) List of exclusions using pattern matching
#source.exclude_patterns = license,images/*/*.jpg

# (str) Application versioning (method 1)
version = 0.2

# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
# version.filename = %(source.dir)s/main.py

# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3,flask,sqlite3

# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
# requirements.source.kivy = ../../kivy

# (list) Garden requirements
#garden_requirements =

# (str) Presplash of the application
#presplash.filename = %(source.dir)s/data/presplash.png

# (str) Icon of the application
#icon.filename = %(source.dir)s/data/icon.png

# (str) Supported orientation (one of landscape, sensorLandscape, portrait or all)
orientation = all

# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY

#
# OSX Specific
#

#
# author = © Copyright Info

# change the major version of python used by the app
osx.python_version = 3

# Kivy version to use
osx.kivy_version = 1.9.1

#
# Android specific
#

# (bool) Indicate if the application should be fullscreen or not
fullscreen = 0

# (string) Presplash background color (for new android toolchain)
# Supported formats are: #RRGGBB #AARRGGBB or one of the following names:
# red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray,
# darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy,
# olive, purple, silver, teal.
#android.presplash_color = #FFFFFF

# (list) Permissions
#android.permissions = INTERNET

# (int) Target Android API, should be as high as possible.
android.api = 27

# (int) Minimum API your APK will support.
android.minapi = 21

# (int) Android SDK version to use
android.sdk = 20

# (str) Android NDK version to use
android.ndk = 17c

# (int) Android NDK API to use. This is the minimum API your app will support, it should usually match android.minapi.
android.ndk_api = 21

# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True

# (str) Android NDK directory (if empty, it will be automatically downloaded.)
#android.ndk_path =

# (str) Android SDK directory (if empty, it will be automatically downloaded.)
#android.sdk_path =

# (str) ANT directory (if empty, it will be automatically downloaded.)
#android.ant_path =

# (bool) If True, then skip trying to update the Android sdk
# This can be useful to avoid excess Internet downloads or save time
# when an update is due and you just want to test/build your package
# android.skip_update = False

# (bool) If True, then automatically accept SDK license
# agreements. This is intended for automation only. If set to False,
# the default, you will be shown the license when first running
# buildozer.
# android.accept_sdk_license = False

# (str) Android entry point, default is ok for Kivy-based app
#android.entrypoint = org.renpy.android.PythonActivity

# (list) Pattern to whitelist for the whole project
#android.whitelist =

# (str) Path to a custom whitelist file
#android.whitelist_src =

# (str) Path to a custom blacklist file
#android.blacklist_src =

# (list) List of Java .jar files to add to the libs so that pyjnius can access
# their classes. Don't add jars that you do not need, since extra jars can slow
# down the build process. Allows wildcards matching, for example:
# OUYA-ODK/libs/*.jar
#android.add_jars = foo.jar,bar.jar,path/to/more/*.jar

# (list) List of Java files to add to the android project (can be java or a
# directory containing the files)
#android.add_src =

# (list) Android AAR archives to add (currently works only with sdl2_gradle
# bootstrap)
#android.add_aars =

# (list) Gradle dependencies to add (currently works only with sdl2_gradle
# bootstrap)
#android.gradle_dependencies =

# (list) Java classes to add as activities to the manifest.
#android.add_activites = com.example.ExampleActivity

# (str) python-for-android branch to use, defaults to master
#p4a.branch = master

# (str) OUYA Console category. Should be one of GAME or APP
# If you leave this blank, OUYA support will not be enabled
#android.ouya.category = GAME

# (str) Filename of OUYA Console icon. It must be a 732x412 png image.
#android.ouya.icon.filename = %(source.dir)s/data/ouya_icon.png

# (str) XML file to include as an intent filters in <activity> tag
#android.manifest.intent_filters =

# (str) launchMode to set for the main activity
#android.manifest.launch_mode = standard

# (list) Android additional libraries to copy into libs/armeabi
#android.add_libs_armeabi = libs/android/*.so
#android.add_libs_armeabi_v7a = libs/android-v7/*.so
#android.add_libs_x86 = libs/android-x86/*.so
#android.add_libs_mips = libs/android-mips/*.so

# (bool) Indicate whether the screen should stay on
# Don't forget to add the WAKE_LOCK permission if you set this to True
#android.wakelock = False

# (list) Android application meta-data to set (key=value format)
#android.meta_data =

# (list) Android library project to add (will be added in the
# project.properties automatically.)
#android.library_references =

# (list) Android shared libraries which will be added to AndroidManifest.xml using <uses-library> tag
#android.uses_library =

# (str) Android logcat filters to use
#android.logcat_filters = *:S python:D

# (bool) Copy library instead of making a libpymodules.so
#android.copy_libs = 1

# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
android.arch = armeabi-v7a

#
# Python for android (p4a) specific
#

# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
#p4a.source_dir =

# (str) The directory in which python-for-android should look for your own build recipes (if any)
#p4a.local_recipes =

# (str) Filename to the hook for p4a
#p4a.hook =

# (str) Bootstrap to use for android builds
p4a.bootstrap = webview

# (int) port number to specify an explicit --port= p4a argument (eg for bootstrap flask)
p4a.port = 5500


#
# iOS specific
#

# (str) Path to a custom kivy-ios folder
#ios.kivy_ios_dir = ../kivy-ios
# Alternately, specify the URL and branch of a git checkout:
ios.kivy_ios_url = https://github.com/kivy/kivy-ios
ios.kivy_ios_branch = master

# Another platform dependency: ios-deploy
# Uncomment to use a custom checkout
#ios.ios_deploy_dir = ../ios_deploy
# Or specify URL and branch
ios.ios_deploy_url = https://github.com/phonegap/ios-deploy
ios.ios_deploy_branch = 1.7.0

# (str) Name of the certificate to use for signing the debug version
# Get a list of available identities: buildozer ios list_identities
#ios.codesign.debug = "iPhone Developer: <lastname> <firstname> (<hexstring>)"

# (str) Name of the certificate to use for signing the release version
#ios.codesign.release = %(ios.codesign.debug)s


[buildozer]

# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 2

# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
warn_on_root = 1

# (str) Path to build artifact storage, absolute or relative to spec file
# build_dir = ./.buildozer

# (str) Path to build output (i.e. .apk, .ipa) storage
# bin_dir = ./bin

#    -----------------------------------------------------------------------------
#    List as sections
#
#    You can define all the "list" as [section:key].
#    Each line will be considered as a option to the list.
#    Let's take [app] / source.exclude_patterns.
#    Instead of doing:
#
#[app]
#source.exclude_patterns = license,data/audio/*.wav,data/images/original/*
#
#    This can be translated into:
#
#[app:source.exclude_patterns]
#license
#data/audio/*.wav
#data/images/original/*
#


#    -----------------------------------------------------------------------------
#    Profiles
#
#    You can extend section / key with a profile
#    For example, you want to deploy a demo version of your application without
#    HD content. You could first change the title to add "(demo)" in the name
#    and extend the excluded directories to remove the HD content.
#
#[app@demo]
#title = My Application (demo)
#
#[app:source.exclude_patterns@demo]
#images/hd/*
#
#    Then, invoke the command line with the "demo" profile:
#
#buildozer --profile demo android debug

logcat | grep python

04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libcrystax\.so against libpython3.7m.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libcrystax\.so against libsqlite3.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libcrystax\.so against libssl1.1.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libcrystax\.so against libmain.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libcrystax\.so against libcrypto1.1.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libcrystax\.so against libffi.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libsqlite3\.so against libpython3.7m.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libsqlite3\.so against libsqlite3.so
04-22 11:32:01.955 15077 15077 V pythonutil: Pattern libsqlite3\.so matched file libsqlite3.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libsqlite3\.so against libssl1.1.so
04-22 11:32:01.955 15077 15077 V pythonutil: Checking pattern libsqlite3\.so against libmain.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libsqlite3\.so against libcrypto1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libsqlite3\.so against libffi.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libffi\.so against libpython3.7m.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libffi\.so against libsqlite3.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libffi\.so against libssl1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libffi\.so against libmain.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libffi\.so against libcrypto1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libffi\.so against libffi.so
04-22 11:32:01.965 15077 15077 V pythonutil: Pattern libffi\.so matched file libffi.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libssl.*\.so against libpython3.7m.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libssl.*\.so against libsqlite3.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libssl.*\.so against libssl1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Pattern libssl.*\.so matched file libssl1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libssl.*\.so against libmain.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libssl.*\.so against libcrypto1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libssl.*\.so against libffi.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libcrypto.*\.so against libpython3.7m.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libcrypto.*\.so against libsqlite3.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libcrypto.*\.so against libssl1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libcrypto.*\.so against libmain.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libcrypto.*\.so against libcrypto1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Pattern libcrypto.*\.so matched file libcrypto1.1.so
04-22 11:32:01.965 15077 15077 V pythonutil: Checking pattern libcrypto.*\.so against libffi.so
04-22 11:32:01.965 15077 15077 V pythonutil: Loading library: sqlite3
04-22 11:32:01.965 15077 15077 V pythonutil: Loading library: ffi
04-22 11:32:01.975 15077 15077 V pythonutil: Loading library: ssl1.1
04-22 11:32:01.975 15077 15077 V pythonutil: Loading library: crypto1.1
04-22 11:32:01.975 15077 15077 V pythonutil: Loading library: python2.7
04-22 11:32:01.985 15077 15077 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython2.7.so"
04-22 11:32:01.985 15077 15077 V pythonutil: Loading library: python3.5m
04-22 11:32:01.985 15077 15077 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython3.5m.so"
04-22 11:32:01.985 15077 15077 V pythonutil: Loading library: python3.6m
04-22 11:32:01.985 15077 15077 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython3.6m.so"
04-22 11:32:01.985 15077 15077 V pythonutil: Loading library: python3.7m
04-22 11:32:01.985 15077 15077 V pythonutil: Loading library: main
04-22 11:32:01.995 15077 15077 V pythonutil: Loaded everything!
04-22 11:32:02.225 15077 15118 I python  : Initializing Python for Android
04-22 11:32:02.225 15077 15118 I python  : Setting additional env vars from p4a_env_vars.txt
04-22 11:32:02.225 15077 15118 I python  : Changing directory to the one provided by ANDROID_ARGUMENT
04-22 11:32:02.225 15077 15118 I python  : /data/user/0/org.sanelectric.sanelectric/files/app
04-22 11:32:02.225 15077 15118 I python  : Preparing to initialize python
04-22 11:32:02.225 15077 15118 I python  : _python_bundle dir exists
04-22 11:32:02.225 15077 15118 I python  : calculated paths to be...
04-22 11:32:02.225 15077 15118 I python  : /data/user/0/org.sanelectric.sanelectric/files/app/_python_bundle/stdlib.zip:/data/user/0/org.sanelectric.sanelectric/files/app/_python_bundle/modules
04-22 11:32:02.225 15077 15118 I python  : set wchar paths...
04-22 11:32:02.365   765   765 F DEBUG   :     #05 pc 001c7db8  /data/app/org.sanelectric.sanelectric-1/lib/arm/libpython3.7m.so (offset 0x83000)

lotcat | grep 5000

04-22 11:32:02.245 15077 15119 V WebViewLoader: Could not ping localhost:5000
04-22 11:32:02.345 15077 15119 V WebViewLoader: Could not ping localhost:5000
logcat | grep sanelectric (sanelectric name app)

04-22 11:32:01.805  3313  3313 I Timeline: Timeline: Activity_launch_request id:org.sanelectric.sanelectric time:2289956
04-22 11:32:01.805  1870  2750 D GameManagerService: identifyGamePackage. org.sanelectric.sanelectric
04-22 11:32:01.805  1870  2750 D MultiWindowPolicy: Gamemode - return 0,  when calling  identifyForegroundApp(org.sanelectric.sanelectric)
04-22 11:32:01.815  1870  2290 D ISSUE_DEBUG: InputChannelName : 6c2cf50 Starting org.sanelectric.sanelectric
04-22 11:32:01.815  1870  2750 V WindowManager: addAppToken: AppWindowToken{8bd714d token=Token{cdc08e4 ActivityRecord{347477 u0 org.sanelectric.sanelectric/org.kivy.android.PythonActivity t2095}}} to stack=1 task=2095 at 0
04-22 11:32:01.835  1870  1898 I ActivityManager: Start proc 15077:org.sanelectric.sanelectric/u0a241 for activity org.sanelectric.sanelectric/org.kivy.android.PythonActivity
04-22 11:32:01.845 15077 15077 W SELinux : SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=org.sanelectric.sanelectric 
04-22 11:32:01.885  1870  2290 V WindowStateAnimator: Finishing drawing window Window{6c2cf50 u0 d0 Starting org.sanelectric.sanelectric}: mDrawState=DRAW_PENDING
04-22 11:32:01.885  1870  4007 D ActivityManager:  Launching org.sanelectric.sanelectric, updated priority
04-22 11:32:01.895  1870  1870 D GameManagerService: NotifyRunnable. pkg: org.sanelectric.sanelectric, type: 4, isMinimized: false, isTunableApp: false
04-22 11:32:01.905  1870  2128 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{6c2cf50 u0 d0 Starting org.sanelectric.sanelectric}
04-22 11:32:01.905  1870  2123 V MARsPolicyManager: updatePackagesScore PackageInfo name -- org.sanelectric.sanelectric
04-22 11:32:01.985 15077 15077 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython2.7.so"
04-22 11:32:01.985 15077 15077 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython3.5m.so"
04-22 11:32:01.985 15077 15077 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython3.6m.so"
04-22 11:32:02.225 15077 15118 I python  : /data/user/0/org.sanelectric.sanelectric/files/app
04-22 11:32:02.225 15077 15118 I python  : /data/user/0/org.sanelectric.sanelectric/files/app/_python_bundle/stdlib.zip:/data/user/0/org.sanelectric.sanelectric/files/app/_python_bundle/modules
04-22 11:32:02.255  1870  3552 D ISSUE_DEBUG: InputChannelName : f6e417b org.sanelectric.sanelectric/org.kivy.android.PythonActivity
04-22 11:32:02.345   765   765 F DEBUG   : pid: 15077, tid: 15118, name: PythonThread  >>> org.sanelectric.sanelectric <<<
04-22 11:32:02.365   765   765 F DEBUG   :     #05 pc 001c7db8  /data/app/org.sanelectric.sanelectric-1/lib/arm/libpython3.7m.so (offset 0x83000)
04-22 11:32:02.985  1870 15128 W ActivityManager:   Force finishing activity org.sanelectric.sanelectric/org.kivy.android.PythonActivity
04-22 11:32:03.075  1870  5286 I WindowState: WIN DEATH: Window{f6e417b u0 d0 org.sanelectric.sanelectric/org.kivy.android.PythonActivity}
04-22 11:32:03.115  1870  2750 I ActivityManager: Process org.sanelectric.sanelectric (pid 15077)(adj 1) has died(106,1246)
04-22 11:32:03.115  1870  2750 D ActivityManager: isAutoRunBlockedApp:: org.sanelectric.sanelectric, Auto Run ON
04-22 11:32:03.185  1870  2128 D ISSUE_DEBUG: InputChannelName : a05306a Application Error: org.sanelectric.sanelectric
04-22 11:32:03.215  1870  2128 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{a05306a u0 d0 Application Error: org.sanelectric.sanelectric}
04-22 11:32:03.245  1870  2128 V WindowStateAnimator: Finishing drawing window Window{a05306a u0 d0 Application Error: org.sanelectric.sanelectric}: mDrawState=DRAW_PENDING
04-22 11:32:03.255  1870  2128 V WindowStateAnimator: Finishing drawing window Window{a05306a u0 d0 Application Error: org.sanelectric.sanelectric}: mDrawState=HAS_DRAWN
04-22 11:32:03.255  1870  2128 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{a05306a u0 d0 Application Error: org.sanelectric.sanelectric}
logcat | grep PythonThread

04-22 11:32:02.285 15077 15118 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 15118 (PythonThread)
04-22 11:32:02.345   765   765 F DEBUG   : pid: 15077, tid: 15118, name: PythonThread  >>> org.sanelectric.sanelectric <<<
04-22 11:32:02.995  3953  3953 E audit   : type=1701 msg=audit(1555925522.985:304): auid=4294967295 uid=10241 gid=10241 ses=4294967295 subj=u:r:untrusted_app:s0:c512,c768 pid=15118 comm="PythonThread" reason="memory violation" sig=6

Any idea why it does not work?

@inclement
Copy link
Member

I'm not sure what's up, I haven't seen many issues like this. I guess it could be a java api issue of some kind, but I would have expected that to be picked up at compile time.

Could you paste the full logcat from opening the app up to when it crashes? That may give a more complete picture.

@spartero
Copy link
Author

spartero commented Apr 30, 2019

this is the logcat file

logcat

04-30 23:31:01.468  2446  2446 I Timeline: Timeline: Activity_launch_request id:org.sanelectric.sanelectric time:43907984
04-30 23:31:01.468  1696  2780 D GameManagerService: identifyGamePackage. org.sanelectric.sanelectric
04-30 23:31:01.468  1696  2780 D MultiWindowPolicy: Gamemode - return 0,  when calling  identifyForegroundApp(org.sanelectric.sanelectric)
04-30 23:31:01.468  1696  2780 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1958400  uid : 1000  pid : 1696  pkgName : ACTIVITY_RESUME_BOOSTER@10
04-30 23:31:01.468  1696  2780 D ActivityManager: mDVFSHelper.acquire()
04-30 23:31:01.468  1696  2780 D FocusedStackFrame: Set to : 0
04-30 23:31:01.468  1696  2780 V WindowManager: addAppToken: AppWindowToken{564b873 token=Token{7a0fce2 ActivityRecord{270e1ad u0 org.sanelectric.sanelectric/org.kivy.android.PythonActivity t2418}}} to stack=1 task=2418 at 0
04-30 23:31:01.478  1696  2780 D InputDispatcher: Focused application set to: xxxx
04-30 23:31:01.478  1696  2780 D InputDispatcher: Focus left window: 2446
04-30 23:31:01.478  2446  2446 D Launcher.HomeView: onPause
04-30 23:31:01.478  2446  2446 D Launcher: Launcher::setSystemUiTransparency(): getSystemUiVisibility() after setting  = 0
04-30 23:31:01.478  1696  2041 D SecWifiDisplayUtil: Metadata value : none
04-30 23:31:01.478  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{fe6eba9 u0 com.sec.android.intent.action.HOME_PAUSE qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:01.488  1696  2041 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{807c330 V.E...... R.....ID 0,0-0,0}
04-30 23:31:01.488  1696  2041 D ISSUE_DEBUG: InputChannelName : 64868cf Starting org.sanelectric.sanelectric
04-30 23:31:01.488  1696  2041 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1696 uid:1000
04-30 23:31:01.488  1696  2041 D PointerIcon: setMouseCustomIcon IconType is same.101
04-30 23:31:01.488  1696  2041 D PointerIcon: setHoveringSpenIconStyle1 pointerType: 10001 iconType:1 flag:0 pid:1696 uid:1000
04-30 23:31:01.488  1696  2041 D PointerIcon: setHoveringSpenCustomIcon IconType is same.1
04-30 23:31:01.488 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.intent.action.HOME_PAUSE
04-30 23:31:01.488   719   719 I SurfaceFlinger: id=1364 createSurf (1440x2560),1 flag=404, tanelectric
04-30 23:31:01.498  1696  2041 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
04-30 23:31:01.498  5846  5846 E Zygote  : v2
04-30 23:31:01.498  5846  5846 W SELinux : Function: selinux_compare_spd_ram, index[1], priority [2], priority version is VE=SEPF_SECMOBILE_6.0.1_0035
04-30 23:31:01.498  5846  5846 E Zygote  : accessInfo : 0
04-30 23:31:01.498  5846  5846 W SELinux : SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=org.sanelectric.sanelectric 
04-30 23:31:01.498  5846  5846 I art     : Late-enabling -Xcheck:jni
04-30 23:31:01.498  5846  5846 I libpersona: KNOX_SDCARD checking this for 10232
04-30 23:31:01.498  5846  5846 I libpersona: KNOX_SDCARD not a persona
04-30 23:31:01.498  1696  1718 I ActivityManager: Start proc 5846:org.sanelectric.sanelectric/u0a232 for activity org.sanelectric.sanelectric/org.kivy.android.PythonActivity
04-30 23:31:01.498  1696  2643 D NetworkPolicy: isUidForegroundLocked: 10232, mScreenOn: true, uidstate: -1, mProxSensorScreenOff: false
04-30 23:31:01.498  1696  2643 D NetworkPolicy: isUidForegroundLocked: 10232, mScreenOn: true, uidstate: 16, mProxSensorScreenOff: false
04-30 23:31:01.518  1696  2041 V WindowStateAnimator: Finishing drawing window Window{64868cf u0 d0 Starting org.sanelectric.sanelectric}: mDrawState=DRAW_PENDING
04-30 23:31:01.528  5846  5846 D TimaKeyStoreProvider: TimaSignature is unavailable
04-30 23:31:01.528  5846  5846 D ActivityThread: Added TimaKeyStore provider
04-30 23:31:01.538   719   719 D libEGL  : eglInitialize EGLDisplay = 0xbe9d534c
04-30 23:31:01.538  1696  6562 V WindowOrientationListener: setCurrentAppOrientation :4
04-30 23:31:01.538  1696  6562 V WindowOrientationListener: OrientationSensorJudge.getProposedRotation, Rotation: -1
04-30 23:31:01.538  1696  6562 V WindowManager: rotationForOrientationLw(orient=4, last=0); user=0  sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
04-30 23:31:01.538  1696  6562 V WindowOrientationListener: OrientationSensorJudge.getProposedRotation, Rotation: -1
04-30 23:31:01.538  1696  6562 D ActivityManager:  Launching org.sanelectric.sanelectric, updated priority
04-30 23:31:01.538  1696  1696 D GameManagerService: NotifyRunnable. pkg: org.sanelectric.sanelectric, type: 4, isMinimized: false, isTunableApp: false
04-30 23:31:01.538  1696  1696 D GameManagerService: unexpected mPrevNotiType: -1
04-30 23:31:01.548  1696  1926 V MARsPolicyManager: updatePackagesScore PackageInfo name -- org.sanelectric.sanelectric
04-30 23:31:01.548  1696  1928 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{64868cf u0 d0 Starting org.sanelectric.sanelectric}
04-30 23:31:01.548  1696  2643 D NetworkPolicy: isUidForegroundLocked: 10232, mScreenOn: true, uidstate: 2, mProxSensorScreenOff: false
04-30 23:31:01.558  2702  2702 D PhoneStatusBar: setSystemUiVisibility vis=0 mask=ffffffff oldVal=40008500 newVal=0 diff=40008500
04-30 23:31:01.568   719 12814 D libEGL  : eglTerminate EGLDisplay = 0xb099664c
04-30 23:31:01.568   719 12814 D libEGL  : eglTerminate EGLDisplay = 0xb099664c
04-30 23:31:01.568  2702  2702 D BatteryMeterView: onDraw batteryColor : -1107296257
04-30 23:31:01.568  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.588  5846  5846 V PythonActivity: My oncreate running
04-30 23:31:01.588  5846  5846 V PythonActivity: Ready to unpack
04-30 23:31:01.588  5846  5846 V PythonActivity: UNPACKING!!! private app
04-30 23:31:01.588  5846  5846 V SDL     : asked to get string private_version
04-30 23:31:01.588  5846  5846 V SDL     : getting identifier
04-30 23:31:01.588  5846  5846 V SDL     : kind is string and name private_version
04-30 23:31:01.588  5846  5846 V SDL     : result is 2130903041
04-30 23:31:01.588  5846  5846 V PythonActivity: Data version is 1556658582.13
04-30 23:31:01.588  5846  5846 V PythonActivity: About to do super onCreate
04-30 23:31:01.588  5846  5846 V PythonActivity: Did super onCreate
04-30 23:31:01.588  5846  5846 V Python  : Device: trlte
04-30 23:31:01.588  5846  5846 V Python  : Model: SM-N910F
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrystax\.so against libpython3.7m.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrystax\.so against libsqlite3.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrystax\.so against libssl1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrystax\.so against libmain.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrystax\.so against libcrypto1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrystax\.so against libffi.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libsqlite3\.so against libpython3.7m.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libsqlite3\.so against libsqlite3.so
04-30 23:31:01.588  5846  5846 V pythonutil: Pattern libsqlite3\.so matched file libsqlite3.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libsqlite3\.so against libssl1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libsqlite3\.so against libmain.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libsqlite3\.so against libcrypto1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libsqlite3\.so against libffi.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libffi\.so against libpython3.7m.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libffi\.so against libsqlite3.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libffi\.so against libssl1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libffi\.so against libmain.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libffi\.so against libcrypto1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libffi\.so against libffi.so
04-30 23:31:01.588  5846  5846 V pythonutil: Pattern libffi\.so matched file libffi.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libssl.*\.so against libpython3.7m.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libssl.*\.so against libsqlite3.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libssl.*\.so against libssl1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Pattern libssl.*\.so matched file libssl1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libssl.*\.so against libmain.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libssl.*\.so against libcrypto1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libssl.*\.so against libffi.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrypto.*\.so against libpython3.7m.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrypto.*\.so against libsqlite3.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrypto.*\.so against libssl1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrypto.*\.so against libmain.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrypto.*\.so against libcrypto1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Pattern libcrypto.*\.so matched file libcrypto1.1.so
04-30 23:31:01.588  5846  5846 V pythonutil: Checking pattern libcrypto.*\.so against libffi.so
04-30 23:31:01.588  5846  5846 V pythonutil: Loading library: sqlite3
04-30 23:31:01.588  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.598  5846  5846 V pythonutil: Loading library: ffi
04-30 23:31:01.598  5846  5846 V pythonutil: Loading library: ssl1.1
04-30 23:31:01.598  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.608  5846  5846 V pythonutil: Loading library: crypto1.1
04-30 23:31:01.608  5846  5846 V pythonutil: Loading library: python2.7
04-30 23:31:01.608  5846  5846 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython2.7.so"
04-30 23:31:01.608  5846  5846 V pythonutil: Loading library: python3.5m
04-30 23:31:01.608  5846  5846 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython3.5m.so"
04-30 23:31:01.608  5846  5846 V pythonutil: Loading library: python3.6m
04-30 23:31:01.608  5846  5846 V pythonutil: Library loading error: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sanelectric.sanelectric-1/base.apk"],nativeLibraryDirectories=[/data/app/org.sanelectric.sanelectric-1/lib/arm, /data/app/org.sanelectric.sanelectric-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libpython3.6m.so"
04-30 23:31:01.608  5846  5846 V pythonutil: Loading library: python3.7m
04-30 23:31:01.618  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.628  5846  5846 V pythonutil: Loading library: main
04-30 23:31:01.628  5846  5846 I Python_android: JNI_OnLoad called
04-30 23:31:01.628  5846  5846 V pythonutil: Loaded everything!
04-30 23:31:01.628  5846  5846 I WebViewFactory: Loading com.google.android.webview version 73.0.3683.90 (code 368309000)
04-30 23:31:01.628  1696  5904 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "SPTR2", roaming: false, failover: false, isAvailable: true]
04-30 23:31:01.638  2702  2702 D StatusBar.NetworkController: onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 19 -108 -8 134 -1 2147483647 0x1000 gsm|lte level=1
04-30 23:31:01.638  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 19 -108 -8 134 -1 2147483647 0x1000 gsm|lte
04-30 23:31:01.638  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: iconLevel=1
04-30 23:31:01.638  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_1 mContentDescriptionPhoneSignal = Una barra de cobertura de teléfono
04-30 23:31:01.638  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.658  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.668  5846  5846 I cr_LibraryLoader: Time to load native libraries: 1 ms (timestamps 8182-8183)
04-30 23:31:01.668  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.688  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.708  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.718  5846  5846 W chromium: [0430/233101.725651:WARNING:library_prefetcher.cc(328)] Code not ordered, madvise optimization skipped
04-30 23:31:01.718  5846  5846 I chromium: [INFO:library_loader_hooks.cc(50)] Chromium logging enabled: level = 0, default verbosity = 0
04-30 23:31:01.718  5846  5846 I cr_LibraryLoader: Expected native library version number "73.0.3683.90", actual native library version number "73.0.3683.90"
04-30 23:31:01.718  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.738  2702  2702 D StatusBar.NetworkController: refreshViews connected={ wifi } level=1 combinedSignalIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mobileLabel=vodafone ES wifiLabel="SPTR2" emergencyOnly=false combinedLabel="SPTR2" mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId=0x7f0201b6/com.android.systemui:drawable/ic_qs_signal_1 mDataDirectionIconId=0x0/(null) mDataSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataTypeIconId=0x7f0204a2/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mQSWifiIconId=0x7f0203ab/com.android.systemui:drawable/qs_tile_wifi_signal_3 mWifiActivityIconId=0x7f0206a4/com.android.systemui:drawable/stat_sys_signal_inout mBluetoothTetherIconId=0x7f0206cd/com.android.systemui:drawable/stat_sys_tether_bluetooth
04-30 23:31:01.738  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:01.738  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:01.738  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:01.738  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:01.738  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.758  5846  5846 I cr_BrowserStartup: Initializing chromium process, singleProcess=true
04-30 23:31:01.758  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.768  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.788  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.808  1696  2041 D WindowAnimator: Skip setting animation background if there is an exiting window only.
04-30 23:31:01.828   719  5049 I SurfaceFlinger: id=1363 Removed Mauncher (3/8)
04-30 23:31:01.828   719   826 I SurfaceFlinger: id=1363 Removed Mauncher (-2/8)
04-30 23:31:01.838   719   719 D libEGL  : eglTerminate EGLDisplay = 0xbe9d53ac
04-30 23:31:01.928  5846  5846 D SecWifiDisplayUtil: Metadata value : none
04-30 23:31:01.938  1696  2638 D ActivityManager: The following uid has registered to recieve broadcast for proxy related updates 10232
04-30 23:31:01.938  1696  2638 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:845 com.android.server.am.ActivityManagerService.requestKnoxVpnToSendProxyBroadcast:29687 com.android.server.am.ActivityManagerService.registerReceiver:22618 android.app.ActivityManagerNative.onTransact:431 com.android.server.am.ActivityManagerService.onTransact:3986 
04-30 23:31:02.058  5846  5846 V PythonActivity: Setting env vars for start.c and Python to use
04-30 23:31:02.058  5846  5846 V PythonActivity: Access to our meta-data...
04-30 23:31:02.058  5846  5885 I python  : Initializing Python for Android
04-30 23:31:02.058  5846  5885 I python  : Setting additional env vars from p4a_env_vars.txt
04-30 23:31:02.058   767  2502 D EnterpriseController: netId is 0
04-30 23:31:02.058   767  2502 D Netd    : getNetworkForDns: using netid 522 for uid 10232
04-30 23:31:02.058  5846  5886 V WebViewLoader: Could not ping localhost:5000
04-30 23:31:02.098  5846  5883 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
04-30 23:31:02.098  5846  5883 I Adreno  : QUALCOMM build                   : d842ad3, Ia10634f51b
04-30 23:31:02.098  5846  5883 I Adreno  : Build Date                       : 01/04/16
04-30 23:31:02.098  5846  5883 I Adreno  : OpenGL ES Shader Compiler Version: XE031.06.00.05
04-30 23:31:02.098  5846  5883 I Adreno  : Local Branch                     : mybranch17578993
04-30 23:31:02.098  5846  5883 I Adreno  : Remote Branch                    : quic/LA.BF.2.1.2_rb1.7
04-30 23:31:02.098  5846  5883 I Adreno  : Remote Branch                    : NONE
04-30 23:31:02.098  5846  5883 I Adreno  : Reconstruct Branch               : NOTHING
04-30 23:31:02.098  5846  5883 D libEGL  : eglInitialize EGLDisplay = 0x9dd804f4
04-30 23:31:02.108  5846  5885 I python  : Changing directory to the one provided by ANDROID_ARGUMENT
04-30 23:31:02.108  5846  5885 I python  : /data/user/0/org.sanelectric.sanelectric/files/app
04-30 23:31:02.118  5846  5885 I python  : Preparing to initialize python
04-30 23:31:02.118  5846  5885 I python  : _python_bundle dir exists
04-30 23:31:02.118  5846  5885 I python  : calculated paths to be...
04-30 23:31:02.118  5846  5885 I python  : /data/user/0/org.sanelectric.sanelectric/files/app/_python_bundle/stdlib.zip:/data/user/0/org.sanelectric.sanelectric/files/app/_python_bundle/modules
04-30 23:31:02.118  5846  5885 I python  : set wchar paths...
04-30 23:31:02.128  1696  5904 D SSRM:n  : SIOP:: AP = 290, PST = 262 (W:24), CUR = 132, LCD = 73
04-30 23:31:02.158  5846  5886 V WebViewLoader: Could not ping localhost:5000
04-30 23:31:02.178  5846  5883 W AudioCapabilities: Unsupported mime audio/mpeg-L1
04-30 23:31:02.178  5846  5883 W AudioCapabilities: Unsupported mime audio/mpeg-L2
04-30 23:31:02.178  5846  5883 W AudioCapabilities: Unsupported mime audio/x-ms-wma
04-30 23:31:02.178  5846  5883 W AudioCapabilities: Unsupported mime audio/x-ima
04-30 23:31:02.178  5846  5883 W AudioCapabilities: Unsupported mime audio/evrc
04-30 23:31:02.188  5846  5883 W AudioCapabilities: Unsupported mime audio/qcelp
04-30 23:31:02.188  5846  5883 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
04-30 23:31:02.188  5846  5883 W AudioCapabilities: Unsupported mime audio/amr-wb-plus
04-30 23:31:02.188  5846  5883 W AudioCapabilities: Unsupported mime audio/qcelp
04-30 23:31:02.188  5846  5883 W AudioCapabilities: Unsupported mime audio/evrc
04-30 23:31:02.198  5846  5885 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 5885 (PythonThread)
04-30 23:31:02.198  5846  5883 W VideoCapabilities: Unsupported mime video/wvc1
04-30 23:31:02.198  5846  5883 W VideoCapabilities: Unsupported mime video/x-ms-wmv
04-30 23:31:02.208  5846  5873 W cr_media: Requires BLUETOOTH permission
04-30 23:31:02.208  5846  5846 D SecWifiDisplayUtil: Metadata value : none
04-30 23:31:02.218  5846  5846 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{af0d7ed I.E...... R.....ID 0,0-0,0}
04-30 23:31:02.218  5846  5896 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
04-30 23:31:02.218  5846  5883 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
04-30 23:31:02.218  1696  3433 D ISSUE_DEBUG: InputChannelName : 12eca51 org.sanelectric.sanelectric/org.kivy.android.PythonActivity
04-30 23:31:02.218  1696  1719 D ActivityManager: post active user change for 0 fullscreen true isFloatingActivity() false isHomeActivity() false
04-30 23:31:02.218  1696  1719 D KnoxTimeoutHandler: postActiveUserChange [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:02.218  5846  5883 W VideoCapabilities: Unsupported mime video/wvc1
04-30 23:31:02.218  1696  1696 D KnoxTimeoutHandler: handleActiveUserChange [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:02.228  5846  5883 W VideoCapabilities: Unsupported mime video/x-ms-wmv
04-30 23:31:02.228  5846  5883 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
04-30 23:31:02.228  1696  1696 I KnoxTimeoutHandler: Shared devices show user statefalse
04-30 23:31:02.228  5846  5883 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
04-30 23:31:02.228  5846  5883 W VideoCapabilities: Unsupported mime video/mp43
04-30 23:31:02.248   719   719 I SurfaceFlinger: id=1365 createSurf (1x1),1 flag=404, QythonActiv
04-30 23:31:02.248  5846  5883 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
04-30 23:31:02.258   768   768 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-30 23:31:02.258   768   768 F DEBUG   : Build fingerprint: 'samsung/trltexx/trlte:6.0.1/MMB29M/N910FXXU1DQL2:user/release-keys'
04-30 23:31:02.258   768   768 F DEBUG   : Revision: '0'
04-30 23:31:02.258   768   768 F DEBUG   : ABI: 'arm'
04-30 23:31:02.258   768   768 F DEBUG   : pid: 5846, tid: 5885, name: PythonThread  >>> org.sanelectric.sanelectric <<<
04-30 23:31:02.258   768   768 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
04-30 23:31:02.258  1696  2780 D InputDispatcher: Focus entered window: 5846
04-30 23:31:02.258  1696  2041 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1696 uid:1000
04-30 23:31:02.258  1696  2041 D PointerIcon: setMouseCustomIcon IconType is same.101
04-30 23:31:02.258  1696  2041 D PointerIcon: setHoveringSpenIconStyle1 pointerType: 10001 iconType:1 flag:0 pid:1696 uid:1000
04-30 23:31:02.258  1696  2041 D PointerIcon: setHoveringSpenCustomIcon IconType is same.1
04-30 23:31:02.278   768   768 F DEBUG   :     r0 00000000  r1 000016fd  r2 00000006  r3 9da7f978
04-30 23:31:02.278   768   768 F DEBUG   :     r4 9da7f980  r5 9da7f930  r6 00000000  r7 0000010c
04-30 23:31:02.278   768   768 F DEBUG   :     r8 00000002  r9 9d5bef8a  sl 9da7f148  fp 9da7ee78
04-30 23:31:02.278   768   768 F DEBUG   :     ip 00000006  sp 9da7ee00  lr b6cc1c11  pc b6cc4000  cpsr 400f0010
04-30 23:31:02.278   768   768 F DEBUG   : 
04-30 23:31:02.278   768   768 F DEBUG   : backtrace:
04-30 23:31:02.278   768   768 F DEBUG   :     #00 pc 00042000  /system/lib/libc.so (tgkill+12)
04-30 23:31:02.278   768   768 F DEBUG   :     #01 pc 0003fc0d  /system/lib/libc.so (pthread_kill+32)
04-30 23:31:02.278   768   768 F DEBUG   :     #02 pc 0001c397  /system/lib/libc.so (raise+10)
04-30 23:31:02.278   768   768 F DEBUG   :     #03 pc 00019615  /system/lib/libc.so (__libc_android_abort+34)
04-30 23:31:02.278   768   768 F DEBUG   :     #04 pc 00017568  /system/lib/libc.so (abort+4)
04-30 23:31:02.278   768   768 F DEBUG   :     #05 pc 001c7db8  /data/app/org.sanelectric.sanelectric-1/lib/arm/libpython3.7m.so (offset 0x83000)
04-30 23:31:02.468  1696  4043 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 2649600  uid : 1000  pid : 1696  tag : LAUNCHER_APP_BOOSTER_CPU@6
04-30 23:31:02.468  1696  3991 D CustomFrequencyManagerService: FrequencyrequestList.getNextMaxCPUCoreRequest, index: 3
04-30 23:31:02.498  7829  7829 V TaskManager:TaskManagerRemoteService: case SEND_BROADCAST_ACTIVE_APPS
04-30 23:31:02.498  2940  2940 D Recents : onTaskStackChanged
04-30 23:31:02.508  7829  7829 I TaskManager:PackageInfo: getRunningAppPackageList()
04-30 23:31:02.518  7829  7829 I TaskManager:PackageInfo: getRunningAppProcesses() - proc:org.sanelectric.sanelectric, pkg:org.sanelectric.sanelectric, uid:10232, pid:5846
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.systemui
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.incallui
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.settings
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.downloads
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.bluetoothtest
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.atfwd
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.sdk.samsunglink
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.location
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.daemonapp
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.google.android.gms
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.musiccontroller
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.taskmanager
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.SmartClipService
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.widgetapp.ap.hero.accuweather
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.dsi.ant.server
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.app.pinboard
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.bluetooth
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.sec.android.application.csc
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.spp.push
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.scloud
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.MtpApplication
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.fmm
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.server.telecom
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.imsservice
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.stk
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:android
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.media
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.providers.context
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.oasisfeng.greenify
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.beaconmanager
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.phone
04-30 23:31:02.528  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.qti.services.secureui
04-30 23:31:02.528  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:org.sanelectric.sanelectric usage:0.0
04-30 23:31:02.528  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.sec.android.app.myfiles usage:0.26064292
04-30 23:31:02.528  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.android.chrome usage:3.127715
04-30 23:31:02.528  7829  7829 V TaskManager:TaskManagerRemoteService: PrevCount : 2 , RunningCount : 3
04-30 23:31:02.528  7829  7829 V TaskManager:TaskManagerRemoteService: Sending new running_count : 3
04-30 23:31:02.528  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{cc4ba8d u0 com.sec.android.app.controlpanel.service.RUNNING_COUNT qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:02.538 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.RUNNING_COUNT
04-30 23:31:02.828  2702  2702 D StatusBar.NetworkController: onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 122 -1 2147483647 0x1000 gsm|lte level=1
04-30 23:31:02.828  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 122 -1 2147483647 0x1000 gsm|lte
04-30 23:31:02.828  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: iconLevel=1
04-30 23:31:02.828  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_1 mContentDescriptionPhoneSignal = Una barra de cobertura de teléfono
04-30 23:31:02.868   768   768 F DEBUG   : 
04-30 23:31:02.868   768   768 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_05
04-30 23:31:02.868   768   768 E DEBUG   : AM write failed: Broken pipe
04-30 23:31:02.868   768   768 E         : ro.product_ship = true
04-30 23:31:02.868   768   768 E         : ro.debug_level = 0x4f4c
04-30 23:31:02.868   768   768 E         : sys.mobilecare.preload = false
04-30 23:31:02.868  1696  2021 I BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
04-30 23:31:02.878  3853  3853 E audit   : type=1701 msg=audit(1556659862.878:1746): auid=4294967295 uid=10232 gid=10232 ses=4294967295 subj=u:r:untrusted_app:s0:c512,c768 pid=5885 comm="PythonThread" reason="memory violation" sig=6
04-30 23:31:02.878  1696  5899 D InputDispatcher: Focused application set to: xxxx
04-30 23:31:02.878  1696  5899 W ActivityManager:   Force finishing activity org.sanelectric.sanelectric/org.kivy.android.PythonActivity
04-30 23:31:02.878  1696  5899 D FocusedStackFrame: Set to : 0
04-30 23:31:02.888  1696  5899 D InputDispatcher: Focus left window: 5846
04-30 23:31:02.888  1696  2041 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1696 uid:1000
04-30 23:31:02.888  1696  2041 D PointerIcon: setMouseCustomIcon IconType is same.101
04-30 23:31:02.888  1696  2041 D PointerIcon: setHoveringSpenIconStyle1 pointerType: 10001 iconType:1 flag:0 pid:1696 uid:1000
04-30 23:31:02.888  1696  2041 D PointerIcon: setHoveringSpenCustomIcon IconType is same.1
04-30 23:31:02.928  2702  2702 D StatusBar.NetworkController: refreshViews connected={ wifi } level=1 combinedSignalIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mobileLabel=vodafone ES wifiLabel="SPTR2" emergencyOnly=false combinedLabel="SPTR2" mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId=0x7f0201b6/com.android.systemui:drawable/ic_qs_signal_1 mDataDirectionIconId=0x0/(null) mDataSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataTypeIconId=0x7f0204a2/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mQSWifiIconId=0x7f0203ab/com.android.systemui:drawable/qs_tile_wifi_signal_3 mWifiActivityIconId=0x7f0206a4/com.android.systemui:drawable/stat_sys_signal_inout mBluetoothTetherIconId=0x7f0206cd/com.android.systemui:drawable/stat_sys_tether_bluetooth
04-30 23:31:02.928  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:02.928  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:02.928  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:02.928  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:02.958  1696  1719 D GraphicsStats: Buffer count: 10
04-30 23:31:02.958   719  5049 I SurfaceFlinger: id=1365 Removed QythonActiv (4/8)
04-30 23:31:02.958   719   826 I SurfaceFlinger: id=1365 Removed QythonActiv (-2/8)
04-30 23:31:02.958   719   831 I SurfaceFlinger: id=1365 Removed QythonActiv (-2/8)
04-30 23:31:02.958   876   876 I Zygote  : Process 5846 exited due to signal (6)
04-30 23:31:02.958  1696  2041 D ViewRootImpl: #3 mView = null
04-30 23:31:02.958   719 12814 I SurfaceFlinger: id=1364 Removed tanelectric (4/7)
04-30 23:31:02.958   719  5049 I SurfaceFlinger: id=1364 Removed tanelectric (-2/7)
04-30 23:31:02.958  1696  6562 I WindowState: WIN DEATH: Window{12eca51 u0 d0 org.sanelectric.sanelectric/org.kivy.android.PythonActivity}
04-30 23:31:02.978   719   719 D libEGL  : eglTerminate EGLDisplay = 0xbe9d53ac
04-30 23:31:02.998   717   717 E lowmemorykiller: Error opening /proc/5846/oom_score_adj; errno=2
04-30 23:31:02.998  1696  5899 W ActivityManager: Exception thrown during pause
04-30 23:31:02.998  1696  5899 W ActivityManager: android.os.DeadObjectException
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at android.os.BinderProxy.transactNative(Native Method)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at android.os.BinderProxy.transact(Binder.java:503)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:968)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:1371)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:4824)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:4514)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:5051)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:17528)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:17400)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:18177)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:17677)
04-30 23:31:02.998  1696  5899 W ActivityManager: 	at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
04-30 23:31:02.998  1696  5899 V WindowOrientationListener: setCurrentAppOrientation :1
04-30 23:31:02.998  1696  5899 V WindowOrientationListener: OrientationSensorJudge.getProposedRotation, Rotation: -1
04-30 23:31:02.998  1696  5899 V WindowManager: rotationForOrientationLw(orient=1, last=0); user=0  sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
04-30 23:31:02.998  1696  5899 V WindowOrientationListener: OrientationSensorJudge.getProposedRotation, Rotation: -1
04-30 23:31:02.998  1696  1926 V MARsPolicyManager: updatePackagesScore PackageInfo name -- com.sec.android.app.launcher
04-30 23:31:03.008   719   719 I SurfaceFlinger: id=1366 createSurf (1440x2560),1 flag=4, Mauncher
04-30 23:31:03.008  1696  2780 I ActivityManager: Process org.sanelectric.sanelectric (pid 5846)(adj 1) has died(84,925)
04-30 23:31:03.008  1696  2780 D ActivityManager: cleanUpApplicationRecord -- 5846
04-30 23:31:03.008  1696  2780 D ActivityManager: isAutoRunBlockedApp:: org.sanelectric.sanelectric, Auto Run ON
04-30 23:31:03.018  1696  4043 D InputDispatcher: Focus entered window: 2446
04-30 23:31:03.018  1696  2041 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1696 uid:1000
04-30 23:31:03.018  1696  2041 D PointerIcon: setMouseCustomIcon IconType is same.101
04-30 23:31:03.018  1696  2041 D PointerIcon: setHoveringSpenIconStyle1 pointerType: 10001 iconType:1 flag:0 pid:1696 uid:1000
04-30 23:31:03.018  1696  2041 D PointerIcon: setHoveringSpenCustomIcon IconType is same.1
04-30 23:31:03.028  2446  2446 I VerificationLog: onResume
04-30 23:31:03.028  2446  2446 D Launcher: onResume, Launcher: 56808659
04-30 23:31:03.028  1696  4033 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
04-30 23:31:03.028  1696  4033 D SettingsProvider: isChangeAllowed() SettingsProvider : name = kids_home_mode
04-30 23:31:03.028  1696  4033 D SettingsProvider: edmUri: content://com.sec.knox.provider/RestrictionPolicy3
04-30 23:31:03.028  1696  4033 D SettingsProvider: projectionArgs: isSettingsChangesAllowed
04-30 23:31:03.028  1696  4033 D SettingsProvider: selectionArgs: false
04-30 23:31:03.028  1696  4033 D SettingsProvider: selectionArgs: 10021
04-30 23:31:03.028  1696  4033 D SettingsProvider: ret = -1
04-30 23:31:03.038  2446  2446 D Launcher.HomeView: onResume
04-30 23:31:03.038  2446  2446 D Launcher: Launcher::setSystemUiTransparency(): getSystemUiVisibility() after setting  = 0
04-30 23:31:03.038  1696  1928 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{58e6d4a V.E...... R.....I. 0,0-0,0}
04-30 23:31:03.038  1696  1928 D ISSUE_DEBUG: InputChannelName : 5d96dd8 Application Error: org.sanelectric.sanelectric
04-30 23:31:03.038  1696  1928 D InputDispatcher: Focus left window: 2446
04-30 23:31:03.038  1696  1928 D InputDispatcher: Focus entered window: 1696
04-30 23:31:03.038  1696  2041 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1696 uid:1000
04-30 23:31:03.038  1696  2041 D PointerIcon: setMouseCustomIcon IconType is same.101
04-30 23:31:03.038  1696  2041 D PointerIcon: setHoveringSpenIconStyle1 pointerType: 10001 iconType:1 flag:0 pid:1696 uid:1000
04-30 23:31:03.038  1696  2041 D PointerIcon: setHoveringSpenCustomIcon IconType is same.1
04-30 23:31:03.038  1696  1928 V MARsPolicyManager: handelAlertToastWindowStarted pkgName = android
04-30 23:31:03.038  1696  1696 D GameManagerService: NotifyRunnable. pkg: com.sec.android.app.launcher, type: 4, isMinimized: false, isTunableApp: false
04-30 23:31:03.038  1696  1696 D GameManagerService: unexpected mPrevNotiType: -1
04-30 23:31:03.048  2446  2446 D MenuAppsGridFragment: onResume
04-30 23:31:03.048  1696  2989 D ActivityManager: post active user change for 0 fullscreen true isFloatingActivity() false isHomeActivity() true
04-30 23:31:03.048  1696  2989 I WallpaperManagerService: switchPersonaWallpaper is called for personaId-0
04-30 23:31:03.048  1696  2989 D KnoxTimeoutHandler: post home show event for user 0
04-30 23:31:03.048  1696  2989 D KnoxTimeoutHandler: postActiveUserChange [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:03.048  1696  1696 D WallpaperManagerService:  force update = false; persona id = 0; current user =0; current persona = 0
04-30 23:31:03.048  1696  1696 D KnoxTimeoutHandler: handleHomeShow for 0 and current 0
04-30 23:31:03.048  1696  1696 D KnoxTimeoutHandler: handleActiveUserChange [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:03.048  2446  2446 D Launcher: Launcher::setSystemUiTransparency(): getSystemUiVisibility() after setting  = 0
04-30 23:31:03.048  1696  1696 I KnoxTimeoutHandler: Shared devices show user statefalse
04-30 23:31:03.048  2702  2702 D PhoneStatusBar: setSystemUiVisibility vis=500 mask=ffffffff oldVal=0 newVal=500 diff=500
04-30 23:31:03.048  1696  6562 D InputMethodManagerService: windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false
04-30 23:31:03.048  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{a1bc531 u0 android.intent.action.DROPBOX_ENTRY_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{318a107 4735:com.samsung.android.sm/1000}
04-30 23:31:03.048  1696  2643 D NetworkPolicy: isUidForegroundLocked: 10232, mScreenOn: true, uidstate: 16, mProxSensorScreenOff: false
04-30 23:31:03.048  1696  1928 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{c794d04 u0 d0 com.sec.android.app.launcher/com.android.launcher2.Launcher}
04-30 23:31:03.048  1696  6562 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@8ce1416 attribute=null, token = android.os.BinderProxy@1e9b517
04-30 23:31:03.048  1696  6562 D InputMethodManagerService: [HARDWARE_KEYBOARD] (refreshImeWindowVis) mImeWindowVis= 0 inputVisible = falsehaveHardKeyboard = false hardKeyShown = false
04-30 23:31:03.058   719   719 I SurfaceFlinger: id=1367 createSurf (193x193),1 flag=4, tanelectric
04-30 23:31:03.058  4735  4735 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1305 android.content.ContextWrapper.startService:606 android.content.ContextWrapper.startService:606 com.samsung.android.sm.common.SmartManagerReceiver.b:262 com.samsung.android.sm.common.SmartManagerReceiver.onReceive:110 
04-30 23:31:03.058  1696  2780 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{a1bc531 u0 android.intent.action.DROPBOX_ENTRY_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{60fa5a4 6654:com.google.android.gms/u0a27}
04-30 23:31:03.068  1696  2686 D libEGL  : eglInitialize EGLDisplay = 0x955537c4
04-30 23:31:03.068  1696  2686 I OpenGLRenderer: Initialized EGL, version 1.4
04-30 23:31:03.078   719   719 D libEGL  : eglInitialize EGLDisplay = 0xbe9d534c
04-30 23:31:03.078  1696  3433 V WindowStateAnimator: Finishing drawing window Window{c794d04 u0 d0 com.sec.android.app.launcher/com.android.launcher2.Launcher}: mDrawState=DRAW_PENDING
04-30 23:31:03.078  3241  3241 D WallpaperService: updateSurface
04-30 23:31:03.078  2446  2446 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@bebb76a time:43909597
04-30 23:31:03.078  1696  2780 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{a1bc531 u0 android.intent.action.DROPBOX_ENTRY_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5f943b5 6627:com.google.android.gms.persistent/u0a27}
04-30 23:31:03.098  2702  2702 D PhoneStatusBar: setSystemUiVisibility vis=0 mask=ffffffff oldVal=500 newVal=0 diff=500
04-30 23:31:03.098  1696  2041 D KnoxTimeoutHandler: notifyActivityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:03.098  1696  1696 D KnoxTimeoutHandler: activityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:03.098  1696  2041 I ActivityManager: Displayed com.sec.android.app.launcher/com.android.launcher2.Launcher: +104ms
04-30 23:31:03.098  1696  1696 I KnoxTimeoutHandler: SD activityfalse
04-30 23:31:03.098  1696  1928 W DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
04-30 23:31:03.098  1696  1928 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{5d96dd8 u0 d0 Application Error: org.sanelectric.sanelectric}
04-30 23:31:03.108  1696  2780 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{eb9b325 u0 android.intent.action.DROPBOX_ENTRY_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{318a107 4735:com.samsung.android.sm/1000}
04-30 23:31:03.118  1696  1928 V WindowStateAnimator: Finishing drawing window Window{5d96dd8 u0 d0 Application Error: org.sanelectric.sanelectric}: mDrawState=DRAW_PENDING
04-30 23:31:03.118  1696  1928 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
04-30 23:31:03.118  2702  2702 D PhoneStatusBar: setSystemUiVisibility vis=40008000 mask=ffffffff oldVal=0 newVal=40008000 diff=40008000
04-30 23:31:03.118  1696  1928 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{5d96dd8 u0 d0 Application Error: org.sanelectric.sanelectric}
04-30 23:31:03.128  1696  1928 V WindowStateAnimator: Finishing drawing window Window{5d96dd8 u0 d0 Application Error: org.sanelectric.sanelectric}: mDrawState=HAS_DRAWN
04-30 23:31:03.128   719   719 D libEGL  : eglInitialize EGLDisplay = 0xbe9d534c
04-30 23:31:03.128  1696  1719 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{eb9b325 u0 android.intent.action.DROPBOX_ENTRY_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{60fa5a4 6654:com.google.android.gms/u0a27}
04-30 23:31:03.128  2702  2702 D BatteryMeterView: onDraw batteryColor : -1107296257
04-30 23:31:03.148   719   719 D libEGL  : eglInitialize EGLDisplay = 0xbe9d534c
04-30 23:31:03.148  1696  2989 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{eb9b325 u0 android.intent.action.DROPBOX_ENTRY_ADDED qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5f943b5 6627:com.google.android.gms.persistent/u0a27}
04-30 23:31:03.158  5906  5906 E TZ_CCM_SERVER: Only 'CCM' are supported
04-30 23:31:03.158  5906  5906 I TZ_CCM_SERVER: ###Exit TZ CCM Server
04-30 23:31:03.158  1696  3973 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{36bee87 u0 com.sec.android.intent.action.HOME_RESUME qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{a0c612b 3337:com.android.phone/1001}
04-30 23:31:03.178  1696  3973 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{36bee87 u0 com.sec.android.intent.action.HOME_RESUME qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{deb5331 9439:com.android.settings/1000}
04-30 23:31:03.178  1696  3973 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.sec.android.intent.action.HOME_RESUME flg=0x10 } from com.sec.android.app.launcher (pid=2446, uid=10021) is not exported from uid 1000 due to receiver com.android.settings/.accessibilitywidget.AccessibilityEasyWidgetProviderAssistiveLight
04-30 23:31:03.188  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{36bee87 u0 com.sec.android.intent.action.HOME_RESUME qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{438a883 5815:com.sec.android.app.camera/u0a52}
04-30 23:31:03.198  8742  8742 D Mms/UIEventReceiver: ui event
04-30 23:31:03.198  1696  2993 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{36bee87 u0 com.sec.android.intent.action.HOME_RESUME qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{297816d 8742:com.android.mms/u0a56}
04-30 23:31:03.208  1696  2993 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{36bee87 u0 com.sec.android.intent.action.HOME_RESUME qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{5f02b39 6286:com.android.contacts/u0a6}
04-30 23:31:03.218  1696  4033 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{36bee87 u0 com.sec.android.intent.action.HOME_RESUME qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:03.228 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.intent.action.HOME_RESUME
04-30 23:31:03.228  7829  7829 D TaskManager:TaskManagerRemoteService: onStartCommand() - intent : Intent { cmp=com.sec.android.app.taskmanager/.service.TaskManagerRemoteService (has extras) } startId : 197
04-30 23:31:03.228  7829  7829 D TaskManager:TaskManagerRemoteService: onStartCommand() - startBroadcastResponse:true/true
04-30 23:31:03.498  1696  2041 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{3ebce2d u0 com.sec.android.app.launcher/com.android.launcher2.Launcher t2314} time:43910018
04-30 23:31:03.498  1696  2041 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1958400  uid : 1000  pid : 1696  tag : ACTIVITY_RESUME_BOOSTER@10
04-30 23:31:03.498  1696  1926 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1958400  uid : 1000  pid : 1696  pkgName : ACTIVITY_RESUME_BOOSTER@16
04-30 23:31:03.498  1696  2041 D ActivityManager: mDVFSHelper.release()
04-30 23:31:03.508  1696  2041 D KnoxTimeoutHandler: notifyActivityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:03.508  1696  1696 D KnoxTimeoutHandler: activityDrawn [MsgParam] userId: 0 fullscreen is true showWhenlocked is false
04-30 23:31:03.508  1696  1696 I KnoxTimeoutHandler: SD activityfalse
04-30 23:31:03.798  1696  1696 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1958400  uid : 1000  pid : 1696  tag : ACTIVITY_RESUME_BOOSTER@16
04-30 23:31:04.098   719   719 D libEGL  : eglInitialize EGLDisplay = 0xbe9d534c
04-30 23:31:04.208  2702  2702 D StatusBar.NetworkController: onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -107 -8 110 -1 2147483647 0x1000 gsm|lte level=1
04-30 23:31:04.208  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -107 -8 110 -1 2147483647 0x1000 gsm|lte
04-30 23:31:04.208  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: iconLevel=1
04-30 23:31:04.208  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_1 mContentDescriptionPhoneSignal = Una barra de cobertura de teléfono
04-30 23:31:04.318  2702  2702 D StatusBar.NetworkController: refreshViews connected={ wifi } level=1 combinedSignalIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mobileLabel=vodafone ES wifiLabel="SPTR2" emergencyOnly=false combinedLabel="SPTR2" mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId=0x7f0201b6/com.android.systemui:drawable/ic_qs_signal_1 mDataDirectionIconId=0x0/(null) mDataSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataTypeIconId=0x7f0204a2/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mQSWifiIconId=0x7f0203ab/com.android.systemui:drawable/qs_tile_wifi_signal_3 mWifiActivityIconId=0x7f0206a4/com.android.systemui:drawable/stat_sys_signal_inout mBluetoothTetherIconId=0x7f0206cd/com.android.systemui:drawable/stat_sys_tether_bluetooth
04-30 23:31:04.318  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:04.318  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:04.318  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:04.318  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:04.388  1696  2612 D InputReader: Input event(9): value=1 when=43910907921000
04-30 23:31:04.388  1696  2612 D InputReader: Input event(9): value=1 when=43910907921000
04-30 23:31:04.388  1696  2612 I InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.5905 ] when=43910907921000
04-30 23:31:04.388  1696  2612 D InputReader: lastThreadEndTime = 43907957911408, currentThreadStartTime = 43907957913960, diff = 0
04-30 23:31:04.388  1696  2611 I InputDispatcher: Delivering touch to (2702): action: 0x4, toolType: 1
04-30 23:31:04.398  1696  2611 I InputDispatcher: Delivering touch to (1696): action: 0x0, toolType: 1
04-30 23:31:04.398  1696  1928 D ViewRootImpl: ViewPostImeInputStage processPointer 0
04-30 23:31:04.468  1696  2612 D InputReader: Input event(9): value=0 when=43910980527000
04-30 23:31:04.468  1696  2612 D InputReader: Input event(9): value=0 when=43910980527000
04-30 23:31:04.468  1696  2612 I InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=43910980527000
04-30 23:31:04.468  1696  2611 I InputDispatcher: Delivering touch to (1696): action: 0x1, toolType: 1
04-30 23:31:04.468  1696  1928 D ViewRootImpl: ViewPostImeInputStage processPointer 1
04-30 23:31:04.468   719   719 D libEGL  : eglTerminate EGLDisplay = 0xbe9d53ac
04-30 23:31:04.468   719   831 D libEGL  : eglTerminate EGLDisplay = 0xb677f64c
04-30 23:31:04.468  1696  1928 D ViewRootImpl: #3 mView = null
04-30 23:31:04.478  1696  1928 D InputDispatcher: Focus left window: 1696
04-30 23:31:04.478  1696  1928 D InputDispatcher: Focus entered window: 2446
04-30 23:31:04.478  1696  2041 D PointerIcon: setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:1696 uid:1000
04-30 23:31:04.478  1696  2041 D PointerIcon: setMouseCustomIcon IconType is same.101
04-30 23:31:04.478  1696  2041 D PointerIcon: setHoveringSpenIconStyle1 pointerType: 10001 iconType:1 flag:0 pid:1696 uid:1000
04-30 23:31:04.478  1696  2041 D PointerIcon: setHoveringSpenCustomIcon IconType is same.1
04-30 23:31:04.478  2446  2446 D Launcher: Launcher::setSystemUiTransparency(): getSystemUiVisibility() after setting  = 0
04-30 23:31:04.478  1696  4043 D InputMethodManagerService: windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false
04-30 23:31:04.478  2702  2702 D PhoneStatusBar: setSystemUiVisibility vis=40008500 mask=ffffffff oldVal=40008000 newVal=40008500 diff=500
04-30 23:31:04.478  1696  4043 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@7a5b34c attribute=null, token = android.os.BinderProxy@1e9b517
04-30 23:31:04.478  1696  4043 D InputMethodManagerService: [HARDWARE_KEYBOARD] (refreshImeWindowVis) mImeWindowVis= 0 inputVisible = falsehaveHardKeyboard = false hardKeyShown = false
04-30 23:31:04.478  1696  1928 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{c794d04 u0 d0 com.sec.android.app.launcher/com.android.launcher2.Launcher}
04-30 23:31:04.488  1696  1928 E ViewRootImpl: sendUserActionEvent() mView == null
04-30 23:31:04.498  1696  2686 D libEGL  : eglTerminate EGLDisplay = 0x95553834
04-30 23:31:04.498   719   719 D libEGL  : eglInitialize EGLDisplay = 0xbe9d534c
04-30 23:31:04.658   719  5049 I SurfaceFlinger: id=1367 Removed tanelectric (7/8)
04-30 23:31:04.658   719 12814 I SurfaceFlinger: id=1367 Removed tanelectric (-2/8)
04-30 23:31:04.658  1696  2041 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
04-30 23:31:04.668   719   719 D libEGL  : eglTerminate EGLDisplay = 0xbe9d53ac
04-30 23:31:05.938  1696  2684 D AutomaticBrightnessController: applyLightSensorMeasurementSEC : mIsLockZone = true
04-30 23:31:06.118  1696  2684 D AutomaticBrightnessController: applyLightSensorMeasurementSEC : mIsLockZone = false
04-30 23:31:07.078  1696  2771 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
04-30 23:31:07.088  2702  2702 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
04-30 23:31:07.088  2702  2702 I PERF    : received broadcast android.intent.action.BATTERY_CHANGED
04-30 23:31:07.088  2702  2702 D KeyguardUpdateMonitor: handleBatteryUpdate
04-30 23:31:07.088  1696  2771 D BatteryService: level:72, scale:100, status:2, health:2, present:true, voltage: 3987, temperature: 257, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303590, invalid charger:0, maxChargingCurrent:0
04-30 23:31:07.088  1696  2771 D BatteryService: online:4, current avg:41, charge type:1, power sharing:false, high voltage charger:false, capacity:322000, batterySWSelfDischarging:false, current_now:22
04-30 23:31:07.088  1696  1696 D BatteryService: Sending ACTION_BATTERY_CHANGED.
04-30 23:31:07.088  1696  1696 I MotionRecognitionService: Plugged
04-30 23:31:07.088  1696  1696 D MotionRecognitionService:   cableConnection= 1
04-30 23:31:07.088  1696  1696 D MotionRecognitionService: setPowerConnected | current backoffstate  = 5120 , state =5120
04-30 23:31:07.088  1696  1696 D MotionRecognitionService: skip setTransmitPower. 
04-30 23:31:07.098  3931  3931 D CommonServiceConfiguration: getStringValueSetting
04-30 23:31:07.098  2332  2332 I [SC]AutoBackupBroadcastReceiver: [onReceive] action Name : android.intent.action.BATTERY_CHANGED
04-30 23:31:07.098  2332  2332 I [SC]AutoBackupBroadcastReceiver: setChargerStatus[true]
04-30 23:31:07.098  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:07.098  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:07.098  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:07.108  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:07.108  2332  2332 I [SC]AutoBackupProvider: call !!  method : setChargerStatusarg = AUTOBAKCUP
04-30 23:31:07.108  2332  2332 I [SC]AutoBackupProvider: setChargerStatus - started.
04-30 23:31:07.108  2332  2332 I [SC]AutoBackupBroadcastReceiver: [onReceive] chargerStatus : true
04-30 23:31:07.108  3931  3931 D BatteryMonitor: new battery level: 72
04-30 23:31:07.108  2702  2702 D CoverUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
04-30 23:31:07.528  7829  7829 V TaskManager:TaskManagerRemoteService: case SEND_BROADCAST_ACTIVE_APPS
04-30 23:31:07.538  7829  7829 W TaskManager:ProcessStats: Skipping unknown process pid 5846
04-30 23:31:07.578  7829  7829 I TaskManager:PackageInfo: getRunningAppPackageList()
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.systemui
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.incallui
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.settings
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.downloads
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.bluetoothtest
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.atfwd
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.sdk.samsunglink
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.location
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.daemonapp
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.google.android.gms
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.musiccontroller
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.taskmanager
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.SmartClipService
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.widgetapp.ap.hero.accuweather
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.dsi.ant.server
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.app.pinboard
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.bluetooth
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.sec.android.application.csc
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.spp.push
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.scloud
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.MtpApplication
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.fmm
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.server.telecom
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.imsservice
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.stk
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:android
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.media
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.providers.context
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.oasisfeng.greenify
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.beaconmanager
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.phone
04-30 23:31:07.648  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.qti.services.secureui
04-30 23:31:07.648  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.sec.android.app.myfiles usage:0.0
04-30 23:31:07.648  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.android.chrome usage:4.1387024
04-30 23:31:07.648  7829  7829 V TaskManager:TaskManagerRemoteService: PrevCount : 3 , RunningCount : 2
04-30 23:31:07.648  7829  7829 V TaskManager:TaskManagerRemoteService: Sending new running_count : 2
04-30 23:31:07.658  5910  5910 E TZ_CCM_SERVER: Only 'CCM' are supported
04-30 23:31:07.658  5910  5910 I TZ_CCM_SERVER: ###Exit TZ CCM Server
04-30 23:31:07.658  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{6f6af95 u0 com.sec.android.app.controlpanel.service.RUNNING_COUNT qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:07.668 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.RUNNING_COUNT
04-30 23:31:07.768  1696  5904 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "SPTR2", roaming: false, failover: false, isAvailable: true]
04-30 23:31:09.988  1696  2599 V AlarmManager: Expired Alarm result :8
04-30 23:31:10.038  6654  5905 I Authzen : [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
04-30 23:31:12.228  1696  5904 D SSRM:n  : SIOP:: AP = 290, PST = 264 (W:24), CUR = 41, LCD = 73
04-30 23:31:12.358  1696  5904 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "SPTR2", roaming: false, failover: false, isAvailable: true]
04-30 23:31:12.468  1696  5904 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "SPTR2", roaming: false, failover: false, isAvailable: true]
04-30 23:31:12.498  1696  5904 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "SPTR2", roaming: false, failover: false, isAvailable: true]
04-30 23:31:12.608  5916  5916 E TZ_CCM_SERVER: Only 'CCM' are supported
04-30 23:31:12.608  5916  5916 I TZ_CCM_SERVER: ###Exit TZ CCM Server
04-30 23:31:12.638  1696  1708 I art     : Background sticky concurrent mark sweep GC freed 199151(11MB) AllocSpace objects, 85(3MB) LOS objects, 21% free, 53MB/67MB, paused 3.586ms total 202.690ms
04-30 23:31:12.678  7829  7829 V TaskManager:TaskManagerRemoteService: case SEND_BROADCAST_ACTIVE_APPS
04-30 23:31:12.678  7829  7829 I TaskManager:PackageInfo: getRunningAppPackageList()
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.systemui
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.incallui
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.settings
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.downloads
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.bluetoothtest
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.atfwd
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.sdk.samsunglink
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.location
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.daemonapp
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.google.android.gms
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.musiccontroller
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.taskmanager
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.SmartClipService
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.widgetapp.ap.hero.accuweather
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.dsi.ant.server
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.app.pinboard
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.bluetooth
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.sec.android.application.csc
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.spp.push
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.scloud
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.MtpApplication
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.fmm
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.server.telecom
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.imsservice
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.stk
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:android
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.media
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.providers.context
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.oasisfeng.greenify
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.beaconmanager
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.phone
04-30 23:31:12.698  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.qti.services.secureui
04-30 23:31:12.698  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.sec.android.app.myfiles usage:0.0
04-30 23:31:12.698  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.android.chrome usage:5.338809
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() cpu_warning:true
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() cpu_warning_level:level1
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() mCpuWarningInfo.mMessage:Programa(Chrome)Batería usada por aplicaciones en ejecución
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() top_cpu_usage:5.338809
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() total_cpu_usage:5.338809
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: Sending cpu warning message broadcast: Intent { act=com.sec.android.app.controlpanel.service.CPU_USAGE_WARN (has extras) }
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: PrevCount : 2 , RunningCount : 2
04-30 23:31:12.708  7829  7829 V TaskManager:TaskManagerRemoteService: Sending new running_count : 2
04-30 23:31:12.718 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.CPU_USAGE_WARN
04-30 23:31:12.718  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{af3bc9b u0 com.sec.android.app.controlpanel.service.CPU_USAGE_WARN qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:12.728  1696  2780 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{820b838 u0 com.sec.android.app.controlpanel.service.RUNNING_COUNT qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:12.738 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.RUNNING_COUNT
04-30 23:31:17.018  2702  2702 D StatusBar.NetworkController: onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 86 -1 2147483647 0x1000 gsm|lte level=1
04-30 23:31:17.018  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 86 -1 2147483647 0x1000 gsm|lte
04-30 23:31:17.018  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: iconLevel=1
04-30 23:31:17.018  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_1 mContentDescriptionPhoneSignal = Una barra de cobertura de teléfono
04-30 23:31:17.118  2702  2702 D StatusBar.NetworkController: refreshViews connected={ wifi } level=1 combinedSignalIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mobileLabel=vodafone ES wifiLabel="SPTR2" emergencyOnly=false combinedLabel="SPTR2" mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId=0x7f0201b6/com.android.systemui:drawable/ic_qs_signal_1 mDataDirectionIconId=0x0/(null) mDataSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataTypeIconId=0x7f0204a2/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mQSWifiIconId=0x7f0203ab/com.android.systemui:drawable/qs_tile_wifi_signal_3 mWifiActivityIconId=0x7f0206a4/com.android.systemui:drawable/stat_sys_signal_inout mBluetoothTetherIconId=0x7f0206cd/com.android.systemui:drawable/stat_sys_tether_bluetooth
04-30 23:31:17.118  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:17.118  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:17.118  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:17.118  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:17.428  1696  2989 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
04-30 23:31:17.428  1696  2989 D BatteryService: level:72, scale:100, status:2, health:2, present:true, voltage: 4001, temperature: 257, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303590, invalid charger:0, maxChargingCurrent:0
04-30 23:31:17.428  1696  2989 D BatteryService: online:4, current avg:118, charge type:1, power sharing:false, high voltage charger:false, capacity:322000, batterySWSelfDischarging:false, current_now:186
04-30 23:31:17.438  1696  1696 D BatteryService: Sending ACTION_BATTERY_CHANGED.
04-30 23:31:17.438  1696  1696 I MotionRecognitionService: Plugged
04-30 23:31:17.438  1696  1696 D MotionRecognitionService:   cableConnection= 1
04-30 23:31:17.438  1696  1696 D MotionRecognitionService: setPowerConnected | current backoffstate  = 5120 , state =5120
04-30 23:31:17.438  1696  1696 D MotionRecognitionService: skip setTransmitPower. 
04-30 23:31:17.438  2702  2702 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
04-30 23:31:17.438  2702  2702 I PERF    : received broadcast android.intent.action.BATTERY_CHANGED
04-30 23:31:17.448  2702  2702 D KeyguardUpdateMonitor: handleBatteryUpdate
04-30 23:31:17.448  3931  3931 D CommonServiceConfiguration: getStringValueSetting
04-30 23:31:17.458  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:17.458  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:17.458  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:17.458  2702  2702 D CoverUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
04-30 23:31:17.458  2702  2702 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:72 status:2 health:2
04-30 23:31:17.458  2332  2332 I [SC]AutoBackupBroadcastReceiver: [onReceive] action Name : android.intent.action.BATTERY_CHANGED
04-30 23:31:17.458  3931  3931 D BatteryMonitor: new battery level: 72
04-30 23:31:17.458  2332  2332 I [SC]AutoBackupBroadcastReceiver: setChargerStatus[true]
04-30 23:31:17.458  2332  2332 I [SC]AutoBackupProvider: call !!  method : setChargerStatusarg = AUTOBAKCUP
04-30 23:31:17.458  2332  2332 I [SC]AutoBackupProvider: setChargerStatus - started.
04-30 23:31:17.458  2332  2332 I [SC]AutoBackupBroadcastReceiver: [onReceive] chargerStatus : true
04-30 23:31:17.708  5928  5928 E TZ_CCM_SERVER: Only 'CCM' are supported
04-30 23:31:17.718  5928  5928 I TZ_CCM_SERVER: ###Exit TZ CCM Server
04-30 23:31:17.718  7829  7829 V TaskManager:TaskManagerRemoteService: case SEND_BROADCAST_ACTIVE_APPS
04-30 23:31:17.718  7829  7829 I TaskManager:PackageInfo: getRunningAppPackageList()
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.systemui
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.incallui
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Hidden Pkg] - pkg:com.android.settings
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.downloads
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.bluetoothtest
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.atfwd
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.sdk.samsunglink
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.location
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.daemonapp
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.google.android.gms
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.musiccontroller
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.taskmanager
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.app.SmartClipService
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.android.widgetapp.ap.hero.accuweather
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.dsi.ant.server
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.app.pinboard
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.bluetooth
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.sec.android.application.csc
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.spp.push
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.scloud
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.MtpApplication
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.fmm
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.server.telecom
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.sec.imsservice
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.stk
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:android
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.providers.media
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.providers.context
04-30 23:31:17.748  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.oasisfeng.greenify
04-30 23:31:17.758  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.samsung.android.beaconmanager
04-30 23:31:17.758  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.android.phone
04-30 23:31:17.758  7829  7829 I TaskManager:PackageInfo: RunningApp[Service] - pkg:com.qualcomm.qti.services.secureui
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.sec.android.app.myfiles usage:0.0
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() packageName:com.android.chrome usage:4.909285
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() cpu_warning:false
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() cpu_warning_level:
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() mCpuWarningInfo.mMessage:
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() top_cpu_usage:4.909285
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: calcCPUUsage() total_cpu_usage:4.909285
04-30 23:31:17.758  7829  7829 V TaskManager:TaskManagerRemoteService: Sending cpu warning message broadcast: Intent { act=com.sec.android.app.controlpanel.service.CPU_USAGE_WARN (has extras) }
04-30 23:31:17.768  7829  7829 V TaskManager:TaskManagerRemoteService: PrevCount : 2 , RunningCount : 2
04-30 23:31:17.768  7829  7829 V TaskManager:TaskManagerRemoteService: Sending new running_count : 2
04-30 23:31:17.768  1696  1926 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{15fb011 u0 com.sec.android.app.controlpanel.service.CPU_USAGE_WARN qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:17.778 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.CPU_USAGE_WARN
04-30 23:31:17.788  1696  3991 V BroadcastQueue: [background] Process cur broadcast BroadcastRecord{b895576 u0 com.sec.android.app.controlpanel.service.RUNNING_COUNT qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{71323d5 21865:com.sec.android.widgetapp.activeapplicationwidget/u0a183}
04-30 23:31:17.798 21865 21865 V TaskCloserActivity: TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.RUNNING_COUNT
04-30 23:31:18.688  1696  5904 D ConnectivityService: returning getNetworkInfo for network type 1 : [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "SPTR2", roaming: false, failover: false, isAvailable: true]
04-30 23:31:18.758  4917  3851 V DownloadManager: 27 items are completed
04-30 23:31:18.768  4917  3851 V DownloadManager: 1 items are running
04-30 23:31:18.788  1696  4042 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.providers.downloads,userId = 0
04-30 23:31:18.798  2702  2702 D StatusBar: ----- contentsUnchanged : true, bigContentsUnchanged - true, headsUpContentsUnchanged - true , publicUnchanged true
04-30 23:31:18.798  1696  1696 D MARsPolicyManager: NotificationListenerService OngoingNotificationPosted : com.android.providers.downloads
04-30 23:31:18.818  2702  2702 D PanelView: kidsfalse mQsExpansionEnabled:true
04-30 23:31:18.828  2702  2702 D PanelView: kidsfalse mQsExpansionEnabled:true
04-30 23:31:19.478  2702  2702 D StatusBar.NetworkController: onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 104 -1 2147483647 0x1000 gsm|lte level=1
04-30 23:31:19.488  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 104 -1 2147483647 0x1000 gsm|lte
04-30 23:31:19.488  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: iconLevel=1
04-30 23:31:19.488  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_1 mContentDescriptionPhoneSignal = Una barra de cobertura de teléfono
04-30 23:31:19.588  2702  2702 D StatusBar.NetworkController: refreshViews connected={ wifi } level=1 combinedSignalIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mobileLabel=vodafone ES wifiLabel="SPTR2" emergencyOnly=false combinedLabel="SPTR2" mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId=0x7f0201b6/com.android.systemui:drawable/ic_qs_signal_1 mDataDirectionIconId=0x0/(null) mDataSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataTypeIconId=0x7f0204a2/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mQSWifiIconId=0x7f0203ab/com.android.systemui:drawable/qs_tile_wifi_signal_3 mWifiActivityIconId=0x7f0206a4/com.android.systemui:drawable/stat_sys_signal_inout mBluetoothTetherIconId=0x7f0206cd/com.android.systemui:drawable/stat_sys_tether_bluetooth
04-30 23:31:19.588  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:19.598  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:19.598  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:19.598  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:20.108  2702  2702 D StatusBar.NetworkController: onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 74 -1 2147483647 0x1000 gsm|lte level=1
04-30 23:31:20.108  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -108 -8 74 -1 2147483647 0x1000 gsm|lte
04-30 23:31:20.108  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength: iconLevel=1
04-30 23:31:20.108  2702  2702 D StatusBar.NetworkController: updateTelephonySignalStrength, No signal level. mPhoneSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataSignalIconId = com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId = com.android.systemui:drawable/ic_qs_signal_1 mContentDescriptionPhoneSignal = Una barra de cobertura de teléfono
04-30 23:31:20.218  2702  2702 D StatusBar.NetworkController: refreshViews connected={ wifi } level=1 combinedSignalIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mobileLabel=vodafone ES wifiLabel="SPTR2" emergencyOnly=false combinedLabel="SPTR2" mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mQSPhoneSignalIconId=0x7f0201b6/com.android.systemui:drawable/ic_qs_signal_1 mDataDirectionIconId=0x0/(null) mDataSignalIconId=0x7f0205f1/com.android.systemui:drawable/stat_sys_signal_1_auto_rotate mDataTypeIconId=0x7f0204a2/com.android.systemui:drawable/stat_sys_data_connected_4g mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x7f0206ee/com.android.systemui:drawable/stat_sys_wifi_signal_3 mQSWifiIconId=0x7f0203ab/com.android.systemui:drawable/qs_tile_wifi_signal_3 mWifiActivityIconId=0x7f0206a4/com.android.systemui:drawable/stat_sys_signal_inout mBluetoothTetherIconId=0x7f0206cd/com.android.systemui:drawable/stat_sys_tether_bluetooth
04-30 23:31:20.218  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:20.218  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:20.218  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)
04-30 23:31:20.218  2702  2702 D StatusBar.NetworkController: refreshNwBoosterIndicator - setNWBoosterIndicators(false)

@spartero
Copy link
Author

@inclement, Any idea why it does not work?

@inclement
Copy link
Member

What does your app do? Does this happen with a trivial app that doesn't do anything?

@AndreMiras
Copy link
Member

AndreMiras commented May 2, 2020

Closing as it's been awaiting for reply for months. Feel free to re-open providing more inputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants