Skip to content

Instantly share code, notes, and snippets.

@Zen-CODE
Created June 8, 2018 13:22
Show Gist options
  • Save Zen-CODE/7ed1bbcb562bfa93ea745ac8c50904e9 to your computer and use it in GitHub Desktop.
Save Zen-CODE/7ed1bbcb562bfa93ea745ac8c50904e9 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /usr/local/bin/cython
# Search for Java compiler (javac)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run 'pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10" "jinja2" "six"'
# Cwd None
# Apache ANT found at /home/kivy/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/kivy/Android/Sdk
# Android NDK found at /home/kivy/Android/crystax-ndk-10.3.2
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy==master --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build'
# Cwd /home/kivy/Repos/python-for-android
[INFO]: Recipe kivy: version "master" requested
[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI
[INFO]: Available Android APIs are (27)
[INFO]: Requested API target 27 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK
[INFO]: Got NDK version from $ANDROIDNDKVER
[WARNING]: NDK version was set as r16b, but checking the NDK dir claims it is 10.3.2.
[WARNING]: The build will try to continue, but it may fail and you should check that your setting is correct.
[WARNING]: If the NDK dir result is correct, you don't need to manually set the NDK ver.
[INFO]: Using Crystax NDK r16b
[INFO]: Found virtualenv at /usr/bin/virtualenv
[INFO]: ccache is missing, the build will not be optimized in the future.
[INFO]: Found the following toolchain versions: ['4.9', '5', 'clang3.6', 'clang3.7']
[INFO]: Picking the latest gcc toolchain, here 5
[INFO]: Of the existing distributions, the following meet the given requirements:
[INFO]: myapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, six, pyjnius, kivy), built for archs (armeabi-v7a)
[INFO]: myapp has compatible recipes, using this one
# Build the application #23
# Copy application source from /home/kivy/Repos/kivy/examples/demo/touchtracer
# Create directory /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/app
# Copy /home/kivy/Repos/kivy/examples/demo/touchtracer/particle.png
# Copy /home/kivy/Repos/kivy/examples/demo/touchtracer/main.py
# Copy /home/kivy/Repos/kivy/examples/demo/touchtracer/touchtracer.kv
# Copy /home/kivy/Repos/kivy/examples/demo/touchtracer/icon.png
# Package the application
# project.properties updated
# Gradle project detected, copy files /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/src/main/java
# Run "/usr/bin/python -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name myapp --name 'My Application' --version 0.1 --package org.test.myapp --android_api 27 --minsdk 9 --private /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/app --orientation portrait --window --copy-libs --arch armeabi-v7a --color=always --storage-dir=/home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build"
# Cwd /home/kivy/Repos/python-for-android
[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Getting Android API version from user argument
[INFO]: Available Android APIs are (27)
[INFO]: Requested API target 27 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK
[INFO]: Got NDK version from $ANDROIDNDKVER
[WARNING]: NDK version was set as r16b, but checking the NDK dir claims it is 10.3.2.
[WARNING]: The build will try to continue, but it may fail and you should check that your setting is correct.
[WARNING]: If the NDK dir result is correct, you don't need to manually set the NDK ver.
[INFO]: Using Crystax NDK r16b
[INFO]: Found virtualenv at /usr/bin/virtualenv
[INFO]: ccache is missing, the build will not be optimized in the future.
[INFO]: Found the following toolchain versions: ['4.9', '5', 'clang3.6', 'clang3.7']
[INFO]: Picking the latest gcc toolchain, here 5
[INFO]: Of the existing distributions, the following meet the given requirements:
[INFO]: myapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, six, pyjnius, kivy), built for archs (armeabi-v7a)
[INFO]: myapp has compatible recipes, using this one
[INFO]: Of the existing distributions, the following meet the given requirements:
[INFO]: myapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, six, pyjnius, kivy), built for archs (armeabi-v7a)
[INFO]: myapp has compatible recipes, using this one
[INFO]: -> directory context /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/app ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/app/_applibs ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/app/main.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/app/sitecustomize.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/include ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/include/python2.7 ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7 ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/db.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbobj.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbrecio.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbshelve.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbtables.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/dbutils.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_all.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_associate.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_basics.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_compare.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_compat.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_db.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbenv.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbobj.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbshelve.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_dbtables.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_distributed_transactions.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_early_close.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_fileid.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_get_none.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_join.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_lock.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_misc.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_pickle.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_queue.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_recno.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_replication.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_sequence.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/bsddb/test/test_thread.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/ast.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/consts.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/future.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/misc.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/pyassem.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/pycodegen.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/symbols.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/syntax.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/transformer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/compiler/visitor.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/config ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/_endian.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/dyld.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/dylib.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/macholib/framework.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/runtests.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_anon.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_array_in_pointer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_arrays.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_as_parameter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_bitfields.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_buffers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_byteswap.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_callbacks.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_cast.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_cfuncs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_checkretval.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_delattr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_errcheck.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_errno.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_find.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_frombuffer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_funcptr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_functions.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_incomplete.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_init.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_integers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_internals.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_keeprefs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_libc.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_loading.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_macholib.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_memfunctions.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_numbers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_objects.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_parameters.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_pep3118.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_pickling.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_pointers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_prototypes.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_python_api.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_random_things.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_refcounts.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_repr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_returnfuncptrs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_simplesubclasses.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_sizes.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_slicing.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_stringptr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_strings.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_struct_fields.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_structures.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_unaligned_structures.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_unicode.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_values.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_varsize_struct.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/test/test_win32.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/ctypes/wintypes.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/archive_util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/bcppcompiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/ccompiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/cmd.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_dumb.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_msi.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_rpm.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/bdist_wininst.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_clib.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_ext.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_py.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/build_scripts.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/check.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/clean.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/config.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_data.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_egg_info.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_headers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_lib.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/install_scripts.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/register.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/sdist.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/command/upload.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/config.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/core.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/cygwinccompiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/debug.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/dep_util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/dir_util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/dist.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/emxccompiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/errors.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/extension.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/fancy_getopt.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/file_util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/filelist.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/log.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/msvc9compiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/msvccompiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/spawn.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/sysconfig.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/text_file.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/unixccompiler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/version.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/distutils/versionpredicate.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/_parseaddr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/base64mime.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/charset.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/encoders.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/errors.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/feedparser.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/generator.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/header.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/iterators.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/message.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/application.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/audio.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/base.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/image.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/message.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/multipart.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/nonmultipart.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/mime/text.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/parser.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/quoprimime.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/email/utils.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/aliases.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/ascii.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/base64_codec.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/big5.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/big5hkscs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/bz2_codec.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/charmap.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp037.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1006.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1026.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1140.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1250.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1251.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1252.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1253.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1254.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1255.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1256.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1257.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp1258.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp424.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp437.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp500.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp720.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp737.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp775.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp850.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp852.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp855.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp856.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp857.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp858.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp860.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp861.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp862.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp863.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp864.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp865.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp866.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp869.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp874.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp875.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp932.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp949.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/cp950.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_jis_2004.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_jisx0213.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_jp.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/euc_kr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/gb18030.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/gb2312.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/gbk.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/hex_codec.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/hp_roman8.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/hz.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/idna.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_1.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_2.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_2004.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_3.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_jp_ext.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso2022_kr.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_1.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_10.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_11.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_13.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_14.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_15.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_16.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_2.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_3.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_4.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_5.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_6.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_7.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_8.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/iso8859_9.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/johab.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/koi8_r.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/koi8_u.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/latin_1.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_arabic.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_centeuro.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_croatian.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_cyrillic.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_farsi.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_greek.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_iceland.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_latin2.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_roman.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_romanian.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mac_turkish.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/mbcs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/palmos.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/ptcp154.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/punycode.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/quopri_codec.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/raw_unicode_escape.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/rot_13.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/shift_jis.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/shift_jis_2004.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/shift_jisx0213.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/string_escape.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/tis_620.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/undefined.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/unicode_escape.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/unicode_internal.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_16.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_16_be.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_16_le.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_32.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_32_be.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_32_le.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_7.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_8.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/utf_8_sig.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/uu_codec.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/encodings/zlib_codec.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/log.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/stats.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/hotshot/stones.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/importlib ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/importlib/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/decoder.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/encoder.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/scanner.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/json/tool.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/lib-dynload ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging/config.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/logging/handlers.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/connection.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/dummy ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/dummy/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/dummy/connection.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/forking.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/heap.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/managers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/pool.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/process.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/queues.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/reduction.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/sharedctypes.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/synchronize.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/multiprocessing/util.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/plat-linux4 ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/pydoc_data ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/pydoc_data/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/pydoc_data/topics.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/reflect.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/signatures.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/src ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/src/org ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius/src/org/jnius ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/jnius_config.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/adapter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/args_converters.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/dictadapter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/listadapter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/models.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/adapters/simplelistadapter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/animation.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/app.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/atlas.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/base.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/cache.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/clock.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/compat.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/config.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/context.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_avplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_ffpyplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_gstplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_pygame.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_android.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_gi.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_opencv.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_picamera.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/_clipboard_ext.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_android.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dbusklipper.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dummy.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_gtk3.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_nspaste.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_pygame.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_sdl2.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_winctypes.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xclip.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xsel.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/gl ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/gl/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_dds.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_ffpyplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_gif.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_pil.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_pygame.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_sdl2.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/image/img_tex.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling/spelling_enchant.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/spelling/spelling_osxappkit.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/markup.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/text_pil.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/text_pygame.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/text/text_sdl2.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_ffmpeg.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_ffpyplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_gstplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/video/video_null.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/window_egl_rpi.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/window_pygame.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/core/window/window_sdl2.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/fonts ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/glsl ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/images ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/keyboards ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/data/logo ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/deps ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/deps/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/dampedscroll.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/kinetic.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/opacityscroll.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/effects/scroll.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/event.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/extras ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/extras/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/extras/highlight.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/factory.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/factory_registers.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/garden ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/garden/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/geometry.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/gesture.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics/cgl_backend ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/graphics/cgl_backend/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/include ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/factory.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/motionevent.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/calibration.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/dejitter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/doubletap.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/ignorelist.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/retaintouch.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/postproc/tripletap.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/provider.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/androidjoystick.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/hidinput.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/leapfinger.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/linuxwacom.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/mactouch.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/mouse.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/mtdev.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/probesysfs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/tuio.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_common.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_pen.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_touch.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/recorder.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/input/shape.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/interactive.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang/builder.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lang/parser.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/ddsfile.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/gstplayer ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/gstplayer/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/mtdev.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc/OSC.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/osc/oscAPI.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/vidcore_lite ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/lib/vidcore_lite/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/loader.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/logger.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/metrics.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/_webdebugger.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/console.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/cursor.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/inspector.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/joycursor.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/keybinding.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/monitor.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/recorder.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/screen.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/touchring.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/modules/webdebugger.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/multistroke.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/network ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/network/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/network/urlrequest.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/parser.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/resources.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/setupconfig.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/dictstore.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/jsonstore.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/storage/redisstore.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/support.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/common.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/perf_test_textinput.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_adapters.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_animations.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_app.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_audio.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_clipboard.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_clock.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_doc_gallery.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_fbo_py2py3.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_filechooser.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_filechooser_unicode.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_fonts.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_graphics.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_image.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_invalid_lang.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_1084.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_1091.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_599.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_609.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_883.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_knspace.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_lang.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_lang_complex.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_module_inspector.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_mouse_multitouchsim.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_multistroke.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_properties.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_selection.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_storage.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_actionbar.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_anchorlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_asyncimage.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_boxlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_gridlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_layout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_listview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_relativelayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_scrollview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_slider.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_stacklayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_textinput.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_widget.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_urlrequest.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_utils.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_vector.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_video.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_widget.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_widget_walk.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/test_window_info.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tests/visual_test_label.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/benchmark.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/generate-icons.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/gles_compat ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/gles_compat/subset_gles.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/highlight ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/highlight/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/kviewer.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/factory.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__main__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/pyi_rth_kivy.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/pep8checker ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/pep8checker/pep8.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/pep8checker/pep8kivy.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/report.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/stub-gl-debug.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/texturecompress.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/theming ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/tools/theming/defaulttheme ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/abstractview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/accordion.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/actionbar.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/anchorlayout.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/button.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/codenavigation.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/compoundselection.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/cover.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/drag.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/emacs.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/focus.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/knspace.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/togglebutton.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/touchripple.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/boxlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/bubble.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/button.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/camera.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/carousel.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/checkbox.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/codeinput.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/colorpicker.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/dropdown.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/effectwidget.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/filechooser.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/floatlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/gesturesurface.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/gridlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/image.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/label.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/layout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/listview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/modalview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/pagelayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/popup.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/progressbar.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleboxlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recyclegridlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recyclelayout.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/datamodel.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/layout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/views.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/relativelayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/rst.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/sandbox.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/scatter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/scatterlayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/screenmanager.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/scrollview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/selectableview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/settings.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/slider.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/spinner.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/splitter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/stacklayout.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/stencilview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/switch.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/tabbedpanel.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/textinput.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/togglebutton.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/treeview.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/video.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/videoplayer.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/vkeyboard.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/uix/widget.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/utils.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/vector.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/version.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/kivy/weakmethod.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/six.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3 ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3/dbapi2.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/sqlite3/dump.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/__main__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/case.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/loader.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/main.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/result.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/runner.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/signals.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/suite.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/dummy.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/support.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_assertions.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_break.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_case.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_discovery.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_functiontestcase.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_loader.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_program.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_result.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_runner.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_setups.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_skipping.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/test/test_suite.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/unittest/util.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/handlers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/headers.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/simple_server.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/util.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/wsgiref/validate.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/__init__.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/[INFO]: Selecting java build tool:
[INFO]: Detected highest available build tools version to be 27.0.3
[INFO]: Building with gradle, as gradle executable is present
[DEBUG]: -> running gradlew assembleDebug
[DEBUG]: > Connecting to Daemon> Configuring > 0/1 projects > root project > Resolving dependencies ':classpat> Configuring > 1/1 projectsIncremental java compilation is an incubating feature.
[DEBUG]: > Configuring > 1/1 projects:preBuild UP-TO-DATE
[DEBUG]: :preDebugBuild UP-TO-DATE
[DEBUG]: :checkDebugManifest
[DEBUG]: :prepareDebugDependencies
[DEBUG]: :compileDebugAidl UP-TO-DATE
[DEBUG]: :compileDebugRenderscript UP-TO-DATE
[DEBUG]: :generateDebugBuildConfig UP-TO-DATE
[DEBUG]: :generateDebugResValues UP-TO-DATE
[DEBUG]: :generateDebugResources UP-TO-DATE
[DEBUG]: :mergeDebugResources
[DEBUG]: > Building 32%:processDebugManifest UP-TO-DATE
[DEBUG]: > Building 35% > :processDebugResources:processDebugResources
[DEBUG]: :generateDebugSources
[DEBUG]: :incrementalDebugJavaCompilationSafeguard UP-TO-DATE
[DEBUG]: :javaPreCompileDebug
[DEBUG]: :compileDebugJavaWithJavac UP-TO-DATE
[DEBUG]: :compileDebugNdk UP-TO-DATE
[DEBUG]: :compileDebugSources UP-TO-DATE
[DEBUG]: :mergeDebugShaders UP-TO-DATE
[DEBUG]: :compileDebugShaders UP-TO-DATE
[DEBUG]: :generateDebugAssets UP-TO-DATE
[DEBUG]: > Building 67% > :mergeDebugAssets:mergeDebugAssets
[DEBUG]: :transformClassesWithDexForDebug UP-TO-DATE
[DEBUG]: :mergeDebugJniLibFolders UP-TO-DATE
[DEBUG]: :transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[DEBUG]: :transformNativeLibsWithStripDebugSymbolForDebug UP-TO-DATE
[DEBUG]: :processDebugJavaRes UP-TO-DATE
[DEBUG]: :transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[DEBUG]: :validateSigningDebug
[DEBUG]: > Building 93% > :packageDebug:packageDebug
[DEBUG]: > Building 93%:assembleDebug
[DEBUG]:
[DEBUG]: BUILD SUCCESSFUL
[DEBUG]:
[DEBUG]: Total time: 2.706 secs
[DEBUG]: 
[INFO]: <- directory context /home/kivy/Repos/python-for-android
[INFO]: # Copying APK to current directory
[INFO]: # APK filename not found in build output, trying to guess
[INFO]: # Found APK file: /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/build/outputs/apk/myapp-debug.apk
[INFO]: # Add version number to APK
[INFO]: # APK renamed to myapp-0.1-debug.apk
[DEBUG]: -> running cp /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/build/outputs/apk/myapp-debug.apk myapp-0.1-debug.apk
lib/python2.7/xml/dom ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/NodeFilter.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/domreg.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/expatbuilder.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/minicompat.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/minidom.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/pulldom.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/dom/xmlbuilder.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/ElementInclude.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/ElementPath.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/ElementTree.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/etree/cElementTree.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/parsers ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/parsers/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/parsers/expat.py ...
Listing /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/__init__.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/_exceptions.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/expatreader.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/handler.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/saxutils.py ...
Compiling /home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/xmlreader.py ...
# Android packaging done!
# APK myapp-0.1-debug.apk available in the bin directory
# Run '/home/kivy/Android/Sdk/platform-tools/adb devices'
# Cwd None
List of devices attached
LGH8159637081 device
# Deploy on LGH8159637081
# Run '/home/kivy/Android/Sdk/platform-tools/adb install -r "/home/kivy/Repos/kivy/examples/demo/touchtracer/bin/myapp-0.1-debug.apk"'
# Cwd /home/kivy/.buildozer/android/platform
[ 0%] /data/local/tmp/myapp-0.1-debug.apk
[ 1%] /data/local/tmp/myapp-0.1-debug.apk
[ 2%] /data/local/tmp/myapp-0.1-debug.apk
[ 3%] /data/local/tmp/myapp-0.1-debug.apk
[ 3%] /data/local/tmp/myapp-0.1-debug.apk
[ 4%] /data/local/tmp/myapp-0.1-debug.apk
[ 5%] /data/local/tmp/myapp-0.1-debug.apk
[ 6%] /data/local/tmp/myapp-0.1-debug.apk
[ 6%] /data/local/tmp/myapp-0.1-debug.apk
[ 7%] /data/local/tmp/myapp-0.1-debug.apk
[ 8%] /data/local/tmp/myapp-0.1-debug.apk
[ 9%] /data/local/tmp/myapp-0.1-debug.apk
[ 10%] /data/local/tmp/myapp-0.1-debug.apk
[ 10%] /data/local/tmp/myapp-0.1-debug.apk
[ 11%] /data/local/tmp/myapp-0.1-debug.apk
[ 12%] /data/local/tmp/myapp-0.1-debug.apk
[ 13%] /data/local/tmp/myapp-0.1-debug.apk
[ 13%] /data/local/tmp/myapp-0.1-debug.apk
[ 14%] /data/local/tmp/myapp-0.1-debug.apk
[ 15%] /data/local/tmp/myapp-0.1-debug.apk
[ 16%] /data/local/tmp/myapp-0.1-debug.apk
[ 17%] /data/local/tmp/myapp-0.1-debug.apk
[ 17%] /data/local/tmp/myapp-0.1-debug.apk
[ 18%] /data/local/tmp/myapp-0.1-debug.apk
[ 19%] /data/local/tmp/myapp-0.1-debug.apk
[ 20%] /data/local/tmp/myapp-0.1-debug.apk
[ 20%] /data/local/tmp/myapp-0.1-debug.apk
[ 21%] /data/local/tmp/myapp-0.1-debug.apk
[ 22%] /data/local/tmp/myapp-0.1-debug.apk
[ 23%] /data/local/tmp/myapp-0.1-debug.apk
[ 24%] /data/local/tmp/myapp-0.1-debug.apk
[ 24%] /data/local/tmp/myapp-0.1-debug.apk
[ 25%] /data/local/tmp/myapp-0.1-debug.apk
[ 26%] /data/local/tmp/myapp-0.1-debug.apk
[ 27%] /data/local/tmp/myapp-0.1-debug.apk
[ 27%] /data/local/tmp/myapp-0.1-debug.apk
[ 28%] /data/local/tmp/myapp-0.1-debug.apk
[ 29%] /data/local/tmp/myapp-0.1-debug.apk
[ 30%] /data/local/tmp/myapp-0.1-debug.apk
[ 31%] /data/local/tmp/myapp-0.1-debug.apk
[ 31%] /data/local/tmp/myapp-0.1-debug.apk
[ 32%] /data/local/tmp/myapp-0.1-debug.apk
[ 33%] /data/local/tmp/myapp-0.1-debug.apk
[ 34%] /data/local/tmp/myapp-0.1-debug.apk
[ 34%] /data/local/tmp/myapp-0.1-debug.apk
[ 35%] /data/local/tmp/myapp-0.1-debug.apk
[ 36%] /data/local/tmp/myapp-0.1-debug.apk
[ 37%] /data/local/tmp/myapp-0.1-debug.apk
[ 38%] /data/local/tmp/myapp-0.1-debug.apk
[ 38%] /data/local/tmp/myapp-0.1-debug.apk
[ 39%] /data/local/tmp/myapp-0.1-debug.apk
[ 40%] /data/local/tmp/myapp-0.1-debug.apk
[ 41%] /data/local/tmp/myapp-0.1-debug.apk
[ 41%] /data/local/tmp/myapp-0.1-debug.apk
[ 42%] /data/local/tmp/myapp-0.1-debug.apk
[ 43%] /data/local/tmp/myapp-0.1-debug.apk
[ 44%] /data/local/tmp/myapp-0.1-debug.apk
[ 45%] /data/local/tmp/myapp-0.1-debug.apk
[ 45%] /data/local/tmp/myapp-0.1-debug.apk
[ 46%] /data/local/tmp/myapp-0.1-debug.apk
[ 47%] /data/local/tmp/myapp-0.1-debug.apk
[ 48%] /data/local/tmp/myapp-0.1-debug.apk
[ 48%] /data/local/tmp/myapp-0.1-debug.apk
[ 49%] /data/local/tmp/myapp-0.1-debug.apk
[ 50%] /data/local/tmp/myapp-0.1-debug.apk
[ 51%] /data/local/tmp/myapp-0.1-debug.apk
[ 52%] /data/local/tmp/myapp-0.1-debug.apk
[ 52%] /data/local/tmp/myapp-0.1-debug.apk
[ 53%] /data/local/tmp/myapp-0.1-debug.apk
[ 54%] /data/local/tmp/myapp-0.1-debug.apk
[ 55%] /data/local/tmp/myapp-0.1-debug.apk
[ 55%] /data/local/tmp/myapp-0.1-debug.apk
[ 56%] /data/local/tmp/myapp-0.1-debug.apk
[ 57%] /data/local/tmp/myapp-0.1-debug.apk
[ 58%] /data/local/tmp/myapp-0.1-debug.apk
[ 59%] /data/local/tmp/myapp-0.1-debug.apk
[ 59%] /data/local/tmp/myapp-0.1-debug.apk
[ 60%] /data/local/tmp/myapp-0.1-debug.apk
[ 61%] /data/local/tmp/myapp-0.1-debug.apk
[ 62%] /data/local/tmp/myapp-0.1-debug.apk
[ 62%] /data/local/tmp/myapp-0.1-debug.apk
[ 63%] /data/local/tmp/myapp-0.1-debug.apk
[ 64%] /data/local/tmp/myapp-0.1-debug.apk
[ 65%] /data/local/tmp/myapp-0.1-debug.apk
[ 66%] /data/local/tmp/myapp-0.1-debug.apk
[ 66%] /data/local/tmp/myapp-0.1-debug.apk
[ 67%] /data/local/tmp/myapp-0.1-debug.apk
[ 68%] /data/local/tmp/myapp-0.1-debug.apk
[ 69%] /data/local/tmp/myapp-0.1-debug.apk
[ 69%] /data/local/tmp/myapp-0.1-debug.apk
[ 70%] /data/local/tmp/myapp-0.1-debug.apk
[ 71%] /data/local/tmp/myapp-0.1-debug.apk
[ 72%] /data/local/tmp/myapp-0.1-debug.apk
[ 73%] /data/local/tmp/myapp-0.1-debug.apk
[ 73%] /data/local/tmp/myapp-0.1-debug.apk
[ 74%] /data/local/tmp/myapp-0.1-debug.apk
[ 75%] /data/local/tmp/myapp-0.1-debug.apk
[ 76%] /data/local/tmp/myapp-0.1-debug.apk
[ 76%] /data/local/tmp/myapp-0.1-debug.apk
[ 77%] /data/local/tmp/myapp-0.1-debug.apk
[ 78%] /data/local/tmp/myapp-0.1-debug.apk
[ 79%] /data/local/tmp/myapp-0.1-debug.apk
[ 80%] /data/local/tmp/myapp-0.1-debug.apk
[ 80%] /data/local/tmp/myapp-0.1-debug.apk
[ 81%] /data/local/tmp/myapp-0.1-debug.apk
[ 82%] /data/local/tmp/myapp-0.1-debug.apk
[ 83%] /data/local/tmp/myapp-0.1-debug.apk
[ 83%] /data/local/tmp/myapp-0.1-debug.apk
[ 84%] /data/local/tmp/myapp-0.1-debug.apk
[ 85%] /data/local/tmp/myapp-0.1-debug.apk
[ 86%] /data/local/tmp/myapp-0.1-debug.apk
[ 87%] /data/local/tmp/myapp-0.1-debug.apk
[ 87%] /data/local/tmp/myapp-0.1-debug.apk
[ 88%] /data/local/tmp/myapp-0.1-debug.apk
[ 89%] /data/local/tmp/myapp-0.1-debug.apk
[ 90%] /data/local/tmp/myapp-0.1-debug.apk
[ 90%] /data/local/tmp/myapp-0.1-debug.apk
[ 91%] /data/local/tmp/myapp-0.1-debug.apk
[ 92%] /data/local/tmp/myapp-0.1-debug.apk
[ 93%] /data/local/tmp/myapp-0.1-debug.apk
[ 94%] /data/local/tmp/myapp-0.1-debug.apk
[ 94%] /data/local/tmp/myapp-0.1-debug.apk
[ 95%] /data/local/tmp/myapp-0.1-debug.apk
[ 96%] /data/local/tmp/myapp-0.1-debug.apk
[ 97%] /data/local/tmp/myapp-0.1-debug.apk
[ 97%] /data/local/tmp/myapp-0.1-debug.apk
[ 98%] /data/local/tmp/myapp-0.1-debug.apk
[ 99%] /data/local/tmp/myapp-0.1-debug.apk
[100%] /data/local/tmp/myapp-0.1-debug.apk
/home/kivy/Repos/kivy/examples/demo/touchtracer/bin/myapp-0.1-debug.apk: 1 file pushed. 0.6 MB/s (8433986 bytes in 13.719s)
pkg: /data/local/tmp/myapp-0.1-debug.apk
Success
# Application pushed.
# Run on LGH8159637081
# Run '/home/kivy/Android/Sdk/platform-tools/adb shell am start -n org.test.myapp/org.kivy.android.PythonActivity -a org.kivy.android.PythonActivity'
# Cwd /home/kivy/.buildozer/android/platform
Starting: Intent { act=org.kivy.android.PythonActivity cmp=org.test.myapp/org.kivy.android.PythonActivity }
# Application started.
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /usr/local/bin/cython
# Search for Java compiler (javac)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Run '/home/kivy/Android/Sdk/platform-tools/adb logcat '
# Cwd /home/kivy/.buildozer/android/platform
--------- beginning of system
06-07 16:39:20.558 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:20.588 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101545762, downTime=101545762, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{8073487 V.E...... R....... 0,0-1440,2560}
06-07 16:39:20.678 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:20.683 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 16:39:20.685 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 19 lines
06-07 16:39:20.685 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101545877, downTime=101545762, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{8073487 V.E...... R....... 0,0-1440,2560}
06-07 16:39:23.262 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:23.335 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:23.436 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 16:39:23.470 1311 3305 I chatty : uid=1000(system) Binder_6 expire 13 lines
06-07 16:39:23.509 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:101548703
06-07 16:39:23.513 1311 1339 I chatty : uid=1000(system) android.display expire 23 lines
06-07 16:39:23.532 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-07 16:39:24.467 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:24.549 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:24.549 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.android.contacts time:101549743
06-07 16:39:24.699 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-07 16:39:24.759 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-07 16:39:24.768 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 16:39:25.000 1311 1322 I chatty : uid=1000(system) Binder_2 expire 25 lines
06-07 16:39:25.350 23614 23614 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@78a0db1 time:101550545
06-07 16:39:27.406 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:27.456 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:28.781 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:28.834 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:29.570 23614 23614 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@b0d7329 time:101554764
06-07 16:39:31.538 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:31.539 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-07 16:39:31.590 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:31.773 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:31.839 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:32.227 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:32.276 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:32.676 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:32.724 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:33.474 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:33.559 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:33.810 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:33.889 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:34.049 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:34.105 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:34.430 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:34.494 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:35.105 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:35.172 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:35.972 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:36.048 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:36.333 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:36.449 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:36.972 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:37.034 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:37.259 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:37.332 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:37.421 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:39:38.299 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:38.382 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:38.407 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-07 16:39:38.748 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:38.786 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:39.308 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:39.373 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:39.791 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:39.846 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:40.229 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:40.285 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:40.384 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:40.487 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:40.733 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:40.806 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:40.987 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:41.037 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:42.103 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:42.164 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:42.294 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-07 16:39:43.496 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:39:58.904 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:58.908 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 16:39:58.967 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:59.157 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:59.230 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:39:59.539 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:39:59.590 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:00.095 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:40:03.389 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:03.450 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:03.906 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:03.946 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:04.162 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:04.210 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:07.691 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:07.758 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:08.042 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:08.097 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:08.554 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:08.635 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:08.851 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:08.907 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:10.949 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:10.993 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:11.168 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-07 16:40:17.248 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:17.294 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:17.602 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-07 16:40:17.632 1311 1339 I chatty : uid=1000(system) android.display expire 14 lines
06-07 16:40:17.777 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-07 16:40:17.788 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 16:40:17.798 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-07 16:40:17.817 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-07 16:40:17.903 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-07 16:40:18.522 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-07 16:40:18.524 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 16:40:18.724 23614 23614 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@45b1653 time:101603918
06-07 16:40:21.308 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:21.366 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:23.959 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:24.028 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:25.439 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:25.443 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 27 lines
06-07 16:40:25.525 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:27.821 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:27.857 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:27.924 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:28.182 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:28.254 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:28.347 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:29.366 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:29.397 23614 23614 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101614567, downTime=101614567, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{478c667 V.E...... R....... 0,0-1440,2560}
06-07 16:40:29.461 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:29.468 23614 23614 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101614658, downTime=101614567, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{478c667 V.E...... R....... 0,0-1440,2560}
06-07 16:40:29.501 1311 1339 I chatty : uid=1000(system) android.display expire 32 lines
06-07 16:40:29.507 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 16:40:29.639 23614 23614 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@78a0db1 time:101614833
06-07 16:40:29.664 1311 3418 I chatty : uid=1000(system) Binder_10 expire 12 lines
06-07 16:40:29.817 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:29.874 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:30.296 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:30.372 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:30.374 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-07 16:40:30.464 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-07 16:40:30.545 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:101615739
06-07 16:40:31.331 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:31.413 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:31.420 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:101616614
06-07 16:40:31.496 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:101616691
06-07 16:40:31.497 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-07 16:40:31.519 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 16:40:31.763 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f785e6f time:101616957
06-07 16:40:31.769 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-07 16:40:32.987 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:33.052 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:33.517 1311 3305 I chatty : uid=1000(system) Binder_6 expire 14 lines
06-07 16:40:34.510 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:34.585 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:34.792 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:34.833 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:36.495 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:36.499 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 13 lines
06-07 16:40:36.554 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:37.980 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:38.028 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:38.104 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:101623299
06-07 16:40:38.105 1311 3351 I chatty : uid=1000(system) Binder_B expire 14 lines
06-07 16:40:38.329 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-07 16:40:38.594 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4dcaab9 time:101623789
06-07 16:40:38.685 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-07 16:40:40.537 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:41.108 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 16:40:41.603 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:41.705 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 16:40:41.719 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 16:40:42.785 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:42.842 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:42.861 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-07 16:40:44.361 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:44.472 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:45.881 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:40:45.911 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101631080, downTime=101631080, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{f00336a V.E...... R....... 0,0-1440,2560}
06-07 16:40:45.954 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:40:45.961 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101631151, downTime=101631080, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{f00336a V.E...... R....... 0,0-1440,2560}
06-07 16:40:46.895 1311 2865 I chatty : uid=1000(system) InputReader expire 26 lines
06-07 16:40:47.078 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-07 16:40:47.583 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 16:40:47.944 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-07 16:40:47.987 1311 3415 I chatty : uid=1000(system) Binder_F expire 12 lines
06-07 16:40:48.274 2956 2956 V KeyguardDisplayManager: show
06-07 16:40:51.169 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:40:51.194 1311 1311 I chatty : uid=1000 system_server expire 24 lines
06-07 16:40:55.951 3214 3584 I chatty : uid=1000(system) LEDService expire 13 lines
06-07 16:40:55.953 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-07 16:40:58.133 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 16:41:07.235 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-07 16:41:10.026 1311 21999 I chatty : uid=1000 system_server expire 1 line
06-07 16:41:11.143 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:41:22.480 1311 1334 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-07 16:41:38.467 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:42:31.367 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-07 16:44:57.401 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-07 16:45:59.525 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:45:59.547 1311 1311 I chatty : uid=1000 system_server expire 21 lines
06-07 16:46:02.885 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:46:41.459 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:46:48.019 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-07 16:46:52.017 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-07 16:47:06.029 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:10.810 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:13.790 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-07 16:47:24.765 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:30.443 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:30.487 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:39.350 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:39.362 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:45.177 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:47:47.814 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:48:17.612 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:49:06.145 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:49:23.652 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 16:53:44.904 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-07 16:53:54.780 7117 7117 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.a():150319
06-07 16:54:03.796 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 38 lines
06-07 16:54:03.849 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-07 16:54:03.873 1311 1339 I chatty : uid=1000(system) android.display expire 16 lines
06-07 16:54:03.909 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 16:54:03.978 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 11 lines
06-07 16:54:03.981 1311 2862 I chatty : uid=1000(system) AlarmManagerSer expire 10 lines
06-07 16:54:04.125 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-07 16:54:04.251 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:04.938 3214 3584 I chatty : uid=1000(system) LEDService expire 21 lines
06-07 16:54:05.168 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:05.168 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:05.208 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:05.208 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:05.317 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:05.317 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:05.351 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:05.352 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:05.399 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_CANCEL
06-07 16:54:08.823 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-07 16:54:54.735 1311 1335 I chatty : uid=1000(system) android.ui expire 20 lines
06-07 16:54:56.603 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:56.607 1311 3280 I chatty : uid=1000(system) Binder_4 expire 20 lines
06-07 16:54:56.638 1311 1339 I chatty : uid=1000(system) android.display expire 24 lines
06-07 16:54:56.648 1311 3300 I chatty : uid=1000(system) Binder_5 expire 21 lines
06-07 16:54:56.655 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-07 16:54:56.664 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:56.785 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:56.851 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:56.864 1311 3335 I chatty : uid=1000(system) Binder_A expire 18 lines
06-07 16:54:56.967 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:57.019 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:57.148 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:57.210 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:57.220 1311 3311 I chatty : uid=1000(system) Binder_7 expire 13 lines
06-07 16:54:57.465 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 16:54:57.480 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-07 16:54:57.581 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 10 lines
06-07 16:54:57.678 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:57.686 1311 3305 I chatty : uid=1000(system) Binder_6 expire 16 lines
06-07 16:54:57.738 1311 3408 I chatty : uid=1000(system) Binder_E expire 28 lines
06-07 16:54:57.753 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:57.779 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 18 lines
06-07 16:54:58.378 2956 2956 V KeyguardDisplayManager: hide
06-07 16:54:58.409 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4dcaab9 time:101965051
06-07 16:54:58.411 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-07 16:54:58.560 22831 22831 I chatty : uid=1000(system) com.lge.lgdmsclient expire 6 lines
06-07 16:54:58.616 22831 22864 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-07 16:54:58.872 22887 22887 I chatty : uid=1000(system) com.lge.myplace expire 7 lines
06-07 16:54:58.887 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 16:54:58.887 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:54:58.889 1311 3418 I chatty : uid=1000(system) Binder_10 expire 14 lines
06-07 16:54:58.905 1311 3415 I chatty : uid=1000(system) Binder_F expire 14 lines
06-07 16:54:58.973 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:54:58.981 1311 1322 I chatty : uid=1000(system) Binder_2 expire 25 lines
06-07 16:54:59.156 1311 3317 I chatty : uid=1000(system) Binder_8 expire 20 lines
06-07 16:54:59.252 22755 22755 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 1 line
06-07 16:54:59.324 22657 22657 V LGMDMManager: Create singleton instance
06-07 16:54:59.332 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-07 16:54:59.971 1311 3351 I chatty : uid=1000(system) Binder_B expire 15 lines
06-07 16:54:59.987 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:00.042 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:00.132 1311 22995 I chatty : uid=1000 system_server expire 5 lines
06-07 16:55:00.135 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 16:55:00.136 3401 3401 E ActivityThread: Failed to find provider info for com.lge.ims.provisioning
06-07 16:55:00.169 1311 3393 I chatty : uid=1000(system) Binder_D expire 17 lines
06-07 16:55:01.967 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:02.016 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101968616, downTime=101968616, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-07 16:55:02.037 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:02.044 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=101968683, downTime=101968616, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-07 16:55:02.469 23140 23140 I chatty : uid=1000(system) com.lge.eodengine expire 2 lines
06-07 16:55:02.561 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:02.625 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:03.264 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:03.264 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:03.264 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:03.767 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:03.878 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:03.903 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:55:04.081 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:04.084 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:55:04.356 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-07 16:55:04.364 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-07 16:55:07.172 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 25 lines
06-07 16:55:34.510 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-07 16:56:09.522 2956 2956 V KeyguardDisplayManager: show
06-07 16:56:09.526 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-07 16:56:09.530 1311 1335 I chatty : uid=1000(system) android.ui expire 13 lines
06-07 16:56:09.544 1311 1339 I chatty : uid=1000(system) android.display expire 17 lines
06-07 16:56:09.600 1311 3393 I chatty : uid=1000(system) Binder_D expire 19 lines
06-07 16:56:09.603 1311 3415 I chatty : uid=1000(system) Binder_F expire 27 lines
06-07 16:56:09.611 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 16:56:09.656 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-07 16:56:09.661 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-07 16:56:09.701 1311 3351 I chatty : uid=1000(system) Binder_B expire 19 lines
06-07 16:56:09.704 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-07 16:56:09.708 1311 3335 I chatty : uid=1000(system) Binder_A expire 23 lines
06-07 16:56:09.709 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 16:56:09.712 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 16:56:09.732 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-07 16:56:09.733 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-07 16:56:31.491 3214 3997 I chatty : uid=1000(system) Binder_3 expire 15 lines
06-07 16:56:31.493 3214 15705 I chatty : uid=1000(system) Binder_4 expire 13 lines
06-07 16:56:31.856 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 32 lines
06-07 16:56:31.890 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-07 16:56:31.929 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-07 16:56:32.183 1311 2992 I chatty : uid=1000(system) Binder_3 expire 15 lines
06-07 16:56:41.910 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-07 16:59:29.115 1311 2865 I chatty : uid=1000(system) InputReader expire 18 lines
06-07 16:59:30.062 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:30.088 1311 1339 I chatty : uid=1000(system) android.display expire 39 lines
06-07 16:59:30.103 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-07 16:59:30.138 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:30.258 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:30.337 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:30.448 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:30.455 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-07 16:59:30.520 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:30.624 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-07 16:59:30.676 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:30.736 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:31.459 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:31.503 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:31.607 3214 23392 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 16:59:31.614 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 16:59:31.706 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 16:59:31.706 372 380 E : Failed to get KM_META
06-07 16:59:31.817 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-07 16:59:31.872 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4dcaab9 time:102062383
06-07 16:59:32.015 2956 2956 V KeyguardDisplayManager: hide
06-07 16:59:32.142 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-07 16:59:33.015 1311 3408 I chatty : uid=1000(system) Binder_E expire 14 lines
06-07 16:59:34.127 1311 1334 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-07 16:59:34.469 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 19 lines
06-07 16:59:34.764 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:34.766 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 28 lines
06-07 16:59:35.316 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:35.613 31094 31094 I Timeline: Timeline: Activity_launch_request id:com.android.mms time:102066124
06-07 16:59:35.867 1311 3393 I chatty : uid=1000(system) Binder_D expire 16 lines
06-07 16:59:36.009 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:36.037 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 16:59:36.114 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 16:59:36.150 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 16:59:36.242 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-07 16:59:36.288 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 16:59:36.454 31094 31094 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c10c9da time:102066965
06-07 16:59:37.022 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 16:59:37.105 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 16:59:40.419 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:40.445 31094 31094 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=102070933, downTime=102070933, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{7514658 V.E...... R....... 0,0-1440,2560}
06-07 16:59:40.523 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:40.530 31094 31094 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=102071035, downTime=102070933, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{7514658 V.E...... R....... 0,0-1440,2560}
06-07 16:59:40.539 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-07 16:59:40.570 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-07 16:59:40.625 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 16:59:41.342 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:41.360 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:41.426 1311 1339 I chatty : uid=1000(system) android.display expire 34 lines
06-07 16:59:41.464 1311 3318 I chatty : uid=1000(system) Binder_9 expire 14 lines
06-07 16:59:41.482 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-07 16:59:41.580 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:102072091
06-07 16:59:41.639 1311 3335 I chatty : uid=1000(system) Binder_A expire 13 lines
06-07 16:59:42.814 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:42.863 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:42.864 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:102073375
06-07 16:59:42.998 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:102073508
06-07 16:59:42.998 1311 3356 I chatty : uid=1000(system) Binder_C expire 17 lines
06-07 16:59:43.024 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 16:59:43.033 1311 3415 I chatty : uid=1000(system) Binder_F expire 20 lines
06-07 16:59:43.232 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-07 16:59:43.254 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f785e6f time:102073764
06-07 16:59:45.321 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:45.405 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:45.475 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:102075986
06-07 16:59:46.336 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f3efffe time:102076847
06-07 16:59:47.059 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:47.059 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 23 lines
06-07 16:59:47.250 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 16:59:47.288 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:102077799
06-07 16:59:47.476 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@5daf2fc] by android.view.OrientationEventListener.enable():93
06-07 16:59:47.612 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@a3c06d7] by android.view.OrientationEventListener.enable():93
06-07 16:59:47.618 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@f75e1e2] by android.view.OrientationEventListener.enable():93
06-07 16:59:47.683 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 16:59:47.912 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@d2d05fb time:102078423
06-07 16:59:48.891 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-07 16:59:48.961 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-07 16:59:49.110 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-07 16:59:49.197 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 16:59:49.257 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 16:59:50.964 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-07 17:00:00.217 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:00.617 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-07 17:00:00.624 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:102091135
06-07 17:00:00.639 1311 3317 I chatty : uid=1000(system) Binder_8 expire 15 lines
06-07 17:00:00.673 1311 1339 I chatty : uid=1000(system) android.display expire 16 lines
06-07 17:00:00.815 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 17:00:00.980 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@d3f942 time:102091491
06-07 17:00:01.327 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-07 17:00:01.405 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 17:00:01.477 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 17:00:10.136 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:10.136 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 17:00:10.206 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:10.387 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-07 17:00:10.497 1311 3351 I chatty : uid=1000(system) Binder_B expire 15 lines
06-07 17:00:10.615 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 17:00:10.702 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-07 17:00:11.054 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f3efffe time:102101565
06-07 17:00:11.083 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 17:00:11.087 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 17:00:11.104 1311 1339 I chatty : uid=1000(system) android.display expire 22 lines
06-07 17:00:11.115 1311 3418 I chatty : uid=1000(system) Binder_10 expire 20 lines
06-07 17:00:11.138 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-07 17:00:12.518 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:13.735 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:14.245 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:14.318 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:15.055 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 17:00:15.517 23889 23889 I chatty : uid=1000(system) android:ui expire 3 lines
06-07 17:00:15.906 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-07 17:00:16.150 1311 1336 I chatty : uid=1000(system) android.fg expire 13 lines
06-07 17:00:16.457 1311 3317 I chatty : uid=1000(system) Binder_8 expire 16 lines
06-07 17:00:16.621 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-07 17:00:17.203 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-07 17:00:17.473 23616 23616 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@fd4c6fc time:102107984
06-07 17:00:18.905 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:18.979 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:19.142 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 17:00:19.162 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:19.254 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:19.751 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:19.800 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:20.280 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:20.282 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 13 lines
06-07 17:00:20.354 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:21.457 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:21.546 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:21.929 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:22.019 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:23.112 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:23.186 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:24.031 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:24.099 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:24.870 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:24.924 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:24.935 1311 3356 I chatty : uid=1000(system) Binder_C expire 28 lines
06-07 17:00:25.425 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:25.486 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:25.857 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:25.900 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:26.376 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:26.440 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:26.936 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:26.977 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:27.844 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:27.921 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:28.804 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:28.854 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:29.345 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:29.406 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:30.043 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:30.126 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:30.707 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:30.708 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 17:00:30.774 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:31.770 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:31.874 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:32.565 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:32.635 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:34.406 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:34.486 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:34.804 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:34.877 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:35.233 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:35.306 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:36.135 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:36.234 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:36.899 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:36.972 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:37.415 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:37.483 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:38.283 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:38.411 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:39.049 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:39.136 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:39.584 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:39.660 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:39.782 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:39.849 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:40.214 24212 24212 E ActivityThread: Failed to find provider info for com.lge.concentrate.provider
06-07 17:00:40.268 24212 24212 E ActivityThread: Failed to find provider info for com.lge.concentrate.provider
06-07 17:00:40.781 24225 24225 E ActivityThread: Failed to find provider info for com.lge.music.Setting
06-07 17:00:41.297 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:41.299 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 16 lines
06-07 17:00:41.503 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:43.374 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:43.407 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:43.449 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 17:00:43.569 1311 1339 I chatty : uid=1000(system) android.display expire 33 lines
06-07 17:00:43.614 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-07 17:00:43.711 1311 1311 I chatty : uid=1000 system_server expire 14 lines
06-07 17:00:43.736 1311 1321 I chatty : uid=1000(system) Binder_1 expire 18 lines
06-07 17:00:43.820 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f3efffe time:102134331
06-07 17:00:45.300 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 17:00:45.311 1311 3351 I chatty : uid=1000(system) Binder_B expire 22 lines
06-07 17:00:45.457 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 17:00:45.458 1311 3393 I chatty : uid=1000(system) Binder_D expire 17 lines
06-07 17:00:45.462 1311 3311 I chatty : uid=1000(system) Binder_7 expire 20 lines
06-07 17:00:45.550 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 17:00:45.625 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:102136136
06-07 17:00:46.332 1311 2865 I chatty : uid=1000(system) InputReader expire 88 lines
06-07 17:00:47.220 1311 2992 I chatty : uid=1000(system) Binder_3 expire 18 lines
06-07 17:00:47.516 2956 2956 V KeyguardDisplayManager: show
06-07 17:00:48.088 1311 3318 I chatty : uid=1000(system) Binder_9 expire 20 lines
06-07 17:00:48.234 1311 1322 I chatty : uid=1000(system) Binder_2 expire 15 lines
06-07 17:00:48.908 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 23 lines
06-07 17:10:59.693 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 18 lines
06-07 17:11:00.447 1311 24399 I chatty : uid=1000 system_server expire 1 line
06-07 17:11:00.606 1311 3408 I chatty : uid=1000(system) Binder_E expire 27 lines
06-07 17:11:00.624 1311 3415 I chatty : uid=1000(system) Binder_F expire 34 lines
06-07 17:11:00.629 1311 3418 I chatty : uid=1000(system) Binder_10 expire 27 lines
06-07 17:11:00.637 1311 3280 I chatty : uid=1000(system) Binder_4 expire 32 lines
06-07 17:11:01.023 24506 24506 I chatty : uid=1000(system) Binder_3 expire 16 lines
06-07 17:11:01.065 24506 24520 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:11:01.165 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 87 lines
06-07 17:11:01.312 24543 24543 I chatty : uid=1000(system) com.lge.myplace expire 16 lines
06-07 17:11:01.853 24410 24410 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 1 line
06-07 17:11:01.928 24386 24386 V LGMDMManager: Create singleton instance
06-07 17:11:02.166 1311 3300 I chatty : uid=1000(system) Binder_5 expire 23 lines
06-07 17:11:03.187 1311 3305 I chatty : uid=1000(system) Binder_6 expire 43 lines
06-07 17:11:03.331 1311 1334 I chatty : uid=1000(system) ActivityManager expire 25 lines
06-07 17:11:04.228 1311 3317 I chatty : uid=1000(system) Binder_8 expire 28 lines
06-07 17:11:04.696 24506 24710 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:11:04.864 1311 2992 I chatty : uid=1000(system) Binder_3 expire 23 lines
06-07 17:11:06.471 1311 3351 I chatty : uid=1000(system) Binder_B expire 23 lines
06-07 17:11:06.496 1311 3311 I chatty : uid=1000(system) Binder_7 expire 26 lines
06-07 17:11:06.501 1311 3335 I chatty : uid=1000(system) Binder_A expire 27 lines
06-07 17:11:08.120 1311 2894 I chatty : uid=1000(system) DnsCheckHandler expire 14 lines
06-07 17:11:08.207 1311 1339 I chatty : uid=1000(system) android.display expire 20 lines
06-07 17:11:20.568 1311 1336 I chatty : uid=1000(system) android.fg expire 27 lines
06-07 17:11:48.779 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-07 17:11:53.896 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 105 lines
06-07 17:12:13.649 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 11 lines
06-07 17:22:54.024 1311 2893 I chatty : uid=1000(system) WifiStateMachin expire 13 lines
06-07 17:22:54.461 1311 3393 I chatty : uid=1000(system) Binder_D expire 17 lines
06-07 17:22:54.462 1311 1321 I chatty : uid=1000(system) Binder_1 expire 19 lines
06-07 17:22:54.491 24506 25057 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:22:55.186 1311 1322 I chatty : uid=1000(system) Binder_2 expire 18 lines
06-07 17:22:55.220 24506 25078 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:22:55.232 1311 3318 I chatty : uid=1000(system) Binder_9 expire 13 lines
06-07 17:23:01.330 24506 25105 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:23:01.700 1311 1311 I chatty : uid=1000 system_server expire 144 lines
06-07 17:23:01.817 24506 25134 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:23:01.942 24506 25145 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 17:23:16.974 3214 3249 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-07 17:23:16.977 3214 3243 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-07 17:23:16.977 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-07 17:24:30.332 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 17:24:30.332 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 17:24:34.226 1311 1334 I chatty : uid=1000(system) ActivityManager expire 46 lines
06-07 17:25:06.348 1311 1311 I chatty : uid=1000 system_server expire 36 lines
06-07 17:25:23.687 1311 3408 I chatty : uid=1000(system) Binder_E expire 20 lines
06-07 17:25:23.694 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-07 17:25:24.207 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 10 lines
06-07 17:25:45.773 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 716 lines
06-07 17:26:04.104 3214 3584 I chatty : uid=1000(system) LEDService expire 34 lines
06-07 17:27:57.253 1311 3415 I chatty : uid=1000(system) Binder_F expire 26 lines
06-07 17:29:54.206 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-07 17:29:54.301 1311 3335 I chatty : uid=1000(system) Binder_A expire 28 lines
06-07 17:33:49.411 1311 2861 I chatty : uid=1000(system) AlarmManager expire 25 lines
06-07 17:39:22.338 1311 3351 I chatty : uid=1000(system) Binder_B expire 22 lines
06-07 17:42:35.696 1311 1322 I chatty : uid=1000(system) Binder_2 expire 26 lines
06-07 17:52:16.083 1311 3305 I chatty : uid=1000(system) Binder_6 expire 20 lines
06-07 17:52:17.501 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 75 lines
06-07 17:52:17.596 1311 3317 I chatty : uid=1000(system) Binder_8 expire 27 lines
06-07 17:52:17.649 1311 3318 I chatty : uid=1000(system) Binder_9 expire 25 lines
06-07 17:54:23.414 3312 3312 I chatty : uid=1000(system) com.lge.iftttmanager expire 10 lines
06-07 17:54:23.489 1311 3393 I chatty : uid=1000(system) Binder_D expire 34 lines
06-07 17:54:53.860 1311 1321 I chatty : uid=1000(system) Binder_1 expire 24 lines
06-07 17:56:31.584 1311 3311 I chatty : uid=1000(system) Binder_7 expire 34 lines
06-07 17:59:14.697 1311 2992 I chatty : uid=1000(system) Binder_3 expire 27 lines
06-07 18:07:07.582 1311 3418 I chatty : uid=1000(system) Binder_10 expire 23 lines
06-07 18:20:02.485 1311 3280 I chatty : uid=1000(system) Binder_4 expire 27 lines
06-07 18:37:25.804 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 11 lines
06-07 18:37:26.035 1311 3356 I chatty : uid=1000(system) Binder_C expire 29 lines
06-07 18:37:26.131 24506 24506 I chatty : uid=1000(system) Binder_3 expire 6 lines
06-07 18:37:26.158 24543 24543 I chatty : uid=1000(system) com.lge.myplace expire 6 lines
06-07 18:38:55.178 24506 26138 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 18:38:55.883 24506 26159 I chatty : uid=1000(system) Binder_3 expire 1 line
06-07 18:39:18.187 1311 2895 I chatty : uid=1000(system) httpCheckHandle expire 13 lines
06-07 19:02:08.662 1311 2865 I chatty : uid=1000(system) InputReader expire 13 lines
06-07 19:02:33.009 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 19:02:33.684 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 19:02:34.150 1311 1321 I chatty : uid=1000(system) Binder_1 expire 17 lines
06-07 19:02:37.212 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-07 19:02:38.360 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-07 19:02:41.078 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 19:02:41.089 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-07 19:02:41.090 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-07 19:02:43.452 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-07 19:02:48.731 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 19:02:52.461 1311 3300 I chatty : uid=1000(system) Binder_5 expire 15 lines
06-07 19:02:52.751 1311 2992 I chatty : uid=1000(system) Binder_3 expire 15 lines
06-07 19:02:52.752 1311 3305 I chatty : uid=1000(system) Binder_6 expire 13 lines
06-07 19:02:56.409 1311 3335 I chatty : uid=1000(system) Binder_A expire 13 lines
06-07 19:02:59.548 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-07 19:02:59.670 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-07 19:03:00.190 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:00.190 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:03.252 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-07 19:03:05.100 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:05.100 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:09.574 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:09.574 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:10.709 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-07 19:03:13.758 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:13.758 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:18.797 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:18.797 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:23.181 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:23.181 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:28.787 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:28.787 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:33.168 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:33.168 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:37.496 1311 3311 I chatty : uid=1000(system) Binder_7 expire 14 lines
06-07 19:03:40.065 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:40.065 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:42.423 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-07 19:03:44.688 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:44.688 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:46.725 1311 3280 I chatty : uid=1000(system) Binder_4 expire 14 lines
06-07 19:03:46.806 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-07 19:03:46.861 1311 1332 I chatty : uid=1000(system) android.bg expire 10 lines
06-07 19:03:47.479 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-07 19:03:47.916 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-07 19:03:47.936 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-07 19:03:51.367 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:51.367 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:03:55.800 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:03:55.800 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:04:02.744 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:04:02.744 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:04:10.404 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:04:10.405 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:04:15.040 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:04:15.040 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:04:21.747 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:04:21.747 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:04:27.200 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:04:27.200 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:04:34.656 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:04:34.656 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:06:22.691 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-07 19:06:25.054 1311 2865 I chatty : uid=1000(system) InputReader expire 17 lines
06-07 19:06:25.270 1311 1339 I chatty : uid=1000(system) android.display expire 50 lines
06-07 19:06:26.347 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:26.408 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:26.493 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:26.568 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:26.734 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:26.776 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:26.907 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:26.965 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:27.551 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:27.636 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:27.764 3214 27732 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 19:06:27.774 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 19:06:27.863 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 19:06:27.864 372 380 E : Failed to get KM_META
06-07 19:06:27.876 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:103186983
06-07 19:06:28.012 1311 3415 I chatty : uid=1000(system) Binder_F expire 13 lines
06-07 19:06:28.171 2956 2956 V KeyguardDisplayManager: hide
06-07 19:06:28.224 27734 27734 I chatty : uid=1000(system) com.lge.eodengine expire 1 line
06-07 19:06:30.967 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:30.970 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 28 lines
06-07 19:06:31.038 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:31.043 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103190149
06-07 19:06:31.064 1311 3408 I chatty : uid=1000(system) Binder_E expire 14 lines
06-07 19:06:31.285 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103190391
06-07 19:06:31.314 1311 3311 I chatty : uid=1000(system) Binder_7 expire 22 lines
06-07 19:06:31.409 1311 1335 I chatty : uid=1000(system) android.ui expire 18 lines
06-07 19:06:31.577 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f785e6f time:103190684
06-07 19:06:33.428 3214 3608 I chatty : uid=1000(system) volumeHandlerTh expire 11 lines
06-07 19:06:34.540 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:34.541 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-07 19:06:34.612 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:34.696 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103193803
06-07 19:06:35.687 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@521706e time:103194794
06-07 19:06:36.543 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:36.611 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:36.627 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103195734
06-07 19:06:36.654 1311 1339 I chatty : uid=1000(system) android.display expire 14 lines
06-07 19:06:36.777 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@78f16d] by android.view.OrientationEventListener.enable():93
06-07 19:06:36.885 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@f71594c] by android.view.OrientationEventListener.enable():93
06-07 19:06:36.890 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@9d81a9b] by android.view.OrientationEventListener.enable():93
06-07 19:06:36.904 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-07 19:06:36.933 1311 3418 I chatty : uid=1000(system) Binder_10 expire 23 lines
06-07 19:06:37.194 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@39cab20 time:103196301
06-07 19:06:38.176 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-07 19:06:38.204 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 19:06:38.534 1311 2898 I chatty : uid=1000(system) WifiService expire 10 lines
06-07 19:06:39.596 1311 1334 I chatty : uid=1000(system) ActivityManager expire 23 lines
06-07 19:06:40.640 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:42.170 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 19:06:51.850 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:52.251 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103211357
06-07 19:06:52.261 1311 3415 I chatty : uid=1000(system) Binder_F expire 16 lines
06-07 19:06:52.551 1311 1335 I chatty : uid=1000(system) android.ui expire 21 lines
06-07 19:06:53.080 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@a9102b0 time:103212187
06-07 19:06:53.099 1311 1339 I chatty : uid=1000(system) android.display expire 34 lines
06-07 19:06:53.217 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:06:54.859 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:54.865 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 23 lines
06-07 19:06:54.932 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=103213982, downTime=103213982, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{896731f V.E...... R....... 0,0-1440,2560}
06-07 19:06:54.994 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:55.003 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=103214104, downTime=103213982, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{896731f V.E...... R....... 0,0-1440,2560}
06-07 19:06:55.013 1311 3311 I chatty : uid=1000(system) Binder_7 expire 14 lines
06-07 19:06:55.051 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@78f16d] by android.view.OrientationEventListener.enable():93
06-07 19:06:55.072 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-07 19:06:55.163 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@39cab20 time:103214269
06-07 19:06:56.092 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-07 19:06:56.189 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:56.249 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:56.550 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:103215657
06-07 19:06:56.608 1311 1322 I chatty : uid=1000(system) Binder_2 expire 17 lines
06-07 19:06:56.644 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-07 19:06:57.026 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:06:58.342 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:06:58.448 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:06:58.451 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103217558
06-07 19:06:58.452 1311 3335 I chatty : uid=1000(system) Binder_A expire 17 lines
06-07 19:06:58.524 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103217630
06-07 19:06:58.546 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-07 19:06:58.563 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 19:06:58.582 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:06:58.585 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:06:58.690 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f785e6f time:103217797
06-07 19:06:58.703 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 19:07:04.170 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:04.261 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:04.336 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103223443
06-07 19:07:04.337 1311 3351 I chatty : uid=1000(system) Binder_B expire 15 lines
06-07 19:07:04.365 1311 1339 I chatty : uid=1000(system) android.display expire 18 lines
06-07 19:07:04.571 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 19:07:05.166 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@779b789 time:103224273
06-07 19:07:07.828 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:07.830 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 28 lines
06-07 19:07:07.957 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:07.980 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103227086
06-07 19:07:08.077 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@410f5b0] by android.view.OrientationEventListener.enable():93
06-07 19:07:08.152 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@be75112] by android.view.OrientationEventListener.enable():93
06-07 19:07:08.159 7117 7117 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@6e3b199] by android.view.OrientationEventListener.enable():93
06-07 19:07:08.347 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-07 19:07:08.365 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7649286 time:103227471
06-07 19:07:11.201 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-07 19:07:23.308 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-07 19:07:23.442 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:24.160 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-07 19:07:27.886 3214 3584 I chatty : uid=1000(system) LEDService expire 13 lines
06-07 19:07:36.799 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:37.646 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@cc6821f time:103256753
06-07 19:07:37.927 1311 1339 I chatty : uid=1000(system) android.display expire 14 lines
06-07 19:07:37.945 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:07:40.761 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-07 19:07:48.606 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:48.609 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 19:07:48.612 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 32 lines
06-07 19:07:48.681 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:48.870 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-07 19:07:49.062 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-07 19:07:49.179 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-07 19:07:49.399 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 19:07:49.506 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-07 19:07:49.541 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@779b789 time:103268647
06-07 19:07:49.562 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:07:49.568 7117 7117 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-07 19:07:49.578 1311 3280 I chatty : uid=1000(system) Binder_4 expire 19 lines
06-07 19:07:49.620 1311 1339 I chatty : uid=1000(system) android.display expire 26 lines
06-07 19:07:49.745 1311 1311 I chatty : uid=1000 system_server expire 26 lines
06-07 19:07:50.254 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:50.327 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:51.866 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:52.440 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 19:07:52.907 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:53.042 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 19:07:53.042 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 19:07:53.554 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:07:53.627 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:07:54.519 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 19:07:55.003 28592 28592 I chatty : uid=1000(system) android:ui expire 5 lines
06-07 19:07:59.724 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 21 lines
06-07 19:08:00.174 23616 23616 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1e7f3a1 time:103279281
06-07 19:08:00.291 1311 1336 I chatty : uid=1000(system) android.fg expire 13 lines
06-07 19:08:00.543 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-07 19:08:02.464 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:02.468 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 19:08:02.592 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:04.198 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:04.261 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:06.391 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:06.486 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:06.578 1311 3351 I chatty : uid=1000(system) Binder_B expire 15 lines
06-07 19:08:06.884 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:06.976 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:07.835 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:07.901 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:08.002 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-07 19:08:09.384 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:09.446 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:10.209 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:10.290 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:10.739 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:10.812 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:11.180 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:11.266 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:11.693 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:11.773 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:12.753 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:12.759 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 19:08:12.820 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:13.322 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:13.415 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:14.219 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:14.275 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:15.334 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:15.452 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:15.888 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:15.961 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:16.674 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:16.739 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:18.203 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:18.278 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:19.284 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:19.367 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:20.077 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:20.154 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:21.169 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:21.236 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:21.708 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:21.765 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:23.877 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:23.878 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 21 lines
06-07 19:08:24.223 1311 2992 I chatty : uid=1000(system) Binder_3 expire 12 lines
06-07 19:08:24.518 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:25.405 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:25.468 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:25.560 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:25.625 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:26.371 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:26.438 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:27.285 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:27.379 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:28.216 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:28.281 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:28.705 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:28.758 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:28.858 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:28.917 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:30.524 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:30.587 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:30.634 1311 3318 I chatty : uid=1000(system) Binder_9 expire 14 lines
06-07 19:08:30.761 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-07 19:08:30.780 1311 1339 I chatty : uid=1000(system) android.display expire 34 lines
06-07 19:08:30.825 1311 1335 I chatty : uid=1000(system) android.ui expire 19 lines
06-07 19:08:30.911 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-07 19:08:30.928 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@779b789 time:103310035
06-07 19:08:31.942 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-07 19:08:32.884 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:33.032 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:33.206 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:103312312
06-07 19:08:33.232 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-07 19:08:34.340 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:34.340 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 19:08:34.381 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-07 19:08:34.389 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-07 19:08:34.398 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-07 19:08:34.406 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-07 19:08:34.556 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-07 19:08:34.673 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(2)
06-07 19:08:34.772 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(3)
06-07 19:08:34.789 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-07 19:08:34.822 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-07 19:08:34.847 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:34.855 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:34.864 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:34.864 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-07 19:08:34.871 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-07 19:08:34.966 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-07 19:08:35.036 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:35.053 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:35.060 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:35.061 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:35.066 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.android.contacts time:103314172
06-07 19:08:35.337 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 19:08:35.595 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 19:08:36.151 23614 23614 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@78a0db1 time:103315258
06-07 19:08:36.153 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:08:36.162 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:08:36.599 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-07 19:08:42.056 1311 3415 I chatty : uid=1000(system) Binder_F expire 14 lines
06-07 19:09:13.987 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:09:14.009 23614 23614 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:09:28.225 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-07 19:10:14.570 1311 1339 I chatty : uid=1000(system) android.display expire 14 lines
06-07 19:10:14.980 1311 3408 I chatty : uid=1000(system) Binder_E expire 14 lines
06-07 19:10:19.146 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-07 19:10:19.467 2956 2956 V KeyguardDisplayManager: show
06-07 19:10:19.516 1311 1321 I chatty : uid=1000(system) Binder_1 expire 13 lines
06-07 19:10:19.574 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 19:11:02.665 3214 3584 I chatty : uid=1000(system) LEDService expire 32 lines
06-07 19:11:14.190 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-07 19:18:31.779 1311 2861 I chatty : uid=1000(system) AlarmManager expire 15 lines
06-07 19:19:43.104 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 98 lines
06-07 19:26:17.007 29209 29209 I chatty : uid=1000(system) com.lge.bnr expire 13 lines
06-07 19:27:22.567 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-07 19:27:22.711 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 10 lines
06-07 19:30:37.529 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 19:30:37.625 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-07 19:30:37.714 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-07 19:30:38.163 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 19:34:00.120 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-07 19:38:48.106 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-07 19:48:25.970 29845 29845 I chatty : uid=1000(system) com.lge.lgdmsclient expire 6 lines
06-07 19:48:26.227 29877 29877 I chatty : uid=1000(system) com.lge.myplace expire 6 lines
06-07 19:48:26.754 29822 29822 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 1 line
06-07 19:48:26.836 29807 29807 V LGMDMManager: Create singleton instance
06-07 19:48:27.114 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-07 19:48:27.149 1311 3418 I chatty : uid=1000(system) Binder_10 expire 16 lines
06-07 19:48:27.547 1311 3305 I chatty : uid=1000(system) Binder_6 expire 16 lines
06-07 19:48:27.633 1311 1334 I chatty : uid=1000(system) ActivityManager expire 39 lines
06-07 19:48:28.208 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 29 lines
06-07 19:48:28.388 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-07 19:48:28.391 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-07 19:54:59.504 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 22 lines
06-07 19:55:41.328 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-07 19:55:41.411 1311 1339 I chatty : uid=1000(system) android.display expire 88 lines
06-07 19:55:41.703 1311 30139 I chatty : uid=1000 system_server expire 1 line
06-07 19:55:41.813 427 30152 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-07 19:55:41.824 427 30155 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-07 19:55:42.024 427 30156 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-07 19:55:42.353 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-07 19:55:42.356 1311 3415 I chatty : uid=1000(system) Binder_F expire 25 lines
06-07 19:55:42.362 1311 3317 I chatty : uid=1000(system) Binder_8 expire 37 lines
06-07 19:55:42.780 1311 3280 I chatty : uid=1000(system) Binder_4 expire 16 lines
06-07 19:55:42.940 1311 1336 I chatty : uid=1000(system) android.fg expire 12 lines
06-07 19:55:43.124 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:43.259 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:43.334 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:43.441 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:43.536 30187 30187 I chatty : uid=1000(system) com.lge.sync expire 6 lines
06-07 19:55:43.561 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:43.605 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 19:55:43.700 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:43.793 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:43.864 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:44.505 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:44.512 1311 3311 I chatty : uid=1000(system) Binder_7 expire 21 lines
06-07 19:55:44.574 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:44.702 3214 30210 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 19:55:44.721 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 19:55:44.809 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 19:55:44.809 372 380 E : Failed to get KM_META
06-07 19:55:44.815 1311 3393 I chatty : uid=1000(system) Binder_D expire 22 lines
06-07 19:55:44.976 30072 30072 I chatty : uid=1000(system) com.lge.eodengine expire 1 line
06-07 19:55:45.001 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 19:55:45.039 1311 3300 I chatty : uid=1000(system) Binder_5 expire 29 lines
06-07 19:55:45.379 23614 23614 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@78a0db1 time:103697680
06-07 19:55:45.587 1311 3318 I chatty : uid=1000(system) Binder_9 expire 16 lines
06-07 19:55:45.609 2956 2956 V KeyguardDisplayManager: hide
06-07 19:55:45.682 1311 3351 I chatty : uid=1000(system) Binder_B expire 21 lines
06-07 19:55:45.850 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 10 lines
06-07 19:55:45.972 1311 3335 I chatty : uid=1000(system) Binder_A expire 15 lines
06-07 19:55:46.507 29845 30300 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-07 19:55:46.771 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:46.812 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 27 lines
06-07 19:55:46.861 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-07 19:55:46.873 1311 3418 I chatty : uid=1000(system) Binder_10 expire 15 lines
06-07 19:55:46.876 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:46.877 23614 23614 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=103699115, downTime=103699115, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{cfa2907 V.E...... R....... 0,0-1440,2560}
06-07 19:55:46.889 23614 23614 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=103699181, downTime=103699115, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{cfa2907 V.E...... R....... 0,0-1440,2560}
06-07 19:55:47.075 29845 30354 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-07 19:55:47.297 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-07 19:55:47.481 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:103699782
06-07 19:55:47.986 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:48.362 1311 3356 I chatty : uid=1000(system) Binder_C expire 23 lines
06-07 19:55:48.521 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-07 19:55:48.934 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:48.969 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:48.970 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:48.976 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:48.976 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:49.294 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:49.298 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 19:55:49.350 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:49.360 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103701661
06-07 19:55:49.622 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103701923
06-07 19:55:50.143 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f785e6f time:103702444
06-07 19:55:51.255 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:55:52.189 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:52.223 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:52.326 7117 7117 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:103704628
06-07 19:55:52.355 1311 1339 I chatty : uid=1000(system) android.display expire 14 lines
06-07 19:55:54.250 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-07 19:55:54.462 7117 7117 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@aea7658 time:103706764
06-07 19:55:54.546 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-07 19:55:55.131 1311 3415 I chatty : uid=1000(system) Binder_F expire 15 lines
06-07 19:55:55.188 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-07 19:55:57.540 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:57.613 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:55:58.265 1311 3335 I chatty : uid=1000(system) Binder_A expire 14 lines
06-07 19:55:59.779 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:55:59.880 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:00.013 1311 2861 I chatty : uid=1000(system) AlarmManager expire 33 lines
06-07 19:56:00.336 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:00.392 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:00.707 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:00.773 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:01.234 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:01.294 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:02.199 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:02.285 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:02.494 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:02.567 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:02.749 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:02.806 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:04.277 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:04.560 1311 2895 I chatty : uid=1000(system) httpCheckHandle expire 10 lines
06-07 19:56:04.834 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:05.048 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:05.278 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 19:56:05.397 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-07 19:56:05.594 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:06.244 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:06.696 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:08.096 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:08.173 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:09.382 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:09.424 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:09.459 1311 3418 I chatty : uid=1000(system) Binder_10 expire 12 lines
06-07 19:56:09.477 1311 3280 I chatty : uid=1000(system) Binder_4 expire 13 lines
06-07 19:56:10.561 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:10.604 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-07 19:56:10.625 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:10.747 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:10.827 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:10.913 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:10.969 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:11.667 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:11.746 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:12.126 432 30602 W SocketClient: write error (Broken pipe)
06-07 19:56:12.238 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:12.748 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:13.744 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:13.823 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:14.323 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:14.371 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:14.382 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-07 19:56:14.383 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-07 19:56:14.407 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-07 19:56:16.772 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:16.775 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 19:56:16.824 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:23.085 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:23.167 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:23.687 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:23.778 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:23.868 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:23.944 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:24.637 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:24.688 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:24.843 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-07 19:56:24.908 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-07 19:56:26.971 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:27.029 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:28.851 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-07 19:56:29.244 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:29.260 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:29.285 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-07 19:56:33.476 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:33.553 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:34.847 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:34.895 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:34.982 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:35.048 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:35.566 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 19:56:35.569 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:35.638 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:36.532 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:36.790 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:37.250 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:37.845 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:38.401 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:38.484 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:38.831 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:38.889 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:39.336 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:39.410 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:40.057 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:40.128 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:40.370 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:40.425 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:40.841 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:40.938 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:41.172 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:41.230 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:41.553 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:41.649 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:42.780 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:42.832 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:43.142 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:43.181 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:43.474 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:43.527 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:43.854 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:43.892 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:47.083 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 19:56:49.607 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:49.610 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 19:56:49.654 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:49.802 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:49.852 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:51.462 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:51.522 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:53.259 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:53.301 7117 7117 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:53.440 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-07 19:56:53.591 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 19:56:54.228 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:54.272 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=103766536, downTime=103766536, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{d0918a2 V.E...... R....... 0,0-1440,2560}
06-07 19:56:54.293 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:54.300 7117 7117 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=103766597, downTime=103766536, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{d0918a2 V.E...... R....... 0,0-1440,2560}
06-07 19:56:55.901 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 19:56:55.902 2956 2956 V DeadZone: consuming errant click: (760.0,17.0)
06-07 19:56:56.023 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 19:56:56.816 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-07 19:56:57.539 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 19:56:57.787 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 10 lines
06-07 19:56:57.980 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-07 19:56:58.022 1311 3408 I chatty : uid=1000(system) Binder_E expire 15 lines
06-07 19:56:58.326 2956 2956 V KeyguardDisplayManager: show
06-07 19:56:58.527 1311 3311 I chatty : uid=1000(system) Binder_7 expire 13 lines
06-07 19:56:58.535 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-07 19:57:24.731 7117 7117 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.ae.s$1@870e815] by com.whatsapp.ae.s.i():150379
06-07 19:57:28.842 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-07 19:57:28.847 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 19:59:26.119 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-07 19:59:26.215 1311 1311 I chatty : uid=1000 system_server expire 27 lines
06-07 20:00:19.854 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 20:00:19.854 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 20:00:20.761 1311 1311 I chatty : uid=1000 system_server expire 25 lines
06-07 20:00:24.113 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 20:00:24.113 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 20:00:28.835 3214 3584 I chatty : uid=1000(system) LEDService expire 97 lines
06-07 20:00:32.115 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-07 20:00:42.552 1311 1562 I chatty : uid=1000(system) PackageManager expire 10 lines
06-07 20:00:51.891 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 14 lines
06-07 20:00:58.577 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 20:00:58.604 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 20:00:58.791 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 20:00:58.841 1311 1562 I chatty : uid=1000(system) PackageManager expire 16 lines
06-07 20:00:58.906 1311 1311 I chatty : uid=1000 system_server expire 29 lines
06-07 20:00:59.276 31094 31094 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c10c9da time:104011577
06-07 20:01:00.049 31244 31244 I chatty : uid=1000(system) com.android.keychain expire 1 line
06-07 20:01:00.521 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-07 20:01:00.725 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-07 20:01:01.545 31329 31329 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-07 20:01:18.458 1311 1334 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-07 20:07:12.686 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 20:21:01.366 3214 3584 I chatty : uid=1000(system) LEDService expire 32 lines
06-07 20:21:01.371 1311 1321 I chatty : uid=1000(system) Binder_1 expire 18 lines
06-07 20:21:01.384 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-07 20:21:28.850 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-07 20:22:28.852 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 20:23:36.775 1311 2861 I chatty : uid=1000(system) AlarmManager expire 14 lines
06-07 20:27:21.207 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 20:27:51.305 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-07 20:27:51.326 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-07 20:27:51.334 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-07 20:28:28.845 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-07 20:28:28.847 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 20:28:36.776 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-07 20:28:39.934 1311 3311 I chatty : uid=1000(system) Binder_7 expire 14 lines
06-07 20:28:41.106 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-07 20:28:52.068 1311 1311 I chatty : uid=1000 system_server expire 22 lines
06-07 20:28:52.070 3214 3997 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 20:29:28.834 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-07 20:30:03.044 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-07 20:30:03.052 3214 3584 I chatty : uid=1000(system) LEDService expire 49 lines
06-07 20:30:28.836 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-07 20:31:00.789 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 20:31:28.843 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-07 20:31:49.033 1311 1336 I chatty : uid=1000(system) android.fg expire 22 lines
06-07 20:36:10.272 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-07 20:37:37.211 1311 1332 I chatty : uid=1000(system) android.bg expire 17 lines
06-07 20:41:32.638 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 20:41:32.638 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 20:42:04.632 1311 2861 I chatty : uid=1000(system) AlarmManager expire 13 lines
06-07 20:42:04.733 1311 1311 I chatty : uid=1000 system_server expire 17 lines
06-07 20:42:08.805 31115 32628 W FileUtils: Failed to chmod(/storage/emulated/0/Android/data/com.google.android.googlequicksearchbox/files/pending_blobs/JDlYkqZLmlzJIveIz6RA71g): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
06-07 20:42:11.345 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-07 20:42:11.345 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-07 20:42:11.703 31115 32627 W FileUtils: Failed to chmod(/storage/emulated/0/Android/data/com.google.android.googlequicksearchbox/files/pending_blobs/JoSdm6kZrWeWAtw362UsDuw): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
06-07 20:42:28.838 3214 3584 I chatty : uid=1000(system) LEDService expire 44 lines
06-07 20:45:05.482 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 20:45:20.658 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 20:45:26.579 1311 3393 I chatty : uid=1000(system) Binder_D expire 16 lines
06-07 20:51:38.112 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-07 20:51:38.144 1311 1339 I chatty : uid=1000(system) android.display expire 41 lines
06-07 20:51:39.315 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:39.392 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:39.405 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-07 20:51:39.406 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-07 20:51:39.545 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:39.625 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:39.637 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 20:51:40.040 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-07 20:51:40.143 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-07 20:51:41.071 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:41.148 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:41.341 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:41.410 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:42.137 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:42.147 1311 3318 I chatty : uid=1000(system) Binder_9 expire 16 lines
06-07 20:51:42.197 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:42.346 3214 696 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 20:51:42.348 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-07 20:51:42.367 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 20:51:42.436 1311 3408 I chatty : uid=1000(system) Binder_E expire 14 lines
06-07 20:51:42.455 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 20:51:42.455 372 380 E : Failed to get KM_META
06-07 20:51:42.555 1311 1334 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-07 20:51:42.638 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:107054939
06-07 20:51:42.703 2956 2956 V KeyguardDisplayManager: hide
06-07 20:51:42.712 702 702 I chatty : uid=1000(system) com.lge.eodengine expire 1 line
06-07 20:51:44.365 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:44.366 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 20:51:44.404 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:44.407 3448 3448 I Timeline: Timeline: Activity_launch_request id:capitecbank.remote.prd time:107056708
06-07 20:51:44.806 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 12 lines
06-07 20:51:44.951 19672 19672 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@d48c521 time:107057252
06-07 20:51:46.615 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-07 20:51:51.972 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:52.033 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:53.162 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:53.205 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:53.330 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-07 20:51:53.332 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 20:51:53.341 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-07 20:51:53.358 1311 2992 I chatty : uid=1000(system) Binder_3 expire 15 lines
06-07 20:51:53.394 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-07 20:51:53.399 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 20:51:58.209 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:58.240 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:59.389 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:59.464 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:51:59.920 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:51:59.960 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:00.001 1311 2861 I chatty : uid=1000(system) AlarmManager expire 27 lines
06-07 20:52:00.040 1311 1311 I chatty : uid=1000 system_server expire 14 lines
06-07 20:52:00.440 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:00.504 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:02.519 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:02.560 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:02.681 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:02.738 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:02.835 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:03.017 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 20:52:03.069 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:03.630 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:03.687 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:04.245 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:04.299 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:04.901 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:04.993 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:05.495 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:05.570 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:05.944 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:06.007 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:09.213 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:09.257 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:09.318 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 20:52:09.319 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 20:52:09.567 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-07 20:52:13.123 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:13.128 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-07 20:52:13.196 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:25.316 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 20:52:28.861 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-07 20:52:56.601 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:56.608 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 20:52:56.663 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:56.737 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-07 20:52:56.739 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 20:52:56.740 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 20:52:57.218 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 20:52:58.348 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:58.392 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:52:58.508 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-07 20:52:59.848 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:52:59.928 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:00.044 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-07 20:53:00.354 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:00.440 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:02.968 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:03.085 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:04.666 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:04.738 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:07.040 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:07.083 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:07.575 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:07.577 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 20:53:07.620 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:09.731 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:09.801 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:10.086 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:10.157 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:15.679 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:15.745 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:15.841 1311 3317 I chatty : uid=1000(system) Binder_8 expire 15 lines
06-07 20:53:16.320 1311 3415 I chatty : uid=1000(system) Binder_F expire 12 lines
06-07 20:53:19.124 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:19.127 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-07 20:53:19.172 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:19.245 1311 1335 I chatty : uid=1000(system) android.ui expire 24 lines
06-07 20:53:19.246 1311 1339 I chatty : uid=1000(system) android.display expire 24 lines
06-07 20:53:19.252 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-07 20:53:19.795 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 20:53:19.806 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-07 20:53:23.154 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:23.204 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:53:24.123 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 20:53:27.622 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:53:27.700 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:15.053 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:15.053 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 16 lines
06-07 20:54:15.054 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-07 20:54:15.535 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:16.315 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:17.183 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:18.752 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:18.951 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:19.633 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:19.720 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:21.021 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:21.092 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:21.165 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-07 20:54:21.166 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-07 20:54:23.768 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:23.798 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:24.888 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:24.937 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:25.477 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:25.480 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 20:54:25.539 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:25.754 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:25.803 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:27.569 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:27.615 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:27.850 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:27.904 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:28.853 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-07 20:54:38.475 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:38.529 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:38.572 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-07 20:54:41.184 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:41.300 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:41.376 1311 3305 I chatty : uid=1000(system) Binder_6 expire 14 lines
06-07 20:54:41.392 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-07 20:54:45.059 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:45.140 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:45.229 1311 1339 I chatty : uid=1000(system) android.display expire 30 lines
06-07 20:54:45.230 1311 1335 I chatty : uid=1000(system) android.ui expire 30 lines
06-07 20:54:45.237 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-07 20:54:46.907 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:46.991 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:47.497 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-07 20:54:50.063 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:50.063 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 20:54:50.064 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-07 20:54:50.115 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:54:50.189 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-07 20:54:52.362 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:54:52.396 19672 19672 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:55:02.925 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:55:02.952 1311 3356 I chatty : uid=1000(system) Binder_C expire 12 lines
06-07 20:55:02.976 19672 19672 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=107255233, downTime=107255233, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{edd7aa5 V.E...... R....... 0,0-1440,2560}
06-07 20:55:02.989 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:55:02.995 19672 19672 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=107255293, downTime=107255233, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{edd7aa5 V.E...... R....... 0,0-1440,2560}
06-07 20:55:04.562 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 20:55:04.584 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-07 20:55:04.956 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 20:55:04.960 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-07 20:55:04.963 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-07 20:55:05.009 1311 1339 I chatty : uid=1000(system) android.display expire 20 lines
06-07 20:55:05.061 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-07 20:55:05.089 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-07 20:55:05.096 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-07 20:55:05.123 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:107257424
06-07 20:55:06.203 1311 2865 I chatty : uid=1000(system) InputReader expire 18 lines
06-07 20:55:07.179 1311 3415 I chatty : uid=1000(system) Binder_F expire 14 lines
06-07 20:55:07.182 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-07 20:55:07.371 2956 2956 V KeyguardDisplayManager: show
06-07 20:55:07.395 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-07 20:55:20.448 970 970 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-07 20:55:21.183 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 20:55:21.251 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-07 20:55:21.297 1311 1311 I chatty : uid=1000 system_server expire 31 lines
06-07 20:55:21.314 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 20:55:22.597 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-07 20:55:27.329 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-07 20:55:27.330 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 20:55:42.086 3312 3312 I chatty : uid=1000(system) com.lge.iftttmanager expire 11 lines
06-07 20:55:46.763 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-07 20:56:16.843 3214 3584 I chatty : uid=1000(system) LEDService expire 218 lines
06-07 20:57:28.842 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-07 21:07:28.846 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-07 21:08:13.491 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 21:23:16.312 427 943 I chatty : uid=1000(system) /system/bin/atd expire 12 lines
06-07 21:23:16.315 427 427 I chatty : uid=1000(system) /system/bin/atd expire 19 lines
06-07 21:23:16.588 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-07 21:23:16.635 1311 1339 I chatty : uid=1000(system) android.display expire 10 lines
06-07 21:23:16.995 427 1758 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-07 21:23:17.001 427 1760 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-07 21:23:17.201 427 1761 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-07 21:27:28.843 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 21:27:59.508 1311 2861 I chatty : uid=1000(system) AlarmManager expire 15 lines
06-07 21:27:59.597 1311 1311 I chatty : uid=1000 system_server expire 21 lines
06-07 21:32:28.854 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-07 21:33:28.846 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-07 21:37:45.426 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-07 21:39:14.705 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-07 21:42:56.310 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 13 lines
06-07 21:47:28.865 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-07 21:57:09.143 3214 3243 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-07 22:00:00.127 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-07 22:00:00.127 1311 2459 I chatty : uid=1000 system_server expire 5 lines
06-07 22:00:28.844 3214 3584 I chatty : uid=1000(system) LEDService expire 18 lines
06-07 22:00:28.858 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-07 22:01:28.843 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 22:03:47.378 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-07 22:06:07.178 31115 2627 D DownloadManager: Removed 0 stale downloads
06-07 22:06:07.191 31115 2627 D DownloadManager: Found 0 files in database
06-07 22:06:07.191 31115 2627 D DownloadManager: Found 1 files on disk
06-07 22:06:07.191 31115 2627 D DownloadManager: Missing db entry, deleting /data/user/0/com.android.providers.downloads/cache/downloadfile.bin
06-07 22:06:28.838 3214 3584 I chatty : uid=1000(system) LEDService expire 82 lines
06-07 22:09:20.328 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-07 22:10:28.854 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 22:11:28.852 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 22:12:28.854 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 22:14:28.847 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-07 22:15:09.532 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-07 22:15:51.227 1311 1334 I chatty : uid=1000(system) ActivityManager expire 14 lines
06-07 22:30:30.754 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 27 lines
06-07 22:30:30.821 1311 1336 I chatty : uid=1000(system) android.fg expire 15 lines
06-07 22:30:30.830 427 427 I chatty : uid=1000(system) /system/bin/atd expire 36 lines
06-07 22:30:30.969 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-07 22:30:31.003 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-07 22:30:31.026 1311 3305 I chatty : uid=1000(system) Binder_6 expire 14 lines
06-07 22:30:31.523 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:31.536 1311 1339 I chatty : uid=1000(system) android.display expire 13 lines
06-07 22:30:31.624 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:31.648 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:31.652 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 22:30:31.701 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-07 22:30:31.741 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(2)
06-07 22:30:31.765 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(2)
06-07 22:30:31.797 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-07 22:30:31.822 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:31.834 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:31.853 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:34.742 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:35.003 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-07 22:30:35.012 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-07 22:30:35.091 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:35.263 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:35.433 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:36.000 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:36.136 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:37.527 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:30:38.289 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:30:39.834 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-07 22:30:43.817 970 970 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by android.os.MessageQueue.nativePollOnce():-2
06-07 22:31:48.731 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 31 lines
06-07 22:55:15.769 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-07 22:55:17.825 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-07 22:55:19.441 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-07 22:59:44.946 1311 2865 I chatty : uid=1000(system) InputReader expire 17 lines
06-07 22:59:45.011 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-07 22:59:45.033 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-07 22:59:45.192 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-07 22:59:46.792 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-07 22:59:46.875 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-07 22:59:46.981 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:46.996 1311 1339 I chatty : uid=1000(system) android.display expire 31 lines
06-07 22:59:47.029 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:47.039 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-07 22:59:47.041 1311 3408 I chatty : uid=1000(system) Binder_E expire 15 lines
06-07 22:59:47.159 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:47.235 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:47.245 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 22:59:47.392 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:47.459 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:47.590 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:47.656 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:47.662 1311 1321 I chatty : uid=1000(system) Binder_1 expire 13 lines
06-07 22:59:47.664 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-07 22:59:48.436 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:48.446 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-07 22:59:48.447 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-07 22:59:48.491 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:48.603 3214 3813 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 22:59:48.606 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 22:59:48.676 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:113163696
06-07 22:59:48.692 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 22:59:48.692 372 380 E : Failed to get KM_META
06-07 22:59:48.794 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-07 22:59:48.900 3818 3818 I chatty : uid=1000(system) com.lge.eodengine expire 3 lines
06-07 22:59:48.906 2956 2956 V KeyguardDisplayManager: hide
06-07 22:59:50.967 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:50.971 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 22:59:51.018 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:51.019 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.google.android.gm time:113166038
06-07 22:59:51.571 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 22:59:51.672 23616 23616 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@28d4dea time:113166692
06-07 22:59:56.751 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 22:59:56.800 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 22:59:56.922 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-07 23:00:00.001 1311 2861 I chatty : uid=1000(system) AlarmManager expire 60 lines
06-07 23:00:13.154 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:13.246 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:15.231 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:15.410 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:20.894 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:20.897 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 15 lines
06-07 23:00:21.058 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:21.894 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:21.897 1311 3418 I chatty : uid=1000(system) Binder_10 expire 12 lines
06-07 23:00:21.930 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 23:00:21.935 23616 23616 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=113196918, downTime=113196918, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{b0f5be3 V.E...... R......D 0,0-1440,2560}
06-07 23:00:21.990 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:22.000 23616 23616 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=113197012, downTime=113196918, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{b0f5be3 V.E...... R......D 0,0-1440,2560}
06-07 23:00:28.098 1311 3356 I chatty : uid=1000(system) Binder_C expire 17 lines
06-07 23:00:29.542 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:29.581 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:32.295 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:32.332 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:34.276 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-07 23:00:34.278 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:34.283 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:36.490 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-07 23:00:36.494 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-07 23:00:58.208 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:58.237 23616 23616 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=113233232, downTime=113233232, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{b0f5be3 V.E...... R....... 0,0-1440,2560}
06-07 23:00:58.356 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:58.364 23616 23616 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=113233379, downTime=113233232, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{b0f5be3 V.E...... R....... 0,0-1440,2560}
06-07 23:00:58.841 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 11 lines
06-07 23:00:59.209 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:00:59.233 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:00:59.233 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-07 23:00:59.236 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-07 23:00:59.277 1311 1339 I chatty : uid=1000(system) android.display expire 21 lines
06-07 23:00:59.416 1311 3311 I chatty : uid=1000(system) Binder_7 expire 12 lines
06-07 23:00:59.434 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:113234454
06-07 23:01:01.605 1311 2865 I chatty : uid=1000(system) InputReader expire 30 lines
06-07 23:01:02.666 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 23:01:02.708 1311 3280 I chatty : uid=1000(system) Binder_4 expire 19 lines
06-07 23:01:02.972 2956 2956 V KeyguardDisplayManager: show
06-07 23:01:03.028 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-07 23:01:03.068 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-07 23:02:34.393 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 18 lines
06-07 23:02:34.421 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_VOLUME_UP, scanCode=115, metaState=0, flags=0x8, repeatCount=0, eventTime=113254534, downTime=113254347, deviceId=5, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ......ID 0,0-1440,2560}
06-07 23:02:34.433 1311 1339 I chatty : uid=1000(system) android.display expire 40 lines
06-07 23:02:34.541 1311 2865 I chatty : uid=1000(system) InputReader expire 11 lines
06-07 23:02:34.715 1311 3415 I chatty : uid=1000(system) Binder_F expire 12 lines
06-07 23:02:35.467 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:35.489 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-07 23:02:35.524 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:35.531 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-07 23:02:35.620 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:35.693 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:35.842 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:35.892 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:36.015 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:36.089 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:36.604 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:36.661 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:36.728 3214 4145 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 23:02:36.729 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 23:02:36.787 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:113257042
06-07 23:02:36.799 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 23:02:36.799 372 380 E : Failed to get KM_META
06-07 23:02:36.834 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-07 23:02:36.841 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-07 23:02:36.856 1311 3335 I chatty : uid=1000(system) Binder_A expire 15 lines
06-07 23:02:36.998 2956 2956 V KeyguardDisplayManager: hide
06-07 23:02:39.162 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:39.170 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-07 23:02:39.212 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:39.213 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:113259469
06-07 23:02:39.627 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:113259883
06-07 23:02:39.637 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-07 23:02:40.149 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@267ba80 time:113260405
06-07 23:02:40.150 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2566ce time:113260405
06-07 23:02:43.373 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-07 23:02:48.448 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-07 23:02:48.742 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:48.745 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-07 23:02:48.772 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=113269002, downTime=113269002, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{a1061eb V.E...... R....... 0,0-1440,2560}
06-07 23:02:48.803 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:48.807 1311 3356 I chatty : uid=1000(system) Binder_C expire 14 lines
06-07 23:02:48.811 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=113269061, downTime=113269002, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{a1061eb V.E...... R....... 0,0-1440,2560}
06-07 23:02:48.828 1311 1339 I chatty : uid=1000(system) android.display expire 28 lines
06-07 23:02:48.938 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-07 23:02:48.972 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:113269228
06-07 23:02:49.287 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-07 23:02:54.393 1311 3318 I chatty : uid=1000(system) Binder_9 expire 27 lines
06-07 23:02:54.401 1311 3300 I chatty : uid=1000(system) Binder_5 expire 15 lines
06-07 23:02:54.629 2956 2956 V KeyguardDisplayManager: show
06-07 23:02:54.689 1311 1335 I chatty : uid=1000(system) android.ui expire 20 lines
06-07 23:02:54.732 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-07 23:02:55.261 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-07 23:02:57.373 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-07 23:02:57.412 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 15 lines
06-07 23:02:58.390 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:58.424 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-07 23:02:58.444 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:58.525 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:58.529 1311 3418 I chatty : uid=1000(system) Binder_10 expire 15 lines
06-07 23:02:58.613 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:58.757 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:58.828 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:58.955 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:59.015 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:59.025 1311 3351 I chatty : uid=1000(system) Binder_B expire 12 lines
06-07 23:02:59.594 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:02:59.668 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:02:59.760 3214 4278 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-07 23:02:59.763 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-07 23:02:59.768 1311 1311 I chatty : uid=1000 system_server expire 35 lines
06-07 23:02:59.769 1311 1322 I chatty : uid=1000(system) Binder_2 expire 49 lines
06-07 23:02:59.789 1311 1339 I chatty : uid=1000(system) android.display expire 50 lines
06-07 23:02:59.823 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:113280079
06-07 23:02:59.850 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-07 23:02:59.850 372 380 E : Failed to get KM_META
06-07 23:02:59.886 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-07 23:03:00.039 2956 2956 V KeyguardDisplayManager: hide
06-07 23:03:00.776 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:03:00.849 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:03:00.849 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:113281105
06-07 23:03:00.879 3214 3584 I chatty : uid=1000(system) LEDService expire 20 lines
06-07 23:03:00.908 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:113281164
06-07 23:03:01.098 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1002764 time:113281354
06-07 23:03:01.098 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2cd0a23 time:113281354
06-07 23:03:02.260 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 18 lines
06-07 23:03:02.261 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-07 23:03:02.334 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-07 23:03:02.334 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-07 23:03:02.337 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:113282593
06-07 23:03:02.629 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@de9822c time:113282885
06-07 23:03:08.317 1311 3415 I chatty : uid=1000(system) Binder_F expire 12 lines
06-07 23:03:08.507 2956 2956 V KeyguardDisplayManager: show
06-07 23:03:08.525 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-07 23:03:08.560 1311 1335 I chatty : uid=1000(system) android.ui expire 13 lines
06-07 23:03:08.640 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-07 23:03:08.653 1311 3317 I chatty : uid=1000(system) Binder_8 expire 20 lines
06-07 23:03:08.988 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-07 23:03:08.991 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-07 23:03:12.980 1311 1334 I chatty : uid=1000(system) ActivityManager expire 49 lines
06-08 02:24:22.226 1311 30251 I chatty : uid=1000 system_server expire 3 lines
06-08 04:03:19.950 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 04:03:19.950 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 04:03:19.952 1311 2876 I chatty : uid=1000(system) NetworkStats expire 10 lines
06-08 04:03:20.870 1311 3393 I chatty : uid=1000(system) Binder_D expire 14 lines
06-08 04:03:20.872 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 04:03:21.388 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 04:03:21.562 1311 3311 I chatty : uid=1000(system) Binder_7 expire 19 lines
06-08 04:03:22.437 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-08 04:03:23.531 1311 1334 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-08 04:03:30.433 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 04:03:35.172 1311 1336 I chatty : uid=1000(system) android.fg expire 11 lines
06-08 04:03:39.818 3312 3312 I chatty : uid=1000(system) com.lge.iftttmanager expire 10 lines
06-08 04:03:40.760 3214 3584 I chatty : uid=1000(system) LEDService expire 15 lines
06-08 04:03:40.767 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 04:03:55.485 1311 3305 I chatty : uid=1000(system) Binder_6 expire 12 lines
06-08 04:04:07.297 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 04:04:08.117 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 04:04:09.192 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 04:04:09.793 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 04:04:19.838 31115 5355 W FileUtils: Failed to chmod(/storage/emulated/0/Android/data/com.google.android.googlequicksearchbox/files/pending_blobs/odws2_en_za_2018-05-21_198812288_release_signed): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
06-08 04:04:40.760 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 04:07:22.695 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 04:10:01.245 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 04:10:01.279 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 04:10:01.281 1311 3408 I chatty : uid=1000(system) Binder_E expire 27 lines
06-08 04:10:01.427 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 04:10:01.723 1311 1339 I chatty : uid=1000(system) android.display expire 39 lines
06-08 04:10:01.972 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 30 lines
06-08 04:10:02.276 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@334cdc0 time:114012423
06-08 04:10:02.276 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@334cdc0 time:114012424
06-08 04:10:02.385 1311 3311 I chatty : uid=1000(system) Binder_7 expire 13 lines
06-08 04:10:11.761 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:10:11.762 2956 2956 V DeadZone: consuming errant click: (208.0,11.0)
06-08 04:10:12.001 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:10:12.395 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:10:12.521 3214 15705 I chatty : uid=1000(system) Binder_4 expire 14 lines
06-08 04:10:12.597 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:10:12.695 1311 1339 I chatty : uid=1000(system) android.display expire 193 lines
06-08 04:10:12.739 1311 1311 I chatty : uid=1000 system_server expire 21 lines
06-08 04:10:12.794 1311 1334 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-08 04:10:12.929 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:10:13.110 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:10:14.399 1311 3418 I chatty : uid=1000(system) Binder_10 expire 12 lines
06-08 04:10:14.424 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@de9822c time:114024572
06-08 04:10:14.481 1311 3393 I chatty : uid=1000(system) Binder_D expire 14 lines
06-08 04:10:15.535 1311 3317 I chatty : uid=1000(system) Binder_8 expire 21 lines
06-08 04:10:15.560 1311 3280 I chatty : uid=1000(system) Binder_4 expire 19 lines
06-08 04:10:16.138 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-08 04:10:21.111 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 04:10:21.729 1311 3318 I chatty : uid=1000(system) Binder_9 expire 15 lines
06-08 04:11:51.027 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-08 04:19:24.143 1311 1332 I chatty : uid=1000(system) android.bg expire 10 lines
06-08 04:20:01.263 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 04:20:01.370 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-08 04:20:01.449 3214 3243 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 04:20:01.561 3214 3997 I chatty : uid=1000(system) Binder_3 expire 13 lines
06-08 04:20:01.821 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-08 04:20:01.898 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1b01a95 time:114189742
06-08 04:20:01.898 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1b01a95 time:114189742
06-08 04:20:01.901 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-08 04:20:01.903 1311 1339 I chatty : uid=1000(system) android.display expire 131 lines
06-08 04:20:01.962 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 04:20:02.156 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 04:20:02.952 3214 3249 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 04:20:03.239 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 04:20:03.285 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-08 04:20:04.613 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 25 lines
06-08 04:20:06.029 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:20:06.221 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:20:06.223 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 04:20:06.235 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 04:20:06.327 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 04:20:07.722 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 04:20:07.898 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@de9822c time:114195742
06-08 04:20:07.903 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 04:20:08.935 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 04:20:08.947 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 04:20:17.023 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 04:27:36.321 1311 2865 I chatty : uid=1000(system) InputReader expire 17 lines
06-08 04:27:37.713 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:37.738 1311 1339 I chatty : uid=1000(system) android.display expire 40 lines
06-08 04:27:37.756 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 04:27:37.757 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 04:27:37.779 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:37.793 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 04:27:37.892 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:37.971 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:37.983 1311 2992 I chatty : uid=1000(system) Binder_3 expire 27 lines
06-08 04:27:38.800 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:38.863 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:39.414 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:39.474 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:40.198 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:40.256 1311 1334 I chatty : uid=1000(system) ActivityManager expire 31 lines
06-08 04:27:40.263 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 04:27:40.293 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:40.372 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 04:27:40.386 3214 5909 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 04:27:40.387 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 04:27:40.490 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 04:27:40.490 372 380 E : Failed to get KM_META
06-08 04:27:40.511 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@de9822c time:114342443
06-08 04:27:40.562 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 04:27:40.718 2956 2956 V KeyguardDisplayManager: hide
06-08 04:27:40.751 5916 5916 I chatty : uid=1000(system) com.lge.eodengine expire 6 lines
06-08 04:27:40.854 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 04:27:41.946 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:41.952 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-08 04:27:42.081 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:42.301 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:114344233
06-08 04:27:45.106 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 22 lines
06-08 04:27:45.687 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:45.691 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 04:27:45.707 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:46.585 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:46.625 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:46.626 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.lge.clock time:114348558
06-08 04:27:46.724 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 04:27:46.794 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@87722df time:114348726
06-08 04:27:48.682 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:27:48.779 9067 9067 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:27:48.791 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 04:27:52.001 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 04:28:48.692 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 04:28:49.158 1311 1339 I chatty : uid=1000(system) android.display expire 11 lines
06-08 04:28:49.440 1311 3418 I chatty : uid=1000(system) Binder_10 expire 15 lines
06-08 04:28:53.966 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 04:28:54.367 2956 2956 V KeyguardDisplayManager: show
06-08 04:28:54.375 1311 1335 I chatty : uid=1000(system) android.ui expire 14 lines
06-08 04:28:54.409 1311 3351 I chatty : uid=1000(system) Binder_B expire 17 lines
06-08 04:28:54.577 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 04:29:20.147 1311 1311 I chatty : uid=1000 system_server expire 21 lines
06-08 04:47:50.244 9067 9067 I Timeline: Timeline: Activity_launch_request id:com.lge.clock time:114487952
06-08 04:47:50.288 1311 1339 I chatty : uid=1000(system) android.display expire 121 lines
06-08 04:47:50.323 3214 3584 I chatty : uid=1000(system) LEDService expire 40 lines
06-08 04:47:50.357 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 39 lines
06-08 04:47:50.585 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 04:47:50.667 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 04:47:50.826 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2b6f4cb time:114488534
06-08 04:47:50.826 9067 9067 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2b6f4cb time:114488535
06-08 04:47:50.899 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 04:47:50.901 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 04:47:51.132 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 04:47:52.445 1311 1311 I chatty : uid=1000 system_server expire 25 lines
06-08 04:47:52.517 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:47:52.518 2956 2956 V DeadZone: consuming errant click: (1103.0,11.0)
06-08 04:47:52.781 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:47:53.573 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:47:53.585 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 04:47:53.821 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-08 04:47:53.835 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 04:47:53.838 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:47:53.911 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 04:47:53.919 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 04:47:54.135 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-08 04:47:54.136 1311 3356 I chatty : uid=1000(system) Binder_C expire 12 lines
06-08 04:47:54.139 1311 3280 I chatty : uid=1000(system) Binder_4 expire 14 lines
06-08 04:47:54.141 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-08 04:47:54.177 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 04:47:54.306 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:114492014
06-08 04:47:54.323 1311 3318 I chatty : uid=1000(system) Binder_9 expire 13 lines
06-08 04:48:00.004 1311 2861 I chatty : uid=1000(system) AlarmManager expire 13 lines
06-08 04:48:05.791 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 04:48:05.927 1311 1322 I chatty : uid=1000(system) Binder_2 expire 17 lines
06-08 05:39:22.407 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 05:56:55.049 1311 1335 I chatty : uid=1000(system) android.ui expire 14 lines
06-08 05:56:55.100 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:56:55.112 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:56:55.262 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 28 lines
06-08 05:56:55.284 1311 1339 I chatty : uid=1000(system) android.display expire 10 lines
06-08 05:56:55.573 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 05:56:55.576 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 05:56:55.695 3214 3584 I chatty : uid=1000(system) LEDService expire 21 lines
06-08 05:56:56.805 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 10 lines
06-08 05:56:59.720 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 05:59:41.577 1311 2865 I chatty : uid=1000(system) InputReader expire 17 lines
06-08 05:59:42.532 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:42.546 1311 1339 I chatty : uid=1000(system) android.display expire 30 lines
06-08 05:59:42.557 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 05:59:42.563 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 05:59:42.595 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:42.600 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-08 05:59:42.600 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 05:59:42.708 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:42.784 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:42.959 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:43.033 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:43.131 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:43.136 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 05:59:43.221 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:43.233 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 05:59:43.262 1311 1311 I chatty : uid=1000 system_server expire 18 lines
06-08 05:59:43.895 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:43.967 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:45.737 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:45.793 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:45.803 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 05:59:45.925 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:45.985 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:46.123 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:46.181 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:46.297 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:46.355 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:46.845 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:46.864 1311 3415 I chatty : uid=1000(system) Binder_F expire 15 lines
06-08 05:59:46.893 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:46.970 3214 6654 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 05:59:46.971 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 05:59:47.052 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 05:59:47.052 372 380 E : Failed to get KM_META
06-08 05:59:47.204 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:114771176
06-08 05:59:47.288 2956 2956 V KeyguardDisplayManager: hide
06-08 05:59:48.356 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 05:59:48.356 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:48.420 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:48.421 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.google.android.keep time:114772392
06-08 05:59:48.422 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 05:59:48.839 6766 6766 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@6bc1bf3 time:114772811
06-08 05:59:48.848 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 05:59:48.856 1311 3311 I chatty : uid=1000(system) Binder_7 expire 13 lines
06-08 05:59:50.419 6766 6766 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:50.484 6766 6766 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:53.425 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 05:59:54.032 6766 6766 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:54.112 6766 6766 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:55.090 6766 6766 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:55.162 6766 6766 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:56.456 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:56.508 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:56.648 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:56.698 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:56.871 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:56.930 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:57.158 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 05:59:57.386 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:57.424 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:57.641 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:57.689 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:58.564 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:58.623 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:58.781 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:58.822 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:59.061 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:59.127 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:59.406 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:59.490 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 05:59:59.880 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 05:59:59.929 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:00:00.001 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 06:00:00.087 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:00:00.144 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:00:00.338 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:00:00.381 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 13 lines
06-08 06:00:00.387 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:00:01.820 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:00:01.853 6766 6766 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114785797, downTime=114785797, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6a9eed5 V.E...... R....... 0,0-1440,2560}
06-08 06:00:01.885 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:00:01.889 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 06:00:01.892 6766 6766 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114785859, downTime=114785797, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6a9eed5 V.E...... R....... 0,0-1440,2560}
06-08 06:00:02.960 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:00:02.970 1311 3408 I chatty : uid=1000(system) Binder_E expire 20 lines
06-08 06:00:02.995 6766 6766 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114786943, downTime=114786943, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6a9eed5 V.E...... R....... 0,0-1440,2560}
06-08 06:00:03.067 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:00:03.077 6766 6766 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114787042, downTime=114786943, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6a9eed5 V.E...... R....... 0,0-1440,2560}
06-08 06:00:06.290 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 06:00:07.159 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-08 06:00:07.796 1311 1339 I chatty : uid=1000(system) android.display expire 29 lines
06-08 06:00:08.141 1311 3335 I chatty : uid=1000(system) Binder_A expire 14 lines
06-08 06:00:08.149 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 06:00:08.153 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 06:00:08.485 2956 2956 V KeyguardDisplayManager: show
06-08 06:00:12.332 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 36 lines
06-08 06:00:12.356 3214 3584 I chatty : uid=1000(system) LEDService expire 33 lines
06-08 06:03:00.517 1311 2862 I chatty : uid=1000(system) AlarmManagerSer expire 7 lines
06-08 06:03:02.365 1311 1311 I chatty : uid=1000 system_server expire 24 lines
06-08 06:03:02.756 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:02.787 1311 1339 I chatty : uid=1000(system) android.display expire 49 lines
06-08 06:03:02.794 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 06:03:02.795 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:03:02.807 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:02.818 1311 1322 I chatty : uid=1000(system) Binder_2 expire 14 lines
06-08 06:03:02.948 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:02.954 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 06:03:02.956 1311 3311 I chatty : uid=1000(system) Binder_7 expire 19 lines
06-08 06:03:03.025 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:03.038 1311 3280 I chatty : uid=1000(system) Binder_4 expire 22 lines
06-08 06:03:03.229 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:03.237 1311 3305 I chatty : uid=1000(system) Binder_6 expire 18 lines
06-08 06:03:03.297 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:03.496 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:03.539 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:04.659 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:04.692 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:04.795 3214 6952 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 06:03:04.796 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 06:03:04.866 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 06:03:04.866 372 380 E : Failed to get KM_META
06-08 06:03:06.984 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:06.987 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:03:07.013 6766 6766 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114823981, downTime=114823981, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6a9eed5 V.E...... R....... 0,0-1440,2560}
06-08 06:03:07.013 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:07.022 6766 6766 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114824008, downTime=114823981, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6a9eed5 V.E...... R....... 0,0-1440,2560}
06-08 06:03:07.118 1311 1335 I chatty : uid=1000(system) android.ui expire 27 lines
06-08 06:03:07.165 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 06:03:07.198 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:114824189
06-08 06:03:08.764 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:08.829 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:08.830 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:114825821
06-08 06:03:08.939 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 06:03:09.211 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:114826203
06-08 06:03:09.414 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 06:03:09.547 970 970 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@df638b8] by android.view.OrientationEventListener.enable():93
06-08 06:03:10.187 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@5beafe9 time:114827179
06-08 06:03:11.471 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:11.541 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:11.626 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:114828618
06-08 06:03:11.915 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-08 06:03:12.001 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 06:03:12.539 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7da667d time:114829530
06-08 06:03:14.467 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 06:03:14.929 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:15.002 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:15.024 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:114832016
06-08 06:03:15.025 1311 3305 I chatty : uid=1000(system) Binder_6 expire 16 lines
06-08 06:03:15.050 1311 1339 I chatty : uid=1000(system) android.display expire 16 lines
06-08 06:03:15.177 970 970 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@57d959e] by android.view.OrientationEventListener.enable():93
06-08 06:03:15.294 970 970 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@d19f714] by android.view.OrientationEventListener.enable():93
06-08 06:03:15.302 970 970 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@ace7bbd] by android.view.OrientationEventListener.enable():93
06-08 06:03:15.382 1311 3280 I chatty : uid=1000(system) Binder_4 expire 12 lines
06-08 06:03:15.736 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@6d0955a time:114832728
06-08 06:03:16.716 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 13 lines
06-08 06:03:16.720 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 06:03:16.781 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 06:03:21.858 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:21.868 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 25 lines
06-08 06:03:22.404 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 06:03:24.142 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-08 06:03:24.144 3214 3584 I chatty : uid=1000(system) LEDService expire 13 lines
06-08 06:03:33.683 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:34.083 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:114851075
06-08 06:03:34.290 1311 3418 I chatty : uid=1000(system) Binder_10 expire 18 lines
06-08 06:03:34.315 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-08 06:03:34.448 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c03ed1b time:114851440
06-08 06:03:34.639 1311 3408 I chatty : uid=1000(system) Binder_E expire 14 lines
06-08 06:03:34.927 1311 1339 I chatty : uid=1000(system) android.display expire 31 lines
06-08 06:03:34.974 970 970 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-08 06:03:35.966 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:35.967 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 19 lines
06-08 06:03:36.056 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:36.388 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 06:03:36.600 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 06:03:37.214 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7da667d time:114854206
06-08 06:03:37.232 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 06:03:37.250 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:03:37.252 970 970 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-08 06:03:37.254 970 970 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-08 06:03:37.261 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 06:03:37.453 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:37.539 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:37.546 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 06:03:38.927 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:39.006 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:39.011 1311 3415 I chatty : uid=1000(system) Binder_F expire 13 lines
06-08 06:03:39.174 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:114856166
06-08 06:03:44.353 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:44.421 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:44.422 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:114861413
06-08 06:03:44.507 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 06:03:45.636 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:46.183 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 06:03:46.916 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:47.758 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:47.759 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:03:47.852 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:47.894 1311 1339 I chatty : uid=1000(system) android.display expire 24 lines
06-08 06:03:48.605 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 06:03:49.126 7408 7408 I chatty : uid=1000(system) android:ui expire 3 lines
06-08 06:03:49.286 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 06:03:51.115 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 06:03:53.702 1311 3280 I chatty : uid=1000(system) Binder_4 expire 13 lines
06-08 06:03:54.022 23616 23616 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@b765eb0 time:114871013
06-08 06:03:54.022 1311 3408 I chatty : uid=1000(system) Binder_E expire 15 lines
06-08 06:03:55.430 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:55.512 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:55.839 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:55.871 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:55.960 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:55.994 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:57.832 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:57.918 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:03:58.890 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:03:58.953 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:01.079 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:01.144 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:01.660 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:01.715 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:05.684 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:05.685 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-08 06:04:05.724 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:06.864 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:06.913 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:07.007 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 06:04:07.795 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:07.856 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:08.422 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:08.510 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:08.985 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:09.063 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:09.647 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:09.701 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:11.083 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:11.130 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:11.323 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 06:04:13.182 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:13.253 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:14.231 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:14.277 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:15.035 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:15.103 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:15.657 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:15.706 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:16.521 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:16.523 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:04:16.582 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:17.590 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:17.649 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:19.286 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:19.358 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:20.423 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:20.482 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:21.724 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:21.787 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:22.178 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:22.267 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:23.222 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:23.282 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:24.147 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 06:04:24.383 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:24.457 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:25.406 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:25.473 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:26.222 1311 3351 I chatty : uid=1000(system) Binder_B expire 20 lines
06-08 06:04:27.763 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:27.852 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:29.066 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:29.072 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:04:29.134 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:29.660 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:29.704 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:30.959 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:31.067 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:32.835 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:32.884 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:34.408 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 06:04:34.408 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 06:04:35.512 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:35.584 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:39.477 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:39.533 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:44.207 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:44.640 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:45.670 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:45.730 23616 23616 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:45.823 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 06:04:45.891 1311 1339 I chatty : uid=1000(system) android.display expire 31 lines
06-08 06:04:45.899 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 06:04:45.940 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-08 06:04:46.113 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7da667d time:114923105
06-08 06:04:47.165 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 06:04:48.670 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-08 06:04:49.401 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:49.424 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114926395, downTime=114926395, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{2bcb375 V.E...... R....... 0,0-1440,2560}
06-08 06:04:49.526 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:49.534 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 16 lines
06-08 06:04:49.535 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=114926521, downTime=114926395, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{2bcb375 V.E...... R....... 0,0-1440,2560}
06-08 06:04:49.581 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 06:04:49.690 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 06:04:49.694 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@5beafe9 time:114926685
06-08 06:04:50.441 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:04:50.649 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:04:50.708 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 06:04:50.812 1311 3311 I chatty : uid=1000(system) Binder_7 expire 14 lines
06-08 06:04:50.823 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:114927815
06-08 06:05:00.061 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-08 06:05:05.741 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 06:05:15.219 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:05:15.224 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-08 06:05:15.317 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:05:15.318 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.android.chrome time:114952310
06-08 06:05:15.340 1311 1339 I chatty : uid=1000(system) android.display expire 16 lines
06-08 06:05:15.616 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-08 06:05:15.639 1311 1335 I chatty : uid=1000(system) android.ui expire 18 lines
06-08 06:05:15.823 19903 19903 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@16053 time:114952814
06-08 06:05:18.085 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:05:18.525 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:05:20.004 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:05:20.063 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:05:20.559 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 06:05:21.052 1311 1336 I chatty : uid=1000(system) android.fg expire 14 lines
06-08 06:05:21.180 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:05:21.269 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:05:23.463 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:05:23.532 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:05:24.151 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 06:05:27.274 1311 2865 I chatty : uid=1000(system) InputReader expire 26 lines
06-08 06:05:27.656 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 19 lines
06-08 06:05:28.365 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 06:05:28.744 2956 2956 V KeyguardDisplayManager: show
06-08 06:05:28.773 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:05:28.806 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 06:05:28.827 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 06:05:28.848 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 06:05:28.852 1311 2992 I chatty : uid=1000(system) Binder_3 expire 12 lines
06-08 06:06:41.313 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 06:06:41.350 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-08 06:06:41.357 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 06:06:41.389 1311 1339 I chatty : uid=1000(system) android.display expire 27 lines
06-08 06:06:41.679 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-08 06:06:42.270 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:42.314 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 06:06:42.351 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:42.429 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:42.435 1311 3280 I chatty : uid=1000(system) Binder_4 expire 12 lines
06-08 06:06:42.515 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:42.539 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 06:06:42.541 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 06:06:42.654 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:42.714 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:42.726 1311 3415 I chatty : uid=1000(system) Binder_F expire 13 lines
06-08 06:06:42.837 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:42.844 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 06:06:42.893 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:45.621 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:45.753 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:45.848 3214 7960 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 06:06:45.849 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 06:06:45.946 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 06:06:45.946 372 380 E : Failed to get KM_META
06-08 06:06:46.188 2956 2956 V KeyguardDisplayManager: hide
06-08 06:06:49.962 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:50.064 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:51.835 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:51.869 1311 1339 I chatty : uid=1000(system) android.display expire 16 lines
06-08 06:06:51.871 19903 19903 W ViewRootImpl: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=-95.0, y[0]=624.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=114987862, downTime=114987839, deviceId=4, source=0x1002 }
06-08 06:06:54.347 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:54.350 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:06:54.406 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:55.989 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:56.060 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:56.266 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:56.324 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:56.540 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:56.589 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:57.942 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:57.993 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:58.595 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:58.686 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:06:59.667 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:06:59.744 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:00.001 1311 2861 I chatty : uid=1000(system) AlarmManager expire 18 lines
06-08 06:07:00.215 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:00.289 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:00.454 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:00.539 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:01.003 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:01.066 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:01.687 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:01.760 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:02.152 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:02.224 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:02.580 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:02.655 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:03.600 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:03.652 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:12.808 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 06:07:12.808 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 06:07:14.329 1311 1334 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-08 06:07:14.337 3214 3584 I chatty : uid=1000(system) LEDService expire 19 lines
06-08 06:07:14.338 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 06:07:16.526 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 06:07:19.197 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 06:07:19.197 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 06:07:20.677 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:20.678 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:07:21.281 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:28.161 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:28.163 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 06:07:29.589 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:38.571 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:39.070 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:07:39.499 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:41.515 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:07:42.550 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 06:07:45.115 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:46.907 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:56.004 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:56.008 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 22 lines
06-08 06:07:56.013 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 06:07:57.065 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:07:58.117 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:07:59.529 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:00.037 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 06:08:05.351 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:07.407 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:19.099 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:19.101 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 18 lines
06-08 06:08:21.029 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:23.011 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:24.047 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:25.120 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 06:08:26.009 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:26.867 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:29.597 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:29.599 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:08:31.233 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:36.751 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:37.714 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:51.975 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:51.978 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:08:51.980 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 06:08:53.269 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:08:57.228 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:08:58.063 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:09:15.991 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:09:15.993 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:09:17.081 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:09:20.002 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 06:09:23.590 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:09:24.695 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:09:27.194 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:09:27.197 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:09:27.679 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:09:38.442 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:09:40.484 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:03.785 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:03.786 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 21 lines
06-08 06:10:03.787 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 06:10:04.378 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:05.091 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:06.281 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:07.142 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:07.687 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:08.255 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:08.836 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:09.833 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:10.004 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:10.460 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:10.930 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:17.206 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:17.208 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:10:17.641 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:22.893 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:23.214 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:25.122 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 06:10:30.822 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:31.058 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:34.072 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:34.401 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:35.123 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:35.624 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:10:35.855 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:38.489 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:38.624 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:10:41.736 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:10:41.739 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 06:10:41.972 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:11:11.781 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:11:12.481 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:11:15.076 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:11:15.077 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:11:15.408 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:11:16.130 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:11:16.360 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:11:17.138 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:11:17.476 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:11:20.593 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:11:21.030 19903 19903 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:11:23.591 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 52 lines
06-08 06:11:24.999 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 06:11:25.345 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-08 06:11:25.517 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 06:11:26.643 2956 2956 V KeyguardDisplayManager: show
06-08 06:11:26.750 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 06:11:26.826 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 06:14:27.038 1311 3202 I chatty : uid=1000(system) NetworkTimeUpda expire 4 lines
06-08 06:14:27.071 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 14 lines
06-08 06:14:28.384 8227 8227 I chatty : uid=1000(system) com.lge.lgdmsclient expire 6 lines
06-08 06:14:28.691 8259 8259 I chatty : uid=1000(system) com.lge.myplace expire 10 lines
06-08 06:14:28.998 8205 8205 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 2 lines
06-08 06:14:29.126 8190 8190 V LGMDMManager: Create singleton instance
06-08 06:14:29.185 1311 3335 I chatty : uid=1000(system) Binder_A expire 20 lines
06-08 06:14:29.775 1311 3356 I chatty : uid=1000(system) Binder_C expire 19 lines
06-08 06:14:30.211 1311 3280 I chatty : uid=1000(system) Binder_4 expire 15 lines
06-08 06:14:30.247 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 06:14:30.321 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 06:14:30.932 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 06:14:30.952 1311 1321 I chatty : uid=1000(system) Binder_1 expire 21 lines
06-08 06:15:00.451 3214 3584 I chatty : uid=1000(system) LEDService expire 16 lines
06-08 06:15:27.037 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 42 lines
06-08 06:29:21.587 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 45 lines
06-08 06:29:38.282 1311 1339 I chatty : uid=1000(system) android.display expire 65 lines
06-08 06:29:38.808 1311 3305 I chatty : uid=1000(system) Binder_6 expire 12 lines
06-08 06:29:39.042 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 06:29:40.426 1311 3415 I chatty : uid=1000(system) Binder_F expire 15 lines
06-08 06:29:40.444 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:40.503 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:40.539 3214 3584 I chatty : uid=1000(system) LEDService expire 18 lines
06-08 06:29:40.590 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:40.594 1311 3300 I chatty : uid=1000(system) Binder_5 expire 27 lines
06-08 06:29:40.595 1311 3418 I chatty : uid=1000(system) Binder_10 expire 14 lines
06-08 06:29:40.618 8555 8555 V LGMDMManager: Create singleton instance
06-08 06:29:40.638 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 06:29:40.640 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 06:29:40.680 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:40.821 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:40.882 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:41.747 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:41.817 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:41.919 3214 8644 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 06:29:41.920 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 06:29:42.024 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 06:29:42.024 372 380 E : Failed to get KM_META
06-08 06:29:42.052 19903 19903 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@16053 time:115383320
06-08 06:29:42.559 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-08 06:29:43.371 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:43.434 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:43.441 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 23 lines
06-08 06:29:43.627 1311 1335 I chatty : uid=1000(system) android.ui expire 18 lines
06-08 06:29:43.717 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:115384984
06-08 06:29:44.815 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:44.890 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:44.901 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:115386168
06-08 06:29:45.068 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@5beafe9 time:115386335
06-08 06:29:45.106 1311 3280 I chatty : uid=1000(system) Binder_4 expire 25 lines
06-08 06:29:46.237 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:46.310 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:46.390 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:115387657
06-08 06:29:47.049 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7ffdea7 time:115388316
06-08 06:29:48.007 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:48.652 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:49.207 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:49.574 1311 3318 I chatty : uid=1000(system) Binder_9 expire 16 lines
06-08 06:29:49.851 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:50.844 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:29:51.687 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:29:54.350 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 22 lines
06-08 06:29:59.623 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-08 06:29:59.641 1311 3311 I chatty : uid=1000(system) Binder_7 expire 17 lines
06-08 06:30:00.005 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 06:30:14.660 1311 2992 I chatty : uid=1000(system) Binder_3 expire 18 lines
06-08 06:30:14.680 1311 3300 I chatty : uid=1000(system) Binder_5 expire 17 lines
06-08 06:30:15.285 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 06:30:17.954 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:18.440 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:24.907 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-08 06:30:25.058 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 15 lines
06-08 06:30:25.059 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:25.117 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:34.776 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-08 06:30:35.144 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-08 06:30:35.364 1311 3317 I chatty : uid=1000(system) Binder_8 expire 15 lines
06-08 06:30:35.375 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 06:30:35.386 1311 3415 I chatty : uid=1000(system) Binder_F expire 24 lines
06-08 06:30:35.457 1311 3305 I chatty : uid=1000(system) Binder_6 expire 16 lines
06-08 06:30:35.641 1311 1339 I chatty : uid=1000(system) android.display expire 44 lines
06-08 06:30:35.873 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 06:30:35.982 2956 2956 V KeyguardDisplayManager: show
06-08 06:30:36.023 1311 3418 I chatty : uid=1000(system) Binder_10 expire 15 lines
06-08 06:30:36.386 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 06:30:39.773 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 16 lines
06-08 06:30:39.858 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 06:30:40.646 1311 1334 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-08 06:30:40.674 8227 8744 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 06:30:42.456 1311 8727 I chatty : uid=1000 system_server expire 1 line
06-08 06:30:42.576 8227 8874 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 06:30:56.062 3312 3312 I chatty : uid=1000(system) com.lge.iftttmanager expire 10 lines
06-08 06:30:56.360 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 15 lines
06-08 06:30:57.226 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:57.228 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 06:30:57.244 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 06:30:57.245 1311 1339 I chatty : uid=1000(system) android.display expire 20 lines
06-08 06:30:57.254 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 06:30:57.255 1311 3393 I chatty : uid=1000(system) Binder_D expire 15 lines
06-08 06:30:57.304 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:57.314 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:30:57.316 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 06:30:57.399 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:57.403 1311 3305 I chatty : uid=1000(system) Binder_6 expire 13 lines
06-08 06:30:57.404 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 06:30:57.483 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:57.592 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:57.598 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 06:30:57.668 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:57.680 1311 3335 I chatty : uid=1000(system) Binder_A expire 14 lines
06-08 06:30:57.788 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:57.792 1311 3418 I chatty : uid=1000(system) Binder_10 expire 22 lines
06-08 06:30:57.866 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:57.877 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 06:30:58.041 1311 3318 I chatty : uid=1000(system) Binder_9 expire 13 lines
06-08 06:30:58.327 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:30:58.429 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:30:58.505 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 06:30:58.521 3214 8987 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 06:30:58.524 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 06:30:58.617 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 06:30:58.617 372 380 E : Failed to get KM_META
06-08 06:30:58.682 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7ffdea7 time:115459949
06-08 06:30:58.692 1311 3280 I chatty : uid=1000(system) Binder_4 expire 14 lines
06-08 06:30:58.940 2956 2956 V KeyguardDisplayManager: hide
06-08 06:30:59.822 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:31:06.380 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:31:09.956 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:31:09.957 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 28 lines
06-08 06:31:10.082 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:31:10.131 1311 1339 I chatty : uid=1000(system) android.display expire 44 lines
06-08 06:31:10.194 1311 1335 I chatty : uid=1000(system) android.ui expire 14 lines
06-08 06:31:10.275 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:115471543
06-08 06:31:11.670 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:31:11.726 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:31:11.726 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:115472994
06-08 06:31:11.727 1311 3311 I chatty : uid=1000(system) Binder_7 expire 15 lines
06-08 06:31:11.868 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7ffdea7 time:115473135
06-08 06:31:14.100 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:31:14.223 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:31:14.344 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-08 06:31:14.375 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:115475642
06-08 06:31:15.189 3214 3584 I chatty : uid=1000(system) LEDService expire 44 lines
06-08 06:31:15.221 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 06:31:15.254 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 06:31:15.256 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 06:31:15.432 2956 2956 V KeyguardDisplayManager: show
06-08 06:31:19.746 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 36 lines
06-08 06:31:20.111 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:31:20.122 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:31:20.271 1311 2992 I chatty : uid=1000(system) Binder_3 expire 19 lines
06-08 06:31:20.290 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:31:20.306 1311 1339 I chatty : uid=1000(system) android.display expire 10 lines
06-08 06:31:20.340 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_CANCEL
06-08 06:31:20.650 1311 3335 I chatty : uid=1000(system) Binder_A expire 14 lines
06-08 06:31:21.728 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 06:31:21.822 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 06:32:39.881 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 06:34:02.320 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 06:34:03.079 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:03.092 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 06:34:03.095 1311 1339 I chatty : uid=1000(system) android.display expire 33 lines
06-08 06:34:03.138 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:03.533 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:03.651 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:03.708 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:04.238 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:04.295 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:04.380 3214 9208 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 06:34:04.381 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 06:34:04.432 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:34:04.433 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:115592324
06-08 06:34:04.445 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 06:34:04.445 372 380 E : Failed to get KM_META
06-08 06:34:04.503 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 06:34:04.630 2956 2956 V KeyguardDisplayManager: hide
06-08 06:34:04.681 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 06:34:05.666 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 06:34:05.666 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:05.715 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:05.720 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.google.android.keep time:115593611
06-08 06:34:05.915 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 06:34:07.108 9217 9217 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4430444 time:115594998
06-08 06:34:08.005 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:08.053 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:08.943 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 20 lines
06-08 06:34:08.988 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 06:34:11.006 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 06:34:11.588 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:11.617 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:12.578 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:12.626 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:13.662 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:13.733 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:14.218 1311 1311 I chatty : uid=1000 system_server expire 18 lines
06-08 06:34:15.628 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:15.684 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:15.974 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:16.047 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:16.204 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:16.246 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:16.379 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:16.445 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:16.576 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:16.626 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:18.595 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:18.713 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:20.382 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:20.445 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:20.679 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:20.734 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:20.949 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:20.999 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:21.379 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:21.420 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:21.652 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:34:21.654 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:21.710 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:22.019 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:22.075 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:22.607 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:22.660 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:22.801 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:22.884 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:23.058 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:23.123 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:23.487 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:23.555 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:23.669 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:23.729 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:23.868 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:23.926 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:24.148 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:24.191 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:24.622 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:24.677 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:26.755 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:26.822 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:26.917 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:27.008 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:27.376 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 06:34:27.997 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:28.068 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:28.357 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:28.400 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:28.977 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:29.043 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:29.291 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:29.340 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:29.607 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:29.671 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:29.833 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 06:34:29.982 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:30.030 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:30.578 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:30.630 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:30.737 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:30.804 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:31.043 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:31.086 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:33.276 3214 3584 I chatty : uid=1000(system) LEDService expire 22 lines
06-08 06:34:33.285 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 06:34:34.632 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:34.632 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-08 06:34:34.661 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115622524, downTime=115622524, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:34:34.696 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:34.701 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115622589, downTime=115622524, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:34:34.725 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 06:34:35.093 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:34:35.103 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115622985, downTime=115622985, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:34:35.183 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:34:35.184 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-08 06:34:35.188 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115623075, downTime=115622985, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:34:36.218 1311 2865 I chatty : uid=1000(system) InputReader expire 25 lines
06-08 06:34:36.818 1311 1339 I chatty : uid=1000(system) android.display expire 16 lines
06-08 06:34:37.166 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 06:34:37.179 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 06:34:37.182 1311 1321 I chatty : uid=1000(system) Binder_1 expire 16 lines
06-08 06:34:37.528 2956 2956 V KeyguardDisplayManager: show
06-08 06:34:37.581 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 06:34:37.626 1311 3356 I chatty : uid=1000(system) Binder_C expire 12 lines
06-08 06:34:39.052 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 19 lines
06-08 06:46:41.323 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:41.337 1311 1339 I chatty : uid=1000(system) android.display expire 26 lines
06-08 06:46:41.354 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 06:46:41.383 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:41.485 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:41.490 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-08 06:46:41.540 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:41.550 1311 3415 I chatty : uid=1000(system) Binder_F expire 17 lines
06-08 06:46:41.552 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 06:46:41.676 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:41.739 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:41.850 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:41.911 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:41.921 1311 3335 I chatty : uid=1000(system) Binder_A expire 17 lines
06-08 06:46:42.462 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:42.515 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:42.591 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-08 06:46:42.606 3214 9625 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 06:46:42.607 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 06:46:42.689 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 06:46:42.689 372 380 E : Failed to get KM_META
06-08 06:46:42.783 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 06:46:42.881 9217 9217 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4430444 time:115734665
06-08 06:46:43.106 2956 2956 V KeyguardDisplayManager: hide
06-08 06:46:43.851 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:43.854 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 19 lines
06-08 06:46:43.892 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:45.373 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:45.413 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:45.524 1311 1311 I chatty : uid=1000 system_server expire 21 lines
06-08 06:46:46.538 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:46.587 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:47.217 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:47.291 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:47.863 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:47.911 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:48.125 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:48.174 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:48.380 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:48.440 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:48.760 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:48.826 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:49.017 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:49.076 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:49.233 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:49.282 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:49.350 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-08 06:46:49.413 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:49.448 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:49.997 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:50.029 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115741789, downTime=115741789, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:46:50.066 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:50.077 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115741854, downTime=115741789, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:46:51.105 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 06:46:51.110 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 06:46:51.132 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115742895, downTime=115742895, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:46:51.134 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 06:46:51.135 1311 3393 I chatty : uid=1000(system) Binder_D expire 14 lines
06-08 06:46:51.141 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=115742921, downTime=115742895, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 06:46:52.155 1311 2865 I chatty : uid=1000(system) InputReader expire 27 lines
06-08 06:46:52.300 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 18 lines
06-08 06:46:53.037 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 10 lines
06-08 06:46:53.393 1311 3300 I chatty : uid=1000(system) Binder_5 expire 19 lines
06-08 06:46:53.396 2956 2956 V KeyguardDisplayManager: show
06-08 06:46:53.480 1311 1339 I chatty : uid=1000(system) android.display expire 11 lines
06-08 06:46:57.807 1311 1334 I chatty : uid=1000(system) ActivityManager expire 20 lines
06-08 06:47:52.311 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 06:53:20.380 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 07:00:01.339 1311 9886 I chatty : uid=1000 system_server expire 5 lines
06-08 07:00:01.350 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 07:00:18.617 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 07:00:18.888 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 07:00:19.048 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 07:00:19.152 1311 3415 I chatty : uid=1000(system) Binder_F expire 13 lines
06-08 07:00:19.476 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 07:00:19.587 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 07:00:19.606 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-08 07:00:19.623 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 07:00:19.838 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 07:00:22.474 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 51 lines
06-08 07:00:22.555 3214 3584 I chatty : uid=1000(system) LEDService expire 19 lines
06-08 07:00:22.699 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 07:00:33.323 1311 3318 I chatty : uid=1000(system) Binder_9 expire 16 lines
06-08 07:00:33.392 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 07:00:35.809 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 07:00:36.157 1311 1339 I chatty : uid=1000(system) android.display expire 10 lines
06-08 07:00:45.461 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 17 lines
06-08 07:01:24.621 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-08 07:01:24.630 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 07:04:19.775 1311 1321 I chatty : uid=1000(system) Binder_1 expire 15 lines
06-08 07:04:20.610 1311 3418 I chatty : uid=1000(system) Binder_10 expire 14 lines
06-08 07:04:20.865 1311 3280 I chatty : uid=1000(system) Binder_4 expire 15 lines
06-08 07:04:38.841 10157 10157 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 2 lines
06-08 07:05:22.953 3214 3997 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 07:05:22.954 3214 15705 I chatty : uid=1000(system) Binder_4 expire 12 lines
06-08 07:05:22.958 3214 3243 I chatty : uid=1000(system) Binder_1 expire 13 lines
06-08 07:05:23.054 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-08 07:05:23.392 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 07:05:27.443 1311 1334 I chatty : uid=1000(system) ActivityManager expire 25 lines
06-08 07:05:33.042 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 32 lines
06-08 07:20:09.250 1311 2893 I chatty : uid=1000(system) WifiStateMachin expire 12 lines
06-08 07:20:09.540 1311 3393 I chatty : uid=1000(system) Binder_D expire 28 lines
06-08 07:20:09.603 1311 3300 I chatty : uid=1000(system) Binder_5 expire 23 lines
06-08 07:20:09.607 1311 1322 I chatty : uid=1000(system) Binder_2 expire 40 lines
06-08 07:20:10.493 10292 10292 I chatty : uid=1000(system) com.lge.lgdmsclient expire 2 lines
06-08 07:20:11.649 10270 10270 V LGMDMManager: Create singleton instance
06-08 07:20:12.754 1311 3335 I chatty : uid=1000(system) Binder_A expire 18 lines
06-08 07:20:14.244 1311 2861 I chatty : uid=1000(system) AlarmManager expire 48 lines
06-08 07:20:14.538 1311 3318 I chatty : uid=1000(system) Binder_9 expire 26 lines
06-08 07:20:14.609 1311 1336 I chatty : uid=1000(system) android.fg expire 11 lines
06-08 07:21:09.468 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 49 lines
06-08 07:30:15.414 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 414 lines
06-08 07:38:56.682 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 13 lines
06-08 07:50:46.931 1311 2992 I chatty : uid=1000(system) Binder_3 expire 20 lines
06-08 07:59:08.247 1311 1334 I chatty : uid=1000(system) ActivityManager expire 27 lines
06-08 08:01:12.750 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 08:05:57.110 1311 1311 I chatty : uid=1000 system_server expire 133 lines
06-08 08:05:58.188 1311 3356 I chatty : uid=1000(system) Binder_C expire 22 lines
06-08 08:05:58.190 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-08 08:09:23.077 1311 3305 I chatty : uid=1000(system) Binder_6 expire 17 lines
06-08 08:21:11.501 1311 11171 I chatty : uid=1000 system_server expire 3 lines
06-08 08:21:11.565 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 08:21:11.861 11187 11187 I chatty : uid=1000(system) com.lge.lgdmsclient expire 4 lines
06-08 08:21:11.907 11187 11231 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 08:21:12.120 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 08:21:12.121 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 08:21:12.132 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-08 08:21:12.136 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-08 08:21:12.142 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 08:21:14.545 11187 11400 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 08:21:14.546 8259 8259 I chatty : uid=1000(system) com.lge.myplace expire 2 lines
06-08 08:21:17.978 3214 3249 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 08:21:17.981 3214 3584 I chatty : uid=1000(system) LEDService expire 13 lines
06-08 08:38:03.094 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:03.120 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 08:38:03.449 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:03.456 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:03.458 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:03.470 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:03.474 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:05.973 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:21.635 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:38:22.610 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 08:38:23.589 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 08:38:23.618 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 08:38:23.663 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 08:38:23.719 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-08 08:38:23.726 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 08:38:24.103 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 08:38:24.112 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 08:38:24.374 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 08:38:24.721 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:24.774 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 08:38:24.775 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 08:38:24.808 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:24.818 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 08:38:24.820 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 08:38:24.937 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:25.010 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:25.171 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:25.243 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:25.256 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-08 08:38:25.259 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 08:38:25.403 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:25.471 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:25.491 1311 1322 I chatty : uid=1000(system) Binder_2 expire 14 lines
06-08 08:38:25.699 1311 1311 I chatty : uid=1000 system_server expire 25 lines
06-08 08:38:26.178 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:26.241 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:26.390 3214 12144 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 08:38:26.401 1311 1339 I chatty : uid=1000(system) android.display expire 26 lines
06-08 08:38:26.403 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 08:38:26.483 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 08:38:26.483 372 380 E : Failed to get KM_META
06-08 08:38:26.622 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 08:38:26.823 2956 2956 V KeyguardDisplayManager: hide
06-08 08:38:26.886 12146 12146 I chatty : uid=1000(system) com.lge.eodengine expire 1 line
06-08 08:38:27.159 9217 9217 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4430444 time:116512392
06-08 08:38:29.022 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:29.027 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 17 lines
06-08 08:38:29.177 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:29.662 12192 12192 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 1 line
06-08 08:38:29.720 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 08:38:29.797 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-08 08:38:29.914 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 08:38:55.775 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:55.783 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 08:38:55.800 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 08:38:55.854 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:55.906 1311 1339 I chatty : uid=1000(system) android.display expire 24 lines
06-08 08:38:55.985 1311 3415 I chatty : uid=1000(system) Binder_F expire 26 lines
06-08 08:38:56.038 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 08:38:56.149 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:116541381
06-08 08:38:57.399 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 08:38:57.399 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:57.456 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:38:57.459 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:116542691
06-08 08:38:57.842 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 08:38:58.021 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@de9822c time:116543253
06-08 08:38:59.135 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:38:59.184 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:00.043 1311 1311 I chatty : uid=1000 system_server expire 17 lines
06-08 08:39:00.752 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:00.806 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:02.247 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:02.319 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:03.058 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 08:39:03.785 3214 3584 I chatty : uid=1000(system) LEDService expire 29 lines
06-08 08:39:03.806 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:03.905 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:04.572 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 08:39:05.013 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:05.097 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:05.989 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:06.055 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:06.618 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:06.741 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:06.872 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:06.972 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:07.496 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:07.576 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:08.163 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:08.235 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:08.737 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:08.737 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 08:39:08.790 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:09.901 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:09.964 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:11.084 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:11.130 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:11.762 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:11.799 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:11.979 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:12.014 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:12.876 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:12.939 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:13.638 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:13.700 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:14.174 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:14.228 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:15.107 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:39:15.162 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:39:15.287 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 08:39:15.290 1311 1335 I chatty : uid=1000(system) android.ui expire 23 lines
06-08 08:39:15.290 1311 1339 I chatty : uid=1000(system) android.display expire 21 lines
06-08 08:39:18.370 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 08:39:23.883 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 08:39:34.824 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:39:44.915 1311 1336 I chatty : uid=1000(system) android.fg expire 21 lines
06-08 08:39:46.235 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:116591467
06-08 08:39:46.236 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-08 08:39:46.370 1311 3351 I chatty : uid=1000(system) Binder_B expire 13 lines
06-08 08:39:47.335 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 08:39:47.836 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 08:39:48.293 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1cefd6b time:116593525
06-08 08:40:00.065 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 08:40:08.721 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:08.723 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 25 lines
06-08 08:40:08.782 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 08:40:08.790 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-08 08:40:08.790 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:08.983 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:09.139 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:10.355 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:10.357 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 13 lines
06-08 08:40:10.593 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:11.503 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 08:40:11.516 427 943 I chatty : uid=1000(system) /system/bin/atd expire 15 lines
06-08 08:40:11.721 427 12437 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 08:40:11.729 427 12441 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 08:40:11.768 12422 12422 I chatty : uid=1000(system) com.lge.sync expire 16 lines
06-08 08:40:11.772 1311 1339 I chatty : uid=1000(system) android.display expire 10 lines
06-08 08:40:11.778 1311 12443 I chatty : uid=1000 system_server expire 1 line
06-08 08:40:11.912 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 08:40:11.928 427 12442 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 08:40:12.038 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 08:40:13.117 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 14 lines
06-08 08:40:14.232 427 12553 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 08:40:14.242 427 12555 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 08:40:14.319 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:14.443 427 12556 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 08:40:14.794 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:17.307 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 08:40:17.906 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:17.908 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 08:40:17.946 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 08:40:18.011 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 08:40:18.035 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 08:40:18.036 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:18.144 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 08:40:18.230 3214 3608 I chatty : uid=1000(system) volumeHandlerTh expire 10 lines
06-08 08:40:18.230 1311 3418 I chatty : uid=1000(system) Binder_10 expire 20 lines
06-08 08:40:19.544 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:19.666 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:20.292 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 08:40:20.892 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:20.924 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:21.812 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 08:40:21.833 1311 3833 I chatty : uid=1000(system) IzatServiceBase expire 16 lines
06-08 08:40:21.934 3214 3584 I chatty : uid=1000(system) LEDService expire 18 lines
06-08 08:40:22.042 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-08 08:40:22.270 12842 12842 I chatty : uid=1000(system) com.lge.myplace expire 3 lines
06-08 08:40:23.132 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:23.142 1311 3280 I chatty : uid=1000(system) Binder_4 expire 15 lines
06-08 08:40:23.313 1311 3305 I chatty : uid=1000(system) Binder_6 expire 17 lines
06-08 08:40:23.359 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:23.360 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 08:40:23.402 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=116628385, downTime=116628385, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 08:40:23.404 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=116628631, downTime=116628385, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 08:40:23.485 4066 4752 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avek@eea5038] by avcy.a():3
06-08 08:40:23.490 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 08:40:23.512 4066 4752 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avbf@7e36214] by avbe.a():54
06-08 08:40:23.610 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 08:40:24.245 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 08:40:24.769 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 08:40:24.957 1311 1332 I chatty : uid=1000(system) android.bg expire 10 lines
06-08 08:40:25.399 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 08:40:26.101 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:26.101 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 08:40:26.133 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:26.558 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:116631790
06-08 08:40:26.922 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-08 08:40:27.559 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 08:40:27.739 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:27.783 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:27.925 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c80533e time:116633157
06-08 08:40:28.054 1311 2992 I chatty : uid=1000(system) Binder_3 expire 14 lines
06-08 08:40:28.134 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:40:28.252 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 08:40:29.700 432 12725 W SocketClient: write error (Broken pipe)
06-08 08:40:30.857 432 12819 W SocketClient: write error (Broken pipe)
06-08 08:40:30.895 432 12828 W SocketClient: write error (Broken pipe)
06-08 08:40:31.239 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 08:40:31.331 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 08:40:35.457 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:40:35.479 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 08:40:35.524 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:40:35.609 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 08:40:35.648 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 08:40:35.753 4066 13035 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@8aba535] by avcy.a():3
06-08 08:40:35.908 1311 3305 I chatty : uid=1000(system) Binder_6 expire 13 lines
06-08 08:40:39.185 4066 13035 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 08:40:39.193 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 08:40:39.194 1311 3317 I chatty : uid=1000(system) Binder_8 expire 15 lines
06-08 08:40:39.201 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 08:40:41.963 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:40:42.112 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:40:44.282 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 08:40:44.294 4066 13045 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@5a18a91] by avcy.a():3
06-08 08:40:46.658 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:40:47.723 4066 13045 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 08:40:47.748 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 08:40:52.768 4066 13053 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@652590b] by avcy.a():3
06-08 08:40:56.204 4066 13053 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 08:40:56.273 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 08:40:56.309 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 08:40:58.190 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 08:41:00.049 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-08 08:41:09.988 3214 3243 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 08:41:17.093 970 970 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by com.whatsapp.af.s.i():47128
06-08 08:41:25.796 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 08:41:31.823 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 08:41:36.500 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 08:41:37.060 2956 2956 V KeyguardDisplayManager: show
06-08 08:41:37.077 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 08:41:37.116 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 08:41:37.121 1311 2992 I chatty : uid=1000(system) Binder_3 expire 16 lines
06-08 08:41:51.932 3214 3584 I chatty : uid=1000(system) LEDService expire 21 lines
06-08 08:41:51.942 1311 3311 I chatty : uid=1000(system) Binder_7 expire 14 lines
06-08 08:42:03.015 3214 3249 I chatty : uid=1000(system) Binder_2 expire 20 lines
06-08 08:42:23.595 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:42:23.634 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:42:23.673 1311 1311 I chatty : uid=1000 system_server expire 14 lines
06-08 08:42:27.983 1311 3351 I chatty : uid=1000(system) Binder_B expire 16 lines
06-08 08:43:18.943 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-08 08:44:24.696 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:44:24.726 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:44:24.758 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 08:44:24.820 1311 3415 I chatty : uid=1000(system) Binder_F expire 18 lines
06-08 08:44:24.945 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 08:44:29.049 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 08:45:46.594 1311 2861 I chatty : uid=1000(system) AlarmManager expire 13 lines
06-08 08:46:24.777 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:46:24.812 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 08:46:24.821 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:46:24.852 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 08:46:29.143 1311 3418 I chatty : uid=1000(system) Binder_10 expire 16 lines
06-08 08:46:29.640 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 08:46:29.798 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 08:46:29.814 4066 4739 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@f24c7f4] by awgt.a():13
06-08 08:46:35.897 3214 3584 I chatty : uid=1000(system) LEDService expire 26 lines
06-08 08:48:24.892 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:48:24.933 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:48:25.027 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 08:48:25.948 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 08:48:29.204 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 08:48:29.249 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 08:48:29.303 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-08 08:48:29.326 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 08:48:35.922 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-08 08:50:46.781 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:50:46.811 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:51:11.698 3214 3584 I chatty : uid=1000(system) LEDService expire 22 lines
06-08 08:51:11.708 1311 3351 I chatty : uid=1000(system) Binder_B expire 12 lines
06-08 08:52:24.968 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 08:52:25.086 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:52:25.119 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 08:52:25.128 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 08:52:25.130 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:52:25.168 4066 4752 I SensorManager: unregisterListenerImpl() [Sensor: LGE Accelerometer, SensorEventListener: avbf@7e36214] by avbe.a():27
06-08 08:52:25.174 4066 4752 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@ba738f3] by awgt.a():13
06-08 08:52:25.210 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 08:52:25.214 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 08:52:25.226 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-08 08:54:00.304 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 08:54:00.307 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 08:54:00.321 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 08:54:00.352 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-08 08:54:23.626 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:54:23.657 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:54:27.982 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 08:54:35.901 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 08:55:23.717 1311 3393 I chatty : uid=1000(system) Binder_D expire 21 lines
06-08 08:55:23.792 4066 13390 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: avef@3c8177f] by avcy.a():3
06-08 08:55:23.942 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 08:55:23.944 1311 3318 I chatty : uid=1000(system) Binder_9 expire 13 lines
06-08 08:55:24.019 1311 3150 I chatty : uid=1000(system) Thread-113 expire 10 lines
06-08 08:55:28.314 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 08:55:33.813 4066 13390 I SensorManager: removeAllSensors() [Sensor: LGE Gyroscope] by avcy.a():2
06-08 08:55:33.828 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 08:55:33.838 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 08:55:33.874 1311 3351 I chatty : uid=1000(system) Binder_B expire 16 lines
06-08 08:55:35.906 2956 2956 W LGPowerUI: LGIntent.EXTRA_BATTERY_LEVEL is not available!!!!!
06-08 08:55:35.929 1311 3311 I chatty : uid=1000(system) Binder_7 expire 12 lines
06-08 08:56:23.975 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:56:23.990 1311 1311 I chatty : uid=1000 system_server expire 14 lines
06-08 08:56:24.011 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:56:28.298 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 08:56:28.317 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 08:56:28.331 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 08:57:02.954 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-08 08:58:06.105 4066 13442 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: avef@e559ff8] by avcy.a():3
06-08 08:58:06.128 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 08:58:06.205 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 12 lines
06-08 08:58:06.207 1311 3418 I chatty : uid=1000(system) Binder_10 expire 12 lines
06-08 08:58:10.448 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 08:58:16.132 4066 13442 I SensorManager: removeAllSensors() [Sensor: LGE Gyroscope] by avcy.a():2
06-08 08:58:16.144 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 08:58:16.151 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 08:58:16.162 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 08:58:16.174 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 08:58:16.189 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 08:58:35.914 3214 3584 I chatty : uid=1000(system) LEDService expire 23 lines
06-08 08:59:06.207 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 08:59:06.246 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 08:59:06.261 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 09:00:38.612 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:00:38.645 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:00:38.681 4066 13594 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: avef@534e6dd] by avcy.a():3
06-08 09:00:38.706 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 09:00:38.711 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 09:00:38.720 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 09:00:38.783 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 09:00:43.431 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-08 09:00:43.448 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 09:00:48.707 4066 13594 I SensorManager: removeAllSensors() [Sensor: LGE Gyroscope] by avcy.a():2
06-08 09:00:48.709 1311 3305 I chatty : uid=1000(system) Binder_6 expire 18 lines
06-08 09:00:48.722 1311 3393 I chatty : uid=1000(system) Binder_D expire 19 lines
06-08 09:00:48.736 1311 3356 I chatty : uid=1000(system) Binder_C expire 12 lines
06-08 09:00:48.745 1311 3311 I chatty : uid=1000(system) Binder_7 expire 15 lines
06-08 09:00:53.775 1311 3317 I chatty : uid=1000(system) Binder_8 expire 14 lines
06-08 09:01:03.540 4066 13616 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: avef@bc0c10f] by avcy.a():3
06-08 09:01:03.550 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 09:01:03.572 1311 3408 I chatty : uid=1000(system) Binder_E expire 16 lines
06-08 09:01:07.741 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 09:01:07.771 1311 3415 I chatty : uid=1000(system) Binder_F expire 14 lines
06-08 09:01:07.785 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 09:01:13.571 4066 13616 I SensorManager: removeAllSensors() [Sensor: LGE Gyroscope] by avcy.a():2
06-08 09:01:13.598 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 09:01:13.618 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-08 09:01:18.649 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 09:01:18.667 1311 3280 I chatty : uid=1000(system) Binder_4 expire 13 lines
06-08 09:01:27.890 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 09:01:35.911 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 09:03:15.197 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:03:15.230 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:04:35.901 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 09:04:35.939 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-08 09:04:45.846 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:04:45.884 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:05:35.920 1311 3317 I chatty : uid=1000(system) Binder_8 expire 13 lines
06-08 09:05:55.652 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 09:06:33.342 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:06:33.380 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:06:33.423 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 09:06:35.921 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 09:06:37.749 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 09:06:37.770 1311 3408 I chatty : uid=1000(system) Binder_E expire 15 lines
06-08 09:06:37.783 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 09:06:37.790 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 09:09:19.361 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:09:19.395 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:09:35.933 3214 3584 I chatty : uid=1000(system) LEDService expire 40 lines
06-08 09:10:32.897 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 13 lines
06-08 09:10:42.806 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 09:10:43.604 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:10:43.639 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:10:44.957 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-08 09:11:47.055 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 09:11:48.163 1311 3335 I chatty : uid=1000(system) Binder_A expire 16 lines
06-08 09:16:43.754 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:16:43.789 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:16:43.801 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:16:43.841 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:16:43.848 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:16:43.866 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 09:16:43.887 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:16:43.957 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 09:16:43.966 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 09:16:43.985 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 09:16:48.219 1311 3305 I chatty : uid=1000(system) Binder_6 expire 20 lines
06-08 09:17:35.914 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-08 09:17:36.582 1311 1336 I chatty : uid=1000(system) android.fg expire 11 lines
06-08 09:19:45.883 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:19:45.910 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 09:19:45.922 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:20:11.135 3214 3584 I chatty : uid=1000(system) LEDService expire 24 lines
06-08 09:20:46.050 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:20:46.061 1311 3280 I chatty : uid=1000(system) Binder_4 expire 12 lines
06-08 09:20:46.082 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:20:46.993 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 09:20:46.994 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-08 09:21:12.895 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 09:21:12.898 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 09:21:45.678 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 09:21:46.096 3214 15705 I chatty : uid=1000(system) Binder_4 expire 12 lines
06-08 09:21:46.418 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 22 lines
06-08 09:21:46.451 1311 1339 I chatty : uid=1000(system) android.display expire 11 lines
06-08 09:21:46.658 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 09:21:47.166 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 09:21:55.675 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 09:23:25.456 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:23:25.495 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 09:23:25.508 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:23:25.537 4066 14268 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: avef@bd3cfaf] by avcy.a():3
06-08 09:23:25.671 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 09:23:25.681 1311 3318 I chatty : uid=1000(system) Binder_9 expire 15 lines
06-08 09:23:25.684 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-08 09:23:25.692 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 09:23:25.760 1311 3351 I chatty : uid=1000(system) Binder_B expire 12 lines
06-08 09:23:29.746 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 09:23:35.548 4066 14268 I SensorManager: removeAllSensors() [Sensor: LGE Gyroscope] by avcy.a():2
06-08 09:23:35.566 1311 3356 I chatty : uid=1000(system) Binder_C expire 13 lines
06-08 09:23:35.572 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 09:23:35.920 3214 3584 I chatty : uid=1000(system) LEDService expire 42 lines
06-08 09:24:25.687 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:24:25.700 1311 1311 I chatty : uid=1000 system_server expire 16 lines
06-08 09:24:25.719 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:24:29.684 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 09:24:29.729 1311 3318 I chatty : uid=1000(system) Binder_9 expire 13 lines
06-08 09:25:57.345 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 09:27:35.913 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 09:29:04.449 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 09:30:25.795 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:30:25.834 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:30:25.877 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 09:30:30.877 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 09:30:30.951 1311 3335 I chatty : uid=1000(system) Binder_A expire 17 lines
06-08 09:30:31.034 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 09:31:35.919 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 09:33:18.504 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 09:34:45.911 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:34:45.943 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:35:30.890 3214 3584 I chatty : uid=1000(system) LEDService expire 28 lines
06-08 09:35:30.894 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-08 09:36:25.986 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:36:25.998 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 09:36:26.005 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-08 09:36:26.006 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 09:36:26.013 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-08 09:36:26.021 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:36:30.314 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 09:36:30.331 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 09:36:30.340 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 09:40:55.738 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:40:55.800 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:41:35.910 3214 3584 I chatty : uid=1000(system) LEDService expire 20 lines
06-08 09:41:45.941 1311 1332 I chatty : uid=1000(system) android.bg expire 10 lines
06-08 09:42:26.066 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:42:26.110 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:42:30.452 1311 3351 I chatty : uid=1000(system) Binder_B expire 12 lines
06-08 09:42:30.463 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 09:42:35.910 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 09:44:57.865 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 09:44:57.865 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 09:44:57.916 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 09:46:35.925 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-08 09:46:35.934 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 09:48:26.102 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 09:48:26.187 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:48:26.224 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:48:26.245 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 09:48:26.246 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 09:48:31.318 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 09:48:31.372 4066 4752 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@ba738f3] by awgt.a():3
06-08 09:48:31.386 4066 4752 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avbf@7e36214] by avbe.a():54
06-08 09:48:31.404 4066 14948 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@2f61f6a] by avcy.a():3
06-08 09:48:31.412 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 09:48:31.414 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 09:48:31.434 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 09:48:31.439 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 09:48:31.685 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 09:48:34.652 4066 14948 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 09:48:34.659 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 09:48:34.679 4066 4717 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@54dd51f] by awgt.a():13
06-08 09:48:34.716 4066 4752 I SensorManager: unregisterListenerImpl() [Sensor: LGE Accelerometer, SensorEventListener: avbf@7e36214] by avbe.a():27
06-08 09:48:34.721 4066 4752 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@11804e9] by awgt.a():13
06-08 09:48:34.773 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 09:48:34.791 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 09:48:35.903 3214 3584 I chatty : uid=1000(system) LEDService expire 16 lines
06-08 09:50:46.090 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:50:46.120 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:51:00.728 3214 3584 I chatty : uid=1000(system) LEDService expire 14 lines
06-08 09:51:00.736 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 09:51:00.747 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 09:51:00.781 1311 1336 I chatty : uid=1000(system) android.fg expire 16 lines
06-08 09:53:31.499 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 09:53:31.537 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 09:53:31.537 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 09:53:31.552 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 09:53:35.818 1311 3311 I chatty : uid=1000(system) Binder_7 expire 14 lines
06-08 09:53:35.851 1311 3408 I chatty : uid=1000(system) Binder_E expire 19 lines
06-08 09:53:35.858 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 09:53:35.880 1311 1321 I chatty : uid=1000(system) Binder_1 expire 13 lines
06-08 09:53:35.898 3214 3584 I chatty : uid=1000(system) LEDService expire 27 lines
06-08 10:00:00.005 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 10:00:00.059 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:00:00.101 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:00:00.200 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 10:00:00.203 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 10:00:11.129 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 10:01:00.237 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:01:00.272 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:02:35.914 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 10:03:15.334 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:03:15.371 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:03:15.383 1311 1311 I chatty : uid=1000 system_server expire 38 lines
06-08 10:03:35.919 3214 3584 I chatty : uid=1000(system) LEDService expire 22 lines
06-08 10:03:35.923 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 10:04:45.985 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:04:46.016 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:06:23.503 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 10:06:23.558 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 10:06:23.629 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:06:23.657 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:06:27.985 1311 2992 I chatty : uid=1000(system) Binder_3 expire 13 lines
06-08 10:06:32.722 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 109 lines
06-08 10:09:06.114 1311 1311 I chatty : uid=1000 system_server expire 19 lines
06-08 10:09:17.956 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:09:17.998 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:09:35.910 3214 3584 I chatty : uid=1000(system) LEDService expire 15 lines
06-08 10:10:23.578 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:10:23.620 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:11:55.499 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 24 lines
06-08 10:12:23.675 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:12:23.685 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 10:12:23.704 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:12:23.707 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 10:12:23.718 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 10:12:28.005 1311 3335 I chatty : uid=1000(system) Binder_A expire 13 lines
06-08 10:12:28.722 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 10:15:00.310 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 103 lines
06-08 10:17:24.348 1311 1339 I chatty : uid=1000(system) android.display expire 21 lines
06-08 10:17:45.328 1311 3280 I chatty : uid=1000(system) Binder_4 expire 14 lines
06-08 10:18:23.778 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:18:23.815 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:18:23.839 1311 1311 I chatty : uid=1000 system_server expire 16 lines
06-08 10:18:28.026 3312 3312 I chatty : uid=1000(system) com.lge.iftttmanager expire 10 lines
06-08 10:18:28.662 1311 1321 I chatty : uid=1000(system) Binder_1 expire 17 lines
06-08 10:18:28.679 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-08 10:18:28.701 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 10:19:35.918 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-08 10:19:46.618 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-08 10:20:47.372 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:20:47.403 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:20:55.582 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 10:20:57.043 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 10:20:57.043 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-08 10:21:13.063 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 10:24:23.881 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:24:23.912 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 10:24:23.914 1311 3317 I chatty : uid=1000(system) Binder_8 expire 11 lines
06-08 10:24:23.918 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:24:23.927 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 10:24:23.978 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 10:24:28.189 1311 3415 I chatty : uid=1000(system) Binder_F expire 14 lines
06-08 10:24:28.219 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 10:24:28.224 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 10:27:22.998 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:27:23.040 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:27:23.051 4066 15939 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: avef@400af0] by avcy.a():3
06-08 10:27:23.073 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 10:27:23.083 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 10:27:23.158 1311 3150 I chatty : uid=1000(system) Thread-113 expire 2 lines
06-08 10:27:33.080 4066 15939 I SensorManager: removeAllSensors() [Sensor: LGE Gyroscope] by avcy.a():2
06-08 10:27:33.091 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 10:27:33.098 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 10:28:23.578 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:28:23.592 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 10:28:23.618 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:28:27.771 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 10:28:27.800 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 10:28:27.806 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 10:28:29.687 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 10:28:44.063 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 50 lines
06-08 10:30:23.632 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:30:23.674 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:32:57.432 1311 2866 I chatty : uid=1000(system) MountService expire 4 lines
06-08 10:32:57.441 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:32:57.455 1311 2867 I chatty : uid=1000(system) VoldConnector expire 3 lines
06-08 10:32:57.457 372 16059 D vold : Starting trim of /cache
06-08 10:32:57.470 372 16059 I vold : Trimmed 0 bytes on /cache in 12ms
06-08 10:32:57.471 372 16059 D vold : Starting trim of /data
06-08 10:32:57.479 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:32:57.807 372 16059 I vold : Trimmed 1152991232 bytes on /data in 336ms
06-08 10:32:58.465 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 10:32:58.467 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 10:34:23.592 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:34:23.610 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 10:34:23.625 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:34:46.016 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 10:36:23.556 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:36:23.597 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:37:42.090 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-08 10:37:45.889 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 10:37:45.912 1311 1339 I chatty : uid=1000(system) android.display expire 13 lines
06-08 10:39:19.293 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:39:19.334 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:40:23.701 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:40:23.710 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 10:40:23.738 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:40:28.515 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 10:40:28.542 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 10:41:32.309 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 10:46:23.759 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:46:23.794 1311 3415 I chatty : uid=1000(system) Binder_F expire 12 lines
06-08 10:46:23.794 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:46:28.137 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 10:46:28.149 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 10:46:28.157 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 10:46:28.169 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 10:49:48.512 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:49:48.556 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:50:46.249 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:50:46.269 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 10:50:46.285 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:52:23.818 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 10:52:23.898 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:52:23.918 1311 3311 I chatty : uid=1000(system) Binder_7 expire 12 lines
06-08 10:52:23.929 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:52:23.930 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 10:52:28.177 1311 3305 I chatty : uid=1000(system) Binder_6 expire 12 lines
06-08 10:57:35.913 3214 3584 I chatty : uid=1000(system) LEDService expire 22 lines
06-08 10:58:23.979 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 10:58:24.019 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 10:58:28.319 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 10:58:35.917 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 11:00:35.903 1311 1334 I chatty : uid=1000(system) ActivityManager expire 16 lines
06-08 11:01:00.217 4066 4066 I SensorManager: registerListenerImpl() [Sensor: LGE Pressure, Rate: 0, SensorEventListener: awia@437fa8b] by awia.onReceive():10
06-08 11:01:00.246 4066 4066 I SensorManager: removeAllSensors() [Sensor: LGE Pressure] by awia.b():6
06-08 11:01:45.890 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 35 lines
06-08 11:01:51.252 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 11:01:51.347 427 943 I chatty : uid=1000(system) /system/bin/atd expire 18 lines
06-08 11:01:51.349 427 427 I chatty : uid=1000(system) /system/bin/atd expire 19 lines
06-08 11:01:51.397 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 11:01:52.414 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:52.444 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:01:52.460 1311 1339 I chatty : uid=1000(system) android.display expire 36 lines
06-08 11:01:52.473 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-08 11:01:52.496 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 11 lines
06-08 11:01:52.523 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 11:01:52.525 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 11:01:52.564 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:54.123 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:54.217 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:54.337 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:54.480 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:54.967 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:55.159 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:55.167 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 11:01:55.587 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:55.714 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:56.450 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:56.620 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:56.761 3214 16712 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 11:01:56.771 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 11:01:56.771 1311 1311 I chatty : uid=1000 system_server expire 20 lines
06-08 11:01:56.864 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 11:01:56.867 372 380 E : Failed to get KM_META
06-08 11:01:56.867 1311 1322 I chatty : uid=1000(system) Binder_2 expire 22 lines
06-08 11:01:57.083 1311 3335 I chatty : uid=1000(system) Binder_A expire 13 lines
06-08 11:01:57.310 2956 2956 V KeyguardDisplayManager: hide
06-08 11:01:57.369 16714 16714 I chatty : uid=1000(system) com.lge.eodengine expire 2 lines
06-08 11:01:57.529 3214 3584 I chatty : uid=1000(system) LEDService expire 30 lines
06-08 11:01:58.574 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:01:58.773 31094 31094 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:01:59.529 31094 31094 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 11:02:00.002 1311 2861 I chatty : uid=1000(system) AlarmManager expire 12 lines
06-08 11:02:01.575 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-08 11:02:02.107 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:02.132 1311 1335 I chatty : uid=1000(system) android.ui expire 18 lines
06-08 11:02:02.207 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:03.037 4066 4066 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@f24c7f4] by android.os.MessageQueue.nativePollOnce():-2
06-08 11:02:03.045 970 970 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@f03520d] by android.os.MessageQueue.nativePollOnce():-2
06-08 11:02:03.045 4066 4066 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@54dd51f] by android.os.MessageQueue.nativePollOnce():-2
06-08 11:02:03.054 4066 4066 I SensorManager: cancelTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: awgw@11804e9] by android.os.MessageQueue.nativePollOnce():-2
06-08 11:02:03.104 4066 4752 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avbf@7e36214] by avbe.a():54
06-08 11:02:03.122 4066 16787 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@7d1a820] by avcy.a():3
06-08 11:02:03.151 1311 2992 I chatty : uid=1000(system) Binder_3 expire 18 lines
06-08 11:02:05.367 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:05.466 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:05.856 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-08 11:02:05.873 1311 3833 I chatty : uid=1000(system) IzatServiceBase expire 16 lines
06-08 11:02:05.898 1311 2925 I chatty : uid=1000(system) backup expire 2 lines
06-08 11:02:05.927 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:02:05.932 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 11:02:05.937 1311 3305 I chatty : uid=1000(system) Binder_6 expire 19 lines
06-08 11:02:06.079 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 11:02:06.096 16802 16802 I chatty : uid=1000(system) com.lge.myplace expire 5 lines
06-08 11:02:06.162 1311 3418 I chatty : uid=1000(system) Binder_10 expire 19 lines
06-08 11:02:06.173 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c80533e time:125131406
06-08 11:02:06.187 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 11:02:06.375 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-08 11:02:06.375 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 11:02:06.549 4066 16787 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 11:02:06.589 4066 16823 I Timeline: Timeline: Activity_launch_request id:com.google.android.gms time:125131821
06-08 11:02:07.235 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:07.446 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 11:02:07.447 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 11:02:07.499 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:07.530 4066 16848 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@551b137] by avcy.a():3
06-08 11:02:07.608 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 11:02:07.763 1311 3415 I chatty : uid=1000(system) Binder_F expire 13 lines
06-08 11:02:07.882 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 11:02:08.012 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 11:02:08.092 16828 16828 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@e563c60 time:125133325
06-08 11:02:08.787 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 11:02:10.961 4066 16848 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 11:02:11.023 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:11.165 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:11.597 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:11.598 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 13 lines
06-08 11:02:11.684 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:15.994 4066 16864 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@baa802b] by avcy.a():3
06-08 11:02:18.470 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-08 11:02:19.419 4066 16864 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 11:02:19.429 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 11:02:19.440 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-08 11:02:24.461 4066 16877 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 20000, SensorEventListener: avef@aebbd06] by avcy.a():3
06-08 11:02:25.493 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:25.753 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:26.592 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:26.606 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 11:02:26.608 1311 3317 I chatty : uid=1000(system) Binder_8 expire 19 lines
06-08 11:02:26.764 1311 3356 I chatty : uid=1000(system) Binder_C expire 25 lines
06-08 11:02:26.945 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 11:02:27.112 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:27.324 1311 1339 I chatty : uid=1000(system) android.display expire 11 lines
06-08 11:02:27.898 4066 16877 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by avcy.a():2
06-08 11:02:27.952 4066 4752 I SensorManager: unregisterListenerImpl() [Sensor: LGE Accelerometer, SensorEventListener: avbf@7e36214] by avbe.a():27
06-08 11:02:27.961 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 11:02:35.915 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 11:02:39.559 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:39.562 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-08 11:02:39.675 16828 16828 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:39.707 1311 1335 I chatty : uid=1000(system) android.ui expire 16 lines
06-08 11:02:39.713 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:02:39.767 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 11:02:39.811 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 11:02:39.876 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c80533e time:125165108
06-08 11:02:39.881 1311 2992 I chatty : uid=1000(system) Binder_3 expire 13 lines
06-08 11:02:40.269 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:40.381 1311 1339 I chatty : uid=1000(system) android.display expire 14 lines
06-08 11:02:40.507 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:40.605 3214 3243 I chatty : uid=1000(system) Binder_1 expire 15 lines
06-08 11:02:41.544 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:41.634 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:42.039 3214 15705 I chatty : uid=1000(system) Binder_4 expire 15 lines
06-08 11:02:42.516 1311 2904 I chatty : uid=1000(system) AudioService expire 10 lines
06-08 11:02:42.530 1311 16888 I chatty : uid=1000 system_server expire 5 lines
06-08 11:02:42.540 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 11:02:42.756 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:42.818 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125167999, downTime=125167999, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 11:02:42.876 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:42.882 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 11:02:42.886 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125168112, downTime=125167999, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 11:02:42.892 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 11:02:48.195 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:48.212 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125173430, downTime=125173430, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{87da09 V.E...... R....... 0,0-1440,2560}
06-08 11:02:48.349 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:48.356 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125173584, downTime=125173430, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{87da09 V.E...... R....... 0,0-1440,2560}
06-08 11:02:49.026 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1cefd6b time:125174259
06-08 11:02:50.519 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:50.687 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:51.295 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:51.344 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:51.394 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:125176626
06-08 11:02:51.426 1311 1339 I chatty : uid=1000(system) android.display expire 21 lines
06-08 11:02:52.886 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 11:02:53.029 1311 1335 I chatty : uid=1000(system) android.ui expire 16 lines
06-08 11:02:53.720 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 11:02:53.857 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4c84035 time:125179089
06-08 11:02:56.341 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 11:02:56.341 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:56.360 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125181576, downTime=125181576, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{73a7be3 V.E...... R....... 0,0-1440,2560}
06-08 11:02:56.431 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:56.432 1311 3305 I chatty : uid=1000(system) Binder_6 expire 15 lines
06-08 11:02:56.437 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125181666, downTime=125181576, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{73a7be3 V.E...... R....... 0,0-1440,2560}
06-08 11:02:56.530 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 11:02:56.865 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 11:02:56.869 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1cefd6b time:125182101
06-08 11:02:58.854 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:02:58.856 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 11:02:58.895 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:02:58.964 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 11:02:59.006 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 11:02:59.100 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 11:02:59.152 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 11:02:59.170 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:02:59.218 3214 3997 I chatty : uid=1000(system) Binder_3 expire 17 lines
06-08 11:03:00.360 1311 2865 I chatty : uid=1000(system) InputReader expire 26 lines
06-08 11:03:01.034 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-08 11:03:01.344 1311 3418 I chatty : uid=1000(system) Binder_10 expire 15 lines
06-08 11:03:01.846 2956 2956 V KeyguardDisplayManager: show
06-08 11:03:01.982 1311 1339 I chatty : uid=1000(system) android.display expire 25 lines
06-08 11:03:04.551 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 36 lines
06-08 11:03:05.325 1311 1322 I chatty : uid=1000(system) Binder_2 expire 16 lines
06-08 11:15:06.796 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:06.798 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 11:15:06.825 1311 1339 I chatty : uid=1000(system) android.display expire 39 lines
06-08 11:15:06.832 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 11:15:06.869 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:06.955 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:06.962 1311 3305 I chatty : uid=1000(system) Binder_6 expire 15 lines
06-08 11:15:07.060 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:07.086 1311 2992 I chatty : uid=1000(system) Binder_3 expire 23 lines
06-08 11:15:07.087 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 11:15:07.213 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:07.274 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:07.288 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 11:15:07.411 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:07.419 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 11:15:07.475 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:07.914 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:07.918 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:15:08.036 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:08.161 3214 17273 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 11:15:08.162 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 11:15:08.268 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 11:15:08.268 372 380 E : Failed to get KM_META
06-08 11:15:08.305 1311 3408 I chatty : uid=1000(system) Binder_E expire 14 lines
06-08 11:15:08.320 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-08 11:15:08.688 2956 2956 V KeyguardDisplayManager: hide
06-08 11:15:08.731 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1cefd6b time:125326912
06-08 11:15:09.454 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:09.510 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:10.585 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:10.587 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 21 lines
06-08 11:15:10.590 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 11:15:10.701 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:10.707 1311 1334 I chatty : uid=1000(system) ActivityManager expire 14 lines
06-08 11:15:10.711 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 11:15:11.208 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:125329389
06-08 11:15:11.226 1311 3415 I chatty : uid=1000(system) Binder_F expire 14 lines
06-08 11:15:12.173 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:12.246 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:12.248 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.google.android.keep time:125330429
06-08 11:15:12.485 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 11:15:12.485 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 11:15:12.666 9217 9217 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4430444 time:125330847
06-08 11:15:13.910 1311 3393 I chatty : uid=1000(system) Binder_D expire 14 lines
06-08 11:15:14.819 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:14.885 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:16.243 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:16.300 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:16.638 1311 1311 I chatty : uid=1000 system_server expire 18 lines
06-08 11:15:17.730 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:17.782 9217 9217 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:18.873 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:18.971 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:19.591 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:19.667 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:19.827 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:19.865 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:20.047 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:20.132 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:20.614 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:20.615 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-08 11:15:20.683 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:20.851 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:20.924 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:22.842 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:22.911 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:22.946 3214 3584 I chatty : uid=1000(system) LEDService expire 22 lines
06-08 11:15:23.016 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:23.075 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:23.522 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:23.595 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:24.191 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:24.249 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:24.557 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:24.612 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:24.827 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:24.887 3125 3125 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:26.028 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:26.050 1311 3305 I chatty : uid=1000(system) Binder_6 expire 13 lines
06-08 11:15:26.060 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125344215, downTime=125344215, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 11:15:26.099 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:26.105 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125344282, downTime=125344215, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 11:15:26.604 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:15:26.619 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125344786, downTime=125344786, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 11:15:26.704 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:15:26.705 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 11:15:26.711 9217 9217 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125344888, downTime=125344786, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{79b5cd1 V.E...... R....... 0,0-1440,2560}
06-08 11:15:27.637 1311 2865 I chatty : uid=1000(system) InputReader expire 12 lines
06-08 11:15:27.808 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 26 lines
06-08 11:15:28.375 1311 3351 I chatty : uid=1000(system) Binder_B expire 11 lines
06-08 11:15:28.405 1311 1311 I chatty : uid=1000 system_server expire 16 lines
06-08 11:15:28.413 1311 1339 I chatty : uid=1000(system) android.display expire 51 lines
06-08 11:15:29.029 9217 9217 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4430444 time:125347210
06-08 11:15:29.224 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 11:15:29.226 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 11:15:29.228 2956 2956 V KeyguardDisplayManager: show
06-08 11:15:29.251 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-08 11:15:29.763 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 11:15:30.005 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-08 11:15:30.236 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 11:16:18.264 1311 2861 I chatty : uid=1000(system) AlarmManager expire 10 lines
06-08 11:17:06.475 1311 3418 I chatty : uid=1000(system) Binder_10 expire 12 lines
06-08 11:17:20.797 17776 17776 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-08 11:17:20.802 17776 17776 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-08 11:17:20.806 17776 17776 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-08 11:17:20.990 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 11:17:21.095 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 11:17:21.118 17776 17776 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 11:17:21.120 17776 17776 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 11:17:49.746 1311 1334 I chatty : uid=1000(system) ActivityManager expire 14 lines
06-08 11:18:24.170 3214 3584 I chatty : uid=1000(system) LEDService expire 15 lines
06-08 11:43:16.254 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 36 lines
06-08 11:44:21.169 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 11:44:21.230 1311 1339 I chatty : uid=1000(system) android.display expire 57 lines
06-08 11:44:21.608 1311 3305 I chatty : uid=1000(system) Binder_6 expire 12 lines
06-08 11:44:21.733 427 18319 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 11:44:21.740 427 18321 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 11:44:21.940 427 18322 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 11:44:22.189 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 11:44:23.173 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:23.224 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:44:23.244 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 11:44:23.253 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 11:44:23.316 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:23.322 1311 3311 I chatty : uid=1000(system) Binder_7 expire 13 lines
06-08 11:44:23.323 1311 2992 I chatty : uid=1000(system) Binder_3 expire 13 lines
06-08 11:44:23.372 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:23.457 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:23.479 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-08 11:44:23.587 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:23.674 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:23.696 29209 29209 I chatty : uid=1000(system) com.lge.bnr expire 10 lines
06-08 11:44:23.802 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:23.849 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 11:44:23.938 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:23.947 1311 1322 I chatty : uid=1000(system) Binder_2 expire 19 lines
06-08 11:44:24.472 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:24.545 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:24.649 3214 18364 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 11:44:24.653 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 11:44:24.714 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 11:44:24.733 9217 9217 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4430444 time:125681478
06-08 11:44:24.737 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 11:44:24.737 372 380 E : Failed to get KM_META
06-08 11:44:24.839 18233 18233 I chatty : uid=1000(system) com.lge.eodengine expire 1 line
06-08 11:44:25.379 2956 2956 V KeyguardDisplayManager: hide
06-08 11:44:26.144 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 24 lines
06-08 11:44:26.144 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-08 11:44:26.479 427 427 I chatty : uid=1000(system) /system/bin/atd expire 19 lines
06-08 11:44:26.756 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-08 11:44:26.980 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:27.069 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:27.159 427 18375 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 11:44:27.162 427 18377 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 11:44:27.312 1311 1335 I chatty : uid=1000(system) android.ui expire 18 lines
06-08 11:44:27.365 427 18378 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 11:44:27.440 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:125684184
06-08 11:44:28.337 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:28.435 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:28.436 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:125685180
06-08 11:44:28.480 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 11:44:28.757 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7ffdea7 time:125685501
06-08 11:44:30.106 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:30.238 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:32.523 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:32.549 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125689272, downTime=125689272, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{eebeaba V.E...... R....... 0,0-1440,2560}
06-08 11:44:32.654 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:32.655 1311 3317 I chatty : uid=1000(system) Binder_8 expire 23 lines
06-08 11:44:32.659 1311 3318 I chatty : uid=1000(system) Binder_9 expire 11 lines
06-08 11:44:32.662 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125689401, downTime=125689272, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{eebeaba V.E...... R....... 0,0-1440,2560}
06-08 11:44:32.820 1311 1339 I chatty : uid=1000(system) android.display expire 41 lines
06-08 11:44:33.023 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@5beafe9 time:125689767
06-08 11:44:35.463 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:35.533 970 970 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:35.615 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:125692360
06-08 11:44:35.616 1311 3335 I chatty : uid=1000(system) Binder_A expire 23 lines
06-08 11:44:36.000 1311 1321 I chatty : uid=1000(system) Binder_1 expire 13 lines
06-08 11:44:36.485 1311 3300 I chatty : uid=1000(system) Binder_5 expire 19 lines
06-08 11:44:36.569 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f87bc00 time:125693314
06-08 11:44:38.458 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 26 lines
06-08 11:44:39.035 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 11 lines
06-08 11:44:39.046 1311 2992 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 11:44:39.102 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 11:44:40.219 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:40.220 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 21 lines
06-08 11:44:40.239 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125696968, downTime=125696968, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{26712b2 V.E...... R....... 0,0-1440,2560}
06-08 11:44:40.318 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:40.329 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125697066, downTime=125696968, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{26712b2 V.E...... R....... 0,0-1440,2560}
06-08 11:44:40.367 1311 1335 I chatty : uid=1000(system) android.ui expire 30 lines
06-08 11:44:40.433 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 11:44:40.440 970 970 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@5beafe9 time:125697184
06-08 11:44:40.849 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:40.859 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125697595, downTime=125697595, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{c58d498 V.E...... R....... 0,0-1440,2560}
06-08 11:44:41.007 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:41.014 970 970 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125697754, downTime=125697595, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{c58d498 V.E...... R....... 0,0-1440,2560}
06-08 11:44:41.151 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:125697896
06-08 11:44:41.549 970 970 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by android.view.OrientationEventListener.disable():108
06-08 11:44:42.546 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:42.628 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:42.638 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:125699382
06-08 11:44:42.717 1311 3280 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 11:44:43.243 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 11:44:43.245 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1cefd6b time:125699989
06-08 11:44:43.631 1311 1339 I chatty : uid=1000(system) android.display expire 35 lines
06-08 11:44:44.334 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:44.335 1311 3305 I chatty : uid=1000(system) Binder_6 expire 19 lines
06-08 11:44:44.344 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125701079, downTime=125701079, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{a2dbab7 V.E...... R....... 0,0-1440,2560}
06-08 11:44:44.448 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:44.451 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125701194, downTime=125701079, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{a2dbab7 V.E...... R....... 0,0-1440,2560}
06-08 11:44:44.455 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 11:44:44.574 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:125701319
06-08 11:44:45.758 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:45.856 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:45.866 3448 3448 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:125702611
06-08 11:44:45.970 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 11:44:46.031 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:125702776
06-08 11:44:46.194 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 11:44:47.206 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2324d7c time:125703951
06-08 11:44:49.388 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:49.498 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:49.511 27374 27374 I Timeline: Timeline: Activity_launch_request id:com.fitbit.FitbitMobile time:125706256
06-08 11:44:49.515 1311 1321 I chatty : uid=1000(system) Binder_1 expire 14 lines
06-08 11:44:49.897 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 11:44:49.961 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-08 11:44:50.542 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@9fd2944 time:125707287
06-08 11:44:51.426 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:51.428 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 17 lines
06-08 11:44:51.937 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:44:58.322 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:44:59.519 27374 27374 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:00.406 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:00.407 1311 3418 I chatty : uid=1000(system) Binder_10 expire 14 lines
06-08 11:45:00.430 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125717153, downTime=125717153, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{d2b2d2f V.E...... R....... 0,0-1440,2560}
06-08 11:45:00.522 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:00.523 1311 1321 I chatty : uid=1000(system) Binder_1 expire 12 lines
06-08 11:45:00.531 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125717269, downTime=125717153, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{d2b2d2f V.E...... R....... 0,0-1440,2560}
06-08 11:45:00.619 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 11:45:00.623 1311 1339 I chatty : uid=1000(system) android.display expire 21 lines
06-08 11:45:00.701 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:00.702 1311 3280 I chatty : uid=1000(system) Binder_4 expire 15 lines
06-08 11:45:00.735 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125717447, downTime=125717447, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6755e01 V.E...... R......D 0,0-1440,2560}
06-08 11:45:00.736 27374 27374 W ViewRootImpl: Dropping or Cancelling event: mStopped=false mPausedForTransition=false
06-08 11:45:00.736 27374 27374 W ViewRootImpl: Dropping event due to no window focus: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125717447, downTime=125717447, deviceId=-1, source=0x101 }
06-08 11:45:00.892 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:00.894 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 11:45:00.904 27374 27374 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=125717638, downTime=125717447, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{6755e01 V.E...... R......D 0,0-1440,2560}
06-08 11:45:01.466 27374 27374 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2324d7c time:125718211
06-08 11:45:01.507 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 11:45:02.110 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:02.123 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 24 lines
06-08 11:45:02.124 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:02.131 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 11:45:02.328 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:125719072
06-08 11:45:02.422 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:02.423 1311 3318 I chatty : uid=1000(system) Binder_9 expire 26 lines
06-08 11:45:02.587 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:03.392 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:03.519 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:05.041 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:05.165 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:06.628 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 11:45:06.743 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 11:45:06.883 1311 1311 I chatty : uid=1000 system_server expire 18 lines
06-08 11:45:06.884 3214 3243 I chatty : uid=1000(system) Binder_1 expire 16 lines
06-08 11:45:16.468 1311 3311 I chatty : uid=1000(system) Binder_7 expire 18 lines
06-08 11:45:44.408 1311 3305 I chatty : uid=1000(system) Binder_6 expire 15 lines
06-08 11:46:00.003 1311 2861 I chatty : uid=1000(system) AlarmManager expire 11 lines
06-08 11:46:08.034 1311 3408 I chatty : uid=1000(system) Binder_E expire 11 lines
06-08 11:46:11.884 1311 3356 I chatty : uid=1000(system) Binder_C expire 14 lines
06-08 11:46:12.180 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 11:46:12.367 2956 2956 V KeyguardDisplayManager: show
06-08 11:46:12.385 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 11:46:12.387 18648 18648 I chatty : uid=1000(system) com.lge.myplace expire 1 line
06-08 11:46:12.398 1311 1335 I chatty : uid=1000(system) android.ui expire 13 lines
06-08 11:46:12.416 1311 1339 I chatty : uid=1000(system) android.display expire 15 lines
06-08 11:46:44.402 3214 3584 I chatty : uid=1000(system) LEDService expire 33 lines
06-08 11:50:29.052 1311 3418 I chatty : uid=1000(system) Binder_10 expire 13 lines
06-08 11:54:54.552 427 943 I chatty : uid=1000(system) /system/bin/atd expire 23 lines
06-08 11:54:54.553 427 427 I chatty : uid=1000(system) /system/bin/atd expire 42 lines
06-08 11:54:54.555 1311 1311 I chatty : uid=1000 system_server expire 28 lines
06-08 11:54:54.704 3214 3608 I chatty : uid=1000(system) volumeHandlerTh expire 11 lines
06-08 11:54:54.740 1311 1336 I chatty : uid=1000(system) android.fg expire 24 lines
06-08 11:54:55.301 427 18845 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 11:54:55.311 427 18847 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 11:54:55.512 427 18848 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 11:54:57.191 427 18864 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 11:54:57.197 427 18866 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 11:54:57.397 427 18867 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 11:55:11.956 427 18890 I chatty : uid=1000(system) /system/bin/atd expire 3 lines
06-08 12:03:15.271 1311 2861 I chatty : uid=1000(system) AlarmManager expire 22 lines
06-08 12:04:45.833 970 970 I Timeline: Timeline: Activity_launch_request id:com.whatsapp time:126902578
06-08 12:04:45.910 1311 1339 I chatty : uid=1000(system) android.display expire 40 lines
06-08 12:04:45.938 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 12:04:46.254 1311 1311 I chatty : uid=1000 system_server expire 28 lines
06-08 12:04:46.257 3214 15705 I chatty : uid=1000(system) Binder_4 expire 13 lines
06-08 12:04:46.697 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 12:04:48.383 3214 3584 I chatty : uid=1000(system) LEDService expire 66 lines
06-08 12:05:30.743 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:126947488
06-08 12:05:30.748 1311 1339 I chatty : uid=1000(system) android.display expire 83 lines
06-08 12:05:30.787 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 12:05:30.808 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 12:05:30.848 1311 3351 I chatty : uid=1000(system) Binder_B expire 15 lines
06-08 12:05:30.894 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 12:05:41.519 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 29 lines
06-08 12:05:42.247 1311 1321 I chatty : uid=1000(system) Binder_1 expire 13 lines
06-08 12:05:42.339 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 12:05:42.380 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 12:05:44.410 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 12:07:00.250 1311 1311 I chatty : uid=1000 system_server expire 46 lines
06-08 12:07:09.428 3214 3608 I chatty : uid=1000(system) volumeHandlerTh expire 11 lines
06-08 12:07:09.430 3214 3249 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 12:19:44.559 1311 1336 I chatty : uid=1000(system) android.fg expire 11 lines
06-08 12:20:46.425 427 943 I chatty : uid=1000(system) /system/bin/atd expire 16 lines
06-08 12:20:46.425 427 427 I chatty : uid=1000(system) /system/bin/atd expire 19 lines
06-08 12:20:46.656 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 12:20:47.123 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:20:47.139 1311 1339 I chatty : uid=1000(system) android.display expire 10 lines
06-08 12:20:47.149 1311 3305 I chatty : uid=1000(system) Binder_6 expire 11 lines
06-08 12:20:47.150 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 12:20:47.157 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 12:20:47.173 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(2)
06-08 12:20:47.281 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(2)
06-08 12:20:47.314 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-08 12:20:47.330 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(0)
06-08 12:20:47.341 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-08 12:20:47.612 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 12:20:47.861 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-08 12:20:47.979 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 12:20:48.086 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(2)
06-08 12:20:48.163 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 12:20:48.194 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 12:20:48.195 12422 12422 I chatty : uid=1000(system) com.lge.sync expire 5 lines
06-08 12:20:48.207 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-08 12:20:48.208 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-08 12:20:48.227 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 12:20:49.001 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:20:49.004 1311 2865 I chatty : uid=1000(system) InputReader expire 22 lines
06-08 12:20:49.016 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 145 lines
06-08 12:20:49.294 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:20:49.734 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_CANCEL
06-08 12:20:49.754 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-08 12:20:49.768 1311 2861 I chatty : uid=1000(system) AlarmManager expire 29 lines
06-08 12:20:49.776 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 10 lines
06-08 12:20:49.830 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 12:20:49.846 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 12:20:49.904 1311 3311 I chatty : uid=1000(system) Binder_7 expire 11 lines
06-08 12:20:49.979 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 12:21:03.547 1311 3418 I chatty : uid=1000(system) Binder_10 expire 19 lines
06-08 12:21:03.589 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 12:21:03.785 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 12:21:19.100 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 12:22:55.819 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 10 lines
06-08 12:22:55.848 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 14 lines
06-08 12:22:57.372 19955 19955 I chatty : uid=1000(system) com.lge.myplace expire 10 lines
06-08 12:22:57.915 19889 19889 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 1 line
06-08 12:22:59.026 19875 19875 V LGMDMManager: Create singleton instance
06-08 12:22:59.506 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-08 12:23:00.836 1311 1334 I chatty : uid=1000(system) ActivityManager expire 20 lines
06-08 12:23:36.121 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 12:23:42.842 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 24 lines
06-08 12:23:44.687 1311 1321 I chatty : uid=1000(system) Binder_1 expire 18 lines
06-08 12:23:45.694 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:45.701 1311 3318 I chatty : uid=1000(system) Binder_9 expire 30 lines
06-08 12:23:45.717 1311 3415 I chatty : uid=1000(system) Binder_F expire 25 lines
06-08 12:23:45.757 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:45.776 1311 3408 I chatty : uid=1000(system) Binder_E expire 15 lines
06-08 12:23:45.843 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:45.920 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:45.932 1311 3351 I chatty : uid=1000(system) Binder_B expire 20 lines
06-08 12:23:46.057 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:46.137 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:46.245 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:46.249 1311 3280 I chatty : uid=1000(system) Binder_4 expire 45 lines
06-08 12:23:46.313 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:46.950 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:46.960 1311 3300 I chatty : uid=1000(system) Binder_5 expire 19 lines
06-08 12:23:47.008 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:47.127 3214 20150 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 12:23:47.137 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 12:23:47.162 1311 1339 I chatty : uid=1000(system) android.display expire 42 lines
06-08 12:23:47.193 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:127992210
06-08 12:23:47.217 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 12:23:47.217 372 380 E : Failed to get KM_META
06-08 12:23:47.419 2956 2956 V KeyguardDisplayManager: hide
06-08 12:23:47.434 20151 20151 I chatty : uid=1000(system) com.lge.eodengine expire 1 line
06-08 12:23:47.476 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 43 lines
06-08 12:23:47.483 1311 3393 I chatty : uid=1000(system) Binder_D expire 25 lines
06-08 12:23:47.713 1311 3305 I chatty : uid=1000(system) Binder_6 expire 14 lines
06-08 12:23:49.416 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:49.417 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 20 lines
06-08 12:23:49.528 1311 3311 I chatty : uid=1000(system) Binder_7 expire 31 lines
06-08 12:23:49.569 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:49.802 1311 1311 I chatty : uid=1000 system_server expire 14 lines
06-08 12:23:49.808 3214 3243 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 12:23:50.344 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:50.438 1311 3356 I chatty : uid=1000(system) Binder_C expire 30 lines
06-08 12:23:50.440 1311 2992 I chatty : uid=1000(system) Binder_3 expire 33 lines
06-08 12:23:50.687 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:51.334 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:51.351 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=127996353, downTime=127996353, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 12:23:51.398 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:51.402 1311 3317 I chatty : uid=1000(system) Binder_8 expire 15 lines
06-08 12:23:51.403 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=127996416, downTime=127996353, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 12:23:53.293 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:53.328 1311 1322 I chatty : uid=1000(system) Binder_2 expire 15 lines
06-08 12:23:53.352 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:55.545 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:23:55.601 3448 3448 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:23:55.706 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 12:23:55.813 1311 1321 I chatty : uid=1000(system) Binder_1 expire 17 lines
06-08 12:23:55.850 1311 3335 I chatty : uid=1000(system) Binder_A expire 21 lines
06-08 12:23:55.940 31654 31654 I chatty : uid=1000(system) com.lge.settings.easy expire 12 lines
06-08 12:24:01.276 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 18 lines
06-08 12:24:03.576 19849 19849 I chatty : uid=1000(system) com.lge.wifisettings expire 12 lines
06-08 12:24:08.326 19919 19919 I chatty : uid=1000(system) com.lge.lgdmsclient expire 10 lines
06-08 12:24:08.350 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 13 lines
06-08 12:24:08.390 19919 20247 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 12:24:09.079 19919 20268 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 12:24:09.758 1311 20232 I chatty : uid=1000 system_server expire 2 lines
06-08 12:24:09.791 3214 3584 I chatty : uid=1000(system) LEDService expire 11 lines
06-08 12:24:16.356 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:24:16.364 1311 3408 I chatty : uid=1000(system) Binder_E expire 15 lines
06-08 12:24:16.378 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 12:24:16.379 1311 3280 I chatty : uid=1000(system) Binder_4 expire 18 lines
06-08 12:24:16.381 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 12:24:16.382 1311 3300 I chatty : uid=1000(system) Binder_5 expire 12 lines
06-08 12:24:16.384 1311 3418 I chatty : uid=1000(system) Binder_10 expire 18 lines
06-08 12:24:16.440 1311 3393 I chatty : uid=1000(system) Binder_D expire 14 lines
06-08 12:24:16.447 1311 1321 I chatty : uid=1000(system) Binder_1 expire 18 lines
06-08 12:24:16.461 1311 1339 I chatty : uid=1000(system) android.display expire 23 lines
06-08 12:24:16.564 1311 3335 I chatty : uid=1000(system) Binder_A expire 14 lines
06-08 12:24:16.565 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:24:16.751 1311 1322 I chatty : uid=1000(system) Binder_2 expire 13 lines
06-08 12:24:16.897 1311 1311 I chatty : uid=1000 system_server expire 19 lines
06-08 12:24:17.186 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 18 lines
06-08 12:24:17.666 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:24:17.669 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 12:24:17.713 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:24:17.721 1311 3351 I chatty : uid=1000(system) Binder_B expire 17 lines
06-08 12:24:18.150 1311 3317 I chatty : uid=1000(system) Binder_8 expire 12 lines
06-08 12:24:18.169 1311 20316 I chatty : uid=1000 system_server expire 5 lines
06-08 12:24:18.171 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 12:24:18.225 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 12:24:18.236 1311 3318 I chatty : uid=1000(system) Binder_9 expire 24 lines
06-08 12:24:18.601 1311 2904 I chatty : uid=1000(system) AudioService expire 10 lines
06-08 12:24:18.607 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 12:24:18.612 1311 20319 I chatty : uid=1000 system_server expire 5 lines
06-08 12:24:18.850 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:24:18.899 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:24:18.900 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 12:24:19.307 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 12:24:19.307 1311 20320 I chatty : uid=1000 system_server expire 5 lines
06-08 12:24:19.321 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 12:24:19.799 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 12:24:19.799 1311 2992 I chatty : uid=1000(system) Binder_3 expire 12 lines
06-08 12:24:19.800 1311 20322 I chatty : uid=1000 system_server expire 5 lines
06-08 12:24:20.034 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 12:24:20.061 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=128025056, downTime=128025056, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 12:24:20.153 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 12:24:20.172 2956 2956 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=128025176, downTime=128025056, deviceId=-1, source=0x101 } to com.android.systemui.statusbar.phone.StatusBarWindowView{265c5eb V.ED..... ........ 0,0-1440,2560}
06-08 12:24:20.181 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 12:24:21.787 1311 2865 I chatty : uid=1000(system) InputReader expire 36 lines
06-08 12:24:21.981 1311 3305 I chatty : uid=1000(system) Binder_6 expire 13 lines
06-08 12:24:22.505 1311 2893 I chatty : uid=1000(system) WifiStateMachin expire 9 lines
06-08 12:24:23.251 2956 2956 V KeyguardDisplayManager: show
06-08 12:24:24.803 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 234 lines
06-08 12:24:24.991 1311 1336 I chatty : uid=1000(system) android.fg expire 14 lines
06-08 12:24:29.425 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 11 lines
06-08 13:09:20.943 20463 20463 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-08 13:09:22.126 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 13:09:22.174 1311 1321 I chatty : uid=1000(system) Binder_1 expire 22 lines
06-08 13:09:22.205 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 13:09:22.206 1311 3418 I chatty : uid=1000(system) Binder_10 expire 15 lines
06-08 13:09:22.239 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 13:09:22.256 1311 2861 I chatty : uid=1000(system) AlarmManager expire 14 lines
06-08 13:09:22.274 1311 3408 I chatty : uid=1000(system) Binder_E expire 13 lines
06-08 13:19:54.849 1311 1334 I chatty : uid=1000(system) ActivityManager expire 14 lines
06-08 13:19:55.112 1311 2992 I chatty : uid=1000(system) Binder_3 expire 17 lines
06-08 13:24:21.372 1311 1311 I chatty : uid=1000 system_server expire 61 lines
06-08 13:35:47.300 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 906 lines
06-08 13:35:51.444 1311 3335 I chatty : uid=1000(system) Binder_A expire 11 lines
06-08 13:35:51.451 1311 3317 I chatty : uid=1000(system) Binder_8 expire 21 lines
06-08 13:49:56.617 3214 3584 I chatty : uid=1000(system) LEDService expire 39 lines
06-08 13:55:29.224 1311 1336 I chatty : uid=1000(system) android.fg expire 10 lines
06-08 14:02:06.206 1311 3280 I chatty : uid=1000(system) Binder_4 expire 13 lines
06-08 14:02:13.136 1311 1339 I chatty : uid=1000(system) android.display expire 23 lines
06-08 14:02:13.889 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 14:02:15.274 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 14:02:17.327 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 37 lines
06-08 14:02:17.450 1311 2886 I chatty : uid=1000(system) WifiP2pService expire 7 lines
06-08 14:02:17.611 1311 20814 I chatty : uid=1000(system) NetworkMonitorN expire 1 line
06-08 14:02:17.663 1311 1322 I chatty : uid=1000(system) Binder_2 expire 12 lines
06-08 14:02:17.668 1311 3311 I chatty : uid=1000(system) Binder_7 expire 12 lines
06-08 14:02:17.728 19919 20832 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 14:02:17.748 19955 19955 I chatty : uid=1000(system) com.lge.myplace expire 3 lines
06-08 14:02:18.426 1311 3393 I chatty : uid=1000(system) Binder_D expire 11 lines
06-08 14:02:18.443 19919 20925 I chatty : uid=1000(system) com.lge.lgdmsclient expire 1 line
06-08 14:02:26.388 3214 15705 I chatty : uid=1000(system) Binder_4 expire 11 lines
06-08 14:02:26.389 3214 3997 I chatty : uid=1000(system) Binder_3 expire 13 lines
06-08 14:02:26.398 1311 2902 I chatty : uid=1000(system) ranker expire 1 line
06-08 14:02:45.429 432 783 D NetlinkEvent: NL param 'ALERT_NAME=globalAlert'
06-08 14:02:45.429 432 783 D NetlinkEvent: NL param 'INTERFACE=wlan0'
06-08 14:02:48.699 1311 1334 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-08 14:02:48.709 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 72 lines
06-08 14:02:49.335 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 14:02:53.651 1311 2861 I chatty : uid=1000(system) AlarmManager expire 19 lines
06-08 14:03:13.549 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 14:03:56.220 3214 3584 I chatty : uid=1000(system) LEDService expire 35 lines
06-08 14:03:56.247 1311 1339 I chatty : uid=1000(system) android.display expire 17 lines
06-08 14:03:57.249 1311 3415 I chatty : uid=1000(system) Binder_F expire 10 lines
06-08 14:03:57.987 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 14:03:58.408 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:03:58.450 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 132 lines
06-08 14:03:58.814 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_CANCEL
06-08 14:03:58.897 1311 3318 I chatty : uid=1000(system) Binder_9 expire 16 lines
06-08 14:03:58.973 1311 3393 I chatty : uid=1000(system) Binder_D expire 12 lines
06-08 14:07:02.494 3312 3312 I chatty : uid=1000(system) com.lge.iftttmanager expire 8 lines
06-08 14:07:32.880 1311 1322 I chatty : uid=1000(system) Binder_2 expire 10 lines
06-08 14:07:41.975 1311 3335 I chatty : uid=1000(system) Binder_A expire 10 lines
06-08 14:07:59.154 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 14:07:59.215 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 14:08:04.159 1311 1334 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-08 14:08:22.633 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 14:08:22.875 1311 1335 I chatty : uid=1000(system) android.ui expire 15 lines
06-08 14:08:23.205 427 21436 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 14:08:23.215 427 21439 I chatty : uid=1000(system) /system/bin/atd expire 4 lines
06-08 14:08:23.324 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 14:08:23.327 1311 21443 I chatty : uid=1000 system_server expire 1 line
06-08 14:08:23.476 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 14:08:23.643 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:08:23.652 1311 1339 I chatty : uid=1000(system) android.display expire 19 lines
06-08 14:08:23.679 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 14:08:23.692 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-08 14:08:24.051 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 14:08:24.634 29209 29209 I chatty : uid=1000(system) com.lge.bnr expire 10 lines
06-08 14:08:24.680 1311 3311 I chatty : uid=1000(system) Binder_7 expire 10 lines
06-08 14:08:24.935 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 14:08:26.670 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 21 lines
06-08 14:08:29.078 3214 3584 I chatty : uid=1000(system) LEDService expire 30 lines
06-08 14:08:34.475 1311 3408 I chatty : uid=1000(system) Binder_E expire 10 lines
06-08 14:08:40.026 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-08 14:09:21.516 1311 1311 I chatty : uid=1000 system_server expire 15 lines
06-08 14:09:24.127 21730 21730 I chatty : uid=1000(system) com.uei.lg.quicksetsdk.irblaster expire 1 line
06-08 14:10:29.121 1311 1332 I chatty : uid=1000(system) android.bg expire 9 lines
06-08 14:19:14.808 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:14.862 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 14:19:15.232 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:15.244 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:15.250 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:15.268 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:15.271 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:16.050 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:25.496 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:29.140 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:19:29.142 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 14:19:57.258 1311 2861 I chatty : uid=1000(system) AlarmManager expire 14 lines
06-08 14:20:10.029 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:21:29.094 3214 3584 I chatty : uid=1000(system) LEDService expire 21 lines
06-08 14:21:40.022 1311 1311 I chatty : uid=1000 system_server expire 34 lines
06-08 14:25:29.334 1311 1336 I chatty : uid=1000(system) android.fg expire 22 lines
06-08 14:32:55.732 1311 3415 I chatty : uid=1000(system) Binder_F expire 24 lines
06-08 14:33:26.456 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 14:33:32.987 22256 22256 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-08 14:33:32.989 22256 22256 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-08 14:33:32.993 22256 22256 E ActivityThread: Failed to find provider info for com.lge.ims.rcs
06-08 14:33:33.238 1311 1321 I chatty : uid=1000(system) Binder_1 expire 15 lines
06-08 14:33:33.238 1311 3318 I chatty : uid=1000(system) Binder_9 expire 10 lines
06-08 14:33:33.239 1311 3356 I chatty : uid=1000(system) Binder_C expire 11 lines
06-08 14:33:33.243 1311 3280 I chatty : uid=1000(system) Binder_4 expire 12 lines
06-08 14:33:33.281 22256 22256 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 14:33:33.282 22256 22256 E ActivityThread: Failed to find provider info for com.lge.ims.provider.uc
06-08 14:33:33.495 1311 3300 I chatty : uid=1000(system) Binder_5 expire 14 lines
06-08 14:33:33.582 3214 3243 I chatty : uid=1000(system) Binder_1 expire 6 lines
06-08 14:33:33.654 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 14:33:33.730 1311 1311 I chatty : uid=1000 system_server expire 13 lines
06-08 14:34:16.725 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-08 14:37:54.233 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:37:54.318 1311 1311 I chatty : uid=1000 system_server expire 14 lines
06-08 14:38:11.689 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:38:51.313 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:38:57.019 1311 2861 I chatty : uid=1000(system) AlarmManager expire 32 lines
06-08 14:38:57.073 1311 1334 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-08 14:39:14.876 20463 20463 I SensorManager: requestTriggerSensorImpl() [Sensor: LGE Significant Motion Detector Sensor, SensorEventListener: com.whatsapp.af.s$1@e6eb25f] by com.whatsapp.af.s.i():47128
06-08 14:39:29.090 3214 3584 I chatty : uid=1000(system) LEDService expire 10 lines
06-08 14:41:06.500 1311 2877 I chatty : uid=1000(system) NetworkPolicy expire 4 lines
06-08 14:41:07.655 1311 3408 I chatty : uid=1000(system) Binder_E expire 16 lines
06-08 14:41:07.749 3359 3359 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: com.lge.telecom.gesture.GestureReserved@b97bcad] by com.lge.telecom.gesture.GestureReserved.registerGestureReserved():201
06-08 14:41:07.791 1311 1322 I chatty : uid=1000(system) Binder_2 expire 15 lines
06-08 14:41:07.812 1311 3305 I chatty : uid=1000(system) Binder_6 expire 19 lines
06-08 14:41:07.820 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 14:41:07.934 22582 22582 I SensorManager: registerListenerImpl() [Sensor: LGE Proximity, Rate: 20000, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$TriggerSensor@f73645e] by com.lge.gestureanswering.bring2ear.Bring2Ear.registerSensorListener():261
06-08 14:41:07.954 22582 22582 I SensorManager: registerListenerImpl() [Sensor: LGE Gravity Sensor, Rate: 20000, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$StatusSensor@b6a903f] by com.lge.gestureanswering.bring2ear.Bring2Ear.registerSensorListener():261
06-08 14:41:07.964 22582 22582 I SensorManager: registerListenerImpl() [Sensor: LGE Linear Acceleration Sensor, Rate: 20000, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$StatusSensor@b6a903f] by com.lge.gestureanswering.bring2ear.Bring2Ear.registerSensorListener():261
06-08 14:41:07.967 22582 22582 I SensorManager: registerListenerImpl() [Sensor: LGE Gyroscope, Rate: 20000, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$StatusSensor@b6a903f] by com.lge.gestureanswering.bring2ear.Bring2Ear.registerSensorListener():261
06-08 14:41:07.971 22582 22582 I SensorManager: registerListenerImpl() [Sensor: LGE Gravity Sensor, Rate: 20000, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$FaceSensor@40ccd0c] by com.lge.gestureanswering.bring2ear.Bring2Ear.registerSensorListener():261
06-08 14:41:07.982 1311 1311 I chatty : uid=1000 system_server expire 30 lines
06-08 14:41:08.212 427 427 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 14:41:08.320 1311 1334 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-08 14:41:08.374 427 21441 I chatty : uid=1000(system) /system/bin/atd expire 1 line
06-08 14:41:08.456 1311 2899 I chatty : uid=1000(system) ConnectivitySer expire 17 lines
06-08 14:41:08.865 3788 3788 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@58a8412 time:130540919
06-08 14:41:08.865 3788 3788 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@58a8412 time:130540919
06-08 14:41:08.867 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 14:41:08.877 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 20 lines
06-08 14:41:10.303 1311 3317 I chatty : uid=1000(system) Binder_8 expire 29 lines
06-08 14:41:11.370 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 14:41:13.534 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:41:13.544 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 14:41:13.883 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(1)
06-08 14:41:13.898 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 14:41:14.218 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:41:14.231 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:41:14.256 1311 3415 I chatty : uid=1000(system) Binder_F expire 18 lines
06-08 14:41:14.272 1311 3311 I chatty : uid=1000(system) Binder_7 expire 16 lines
06-08 14:41:14.282 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(1)
06-08 14:41:14.283 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_DOWN(2)
06-08 14:41:14.288 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-08 14:41:14.288 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_POINTER_UP(0)
06-08 14:41:14.288 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 14:41:14.291 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 14:41:15.223 22582 22582 I SensorManager: unregisterListenerImpl() [Sensor: LGE Proximity, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$TriggerSensor@f73645e] by com.lge.gestureanswering.bring2ear.Bring2Ear.unregisterSensorListener():338
06-08 14:41:15.228 22582 22582 I SensorManager: unregisterListenerImpl() [Sensor: LGE Gravity Sensor, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$FaceSensor@40ccd0c] by com.lge.gestureanswering.bring2ear.Bring2Ear.unregisterSensorListener():338
06-08 14:41:15.230 22582 22582 I SensorManager: unregisterListenerImpl() [Sensor: LGE Gravity Sensor, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$StatusSensor@b6a903f] by com.lge.gestureanswering.bring2ear.Bring2Ear.unregisterSensorListener():338
06-08 14:41:15.234 22582 22582 I SensorManager: unregisterListenerImpl() [Sensor: LGE Linear Acceleration Sensor, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$StatusSensor@b6a903f] by com.lge.gestureanswering.bring2ear.Bring2Ear.unregisterSensorListener():338
06-08 14:41:15.236 22582 22582 I SensorManager: unregisterListenerImpl() [Sensor: LGE Gyroscope, SensorEventListener: com.lge.gestureanswering.bring2ear.Bring2Ear$StatusSensor@b6a903f] by com.lge.gestureanswering.bring2ear.Bring2Ear.unregisterSensorListener():338
06-08 14:41:15.254 3359 24936 I SensorManager: removeAllSensors() [Sensor: LGE Accelerometer] by com.lge.telecom.gesture.GestureReserved.unregisterGestureReserved():220
06-08 14:41:15.262 3359 24936 I SensorManager: registerListenerImpl() [Sensor: LGE Virtual Proximity Sensor, Rate: 200000, SensorEventListener: com.lge.telecom.gesture.GestureSwing$SensorEventListenerImpl@5e63be2] by com.lge.telecom.gesture.GestureSwing.registerGestureSwing():84
06-08 14:41:15.288 3788 3788 I SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 200000, SensorEventListener: com.android.incallui.AccelerometerListener$1@db48cdf] by com.android.incallui.AccelerometerListener.enable():80
06-08 14:41:15.295 1311 3393 I chatty : uid=1000(system) Binder_D expire 18 lines
06-08 14:41:15.310 3214 3608 I chatty : uid=1000(system) volumeHandlerTh expire 3 lines
06-08 14:41:15.311 3214 3997 I chatty : uid=1000(system) Binder_3 expire 11 lines
06-08 14:41:15.333 1311 3351 I chatty : uid=1000(system) Binder_B expire 20 lines
06-08 14:41:17.351 3214 3584 I chatty : uid=1000(system) LEDService expire 87 lines
06-08 14:41:19.477 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:41:19.478 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-08 14:41:19.529 3788 3788 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 14:41:19.857 1311 2992 I chatty : uid=1000(system) Binder_3 expire 17 lines
06-08 14:41:20.125 1311 1339 I chatty : uid=1000(system) android.display expire 137 lines
06-08 14:41:20.783 1311 2904 I chatty : uid=1000(system) AudioService expire 1 line
06-08 14:41:21.560 1311 3335 I chatty : uid=1000(system) Binder_A expire 14 lines
06-08 14:41:22.164 1311 3318 I chatty : uid=1000(system) Binder_9 expire 21 lines
06-08 14:41:22.203 1311 1334 I chatty : uid=1000(system) ActivityManager expire 19 lines
06-08 14:41:22.753 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 14:41:22.772 1311 3280 I chatty : uid=1000(system) Binder_4 expire 15 lines
06-08 14:41:22.777 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 14:41:25.287 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 14:41:25.772 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 51 lines
06-08 14:41:27.547 1311 1311 I chatty : uid=1000 system_server expire 75 lines
06-08 14:41:27.835 1311 3418 I chatty : uid=1000(system) Binder_10 expire 10 lines
06-08 14:59:14.251 1311 3300 I chatty : uid=1000(system) Binder_5 expire 10 lines
06-08 15:06:06.032 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 15:11:54.670 1311 2865 I chatty : uid=1000(system) InputReader expire 62 lines
06-08 15:11:54.918 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 15:11:55.012 1311 3408 I chatty : uid=1000(system) Binder_E expire 17 lines
06-08 15:11:55.300 1311 2861 I chatty : uid=1000(system) AlarmManager expire 13 lines
06-08 15:11:55.627 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:55.631 1311 1322 I chatty : uid=1000(system) Binder_2 expire 17 lines
06-08 15:11:55.654 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 15:11:55.654 1311 1339 I chatty : uid=1000(system) android.display expire 88 lines
06-08 15:11:55.661 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 15:11:55.662 1311 3415 I chatty : uid=1000(system) Binder_F expire 16 lines
06-08 15:11:55.673 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:55.880 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:55.885 1311 3335 I chatty : uid=1000(system) Binder_A expire 16 lines
06-08 15:11:55.983 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:55.993 1311 3317 I chatty : uid=1000(system) Binder_8 expire 10 lines
06-08 15:11:56.000 1311 2992 I chatty : uid=1000(system) Binder_3 expire 10 lines
06-08 15:11:56.105 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:56.112 1311 3393 I chatty : uid=1000(system) Binder_D expire 10 lines
06-08 15:11:56.182 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:56.198 1311 3311 I chatty : uid=1000(system) Binder_7 expire 16 lines
06-08 15:11:56.346 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:56.353 1311 1321 I chatty : uid=1000(system) Binder_1 expire 10 lines
06-08 15:11:56.499 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:56.575 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:56.580 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 15:11:56.697 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:56.831 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:56.838 1311 3318 I chatty : uid=1000(system) Binder_9 expire 12 lines
06-08 15:11:56.930 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:57.637 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:57.707 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:11:57.855 3214 23735 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 15:11:57.869 1311 1311 I chatty : uid=1000 system_server expire 19 lines
06-08 15:11:57.876 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 15:11:57.943 19849 19849 I chatty : uid=1000(system) com.lge.wifisettings expire 10 lines
06-08 15:11:57.977 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 15:11:57.978 372 380 E : Failed to get KM_META
06-08 15:11:58.097 1311 1334 I chatty : uid=1000(system) ActivityManager expire 16 lines
06-08 15:11:58.230 23737 23737 I chatty : uid=1000(system) com.lge.eodengine expire 2 lines
06-08 15:11:58.272 3214 3584 I chatty : uid=1000(system) LEDService expire 39 lines
06-08 15:11:58.276 2956 2956 V KeyguardDisplayManager: hide
06-08 15:11:59.439 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:11:59.521 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:01.238 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:01.369 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:02.118 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 44 lines
06-08 15:12:02.234 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 15:12:03.729 2956 2956 V KeyguardDisplayManager: show
06-08 15:12:19.951 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:19.979 1311 1339 I chatty : uid=1000(system) android.display expire 46 lines
06-08 15:12:19.987 1311 3408 I chatty : uid=1000(system) Binder_E expire 21 lines
06-08 15:12:19.988 1311 1322 I chatty : uid=1000(system) Binder_2 expire 23 lines
06-08 15:12:20.022 1311 3415 I chatty : uid=1000(system) Binder_F expire 16 lines
06-08 15:12:20.036 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:20.047 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 15:12:20.048 1311 3393 I chatty : uid=1000(system) Binder_D expire 23 lines
06-08 15:12:20.181 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:20.186 1311 3311 I chatty : uid=1000(system) Binder_7 expire 18 lines
06-08 15:12:20.278 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:20.291 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 15:12:20.439 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:20.515 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:20.538 1311 3418 I chatty : uid=1000(system) Binder_10 expire 21 lines
06-08 15:12:20.645 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:20.731 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:20.744 1311 3305 I chatty : uid=1000(system) Binder_6 expire 10 lines
06-08 15:12:21.130 1311 3318 I chatty : uid=1000(system) Binder_9 expire 16 lines
06-08 15:12:21.302 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:21.361 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:21.450 3214 23825 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 15:12:21.452 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 15:12:21.523 1311 3356 I chatty : uid=1000(system) Binder_C expire 10 lines
06-08 15:12:21.539 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 15:12:21.539 372 380 E : Failed to get KM_META
06-08 15:12:21.628 1311 1335 I chatty : uid=1000(system) android.ui expire 13 lines
06-08 15:12:21.829 2956 2956 V KeyguardDisplayManager: hide
06-08 15:12:22.997 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:23.112 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:24.199 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:24.310 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:24.315 1311 2992 I chatty : uid=1000(system) Binder_3 expire 16 lines
06-08 15:12:24.317 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-08 15:12:24.320 19849 19849 I chatty : uid=1000(system) com.lge.wifisettings expire 2 lines
06-08 15:12:24.418 31654 31654 I chatty : uid=1000(system) com.lge.settings.easy expire 17 lines
06-08 15:12:24.594 1311 3351 I chatty : uid=1000(system) Binder_B expire 12 lines
06-08 15:12:25.270 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:12:25.328 22256 22256 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:12:25.342 1311 3317 I chatty : uid=1000(system) Binder_8 expire 16 lines
06-08 15:12:25.415 1311 1321 I chatty : uid=1000(system) Binder_1 expire 11 lines
06-08 15:12:25.504 1311 3280 I chatty : uid=1000(system) Binder_4 expire 10 lines
06-08 15:12:27.831 3214 3584 I chatty : uid=1000(system) LEDService expire 17 lines
06-08 15:12:33.092 17703 17703 I chatty : uid=1000(system) com.android.settings expire 12 lines
06-08 15:12:36.896 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-08 15:12:36.966 427 943 I chatty : uid=1000(system) /system/bin/atd expire 6 lines
06-08 15:12:39.493 23614 23614 E ActivityThread: Failed to find provider info for com.lge.ims.provider.ims_state
06-08 15:12:39.497 1311 23973 I chatty : uid=1000 system_server expire 5 lines
06-08 15:12:39.504 1311 3415 I chatty : uid=1000(system) Binder_F expire 25 lines
06-08 15:12:39.508 1311 3311 I chatty : uid=1000(system) Binder_7 expire 19 lines
06-08 15:12:39.509 1311 3335 I chatty : uid=1000(system) Binder_A expire 12 lines
06-08 15:12:39.521 1311 2992 I chatty : uid=1000(system) Binder_3 expire 16 lines
06-08 15:12:39.525 1311 3305 I chatty : uid=1000(system) Binder_6 expire 14 lines
06-08 15:12:39.543 1311 3408 I chatty : uid=1000(system) Binder_E expire 12 lines
06-08 15:12:39.544 1311 3300 I chatty : uid=1000(system) Binder_5 expire 13 lines
06-08 15:12:39.566 1311 1335 I chatty : uid=1000(system) android.ui expire 11 lines
06-08 15:12:39.568 1311 1339 I chatty : uid=1000(system) android.display expire 12 lines
06-08 15:12:39.871 1311 1322 I chatty : uid=1000(system) Binder_2 expire 11 lines
06-08 15:12:40.468 1311 1311 I chatty : uid=1000 system_server expire 28 lines
06-08 15:12:41.182 1311 3418 I chatty : uid=1000(system) Binder_10 expire 11 lines
06-08 15:12:42.933 1311 3393 I chatty : uid=1000(system) Binder_D expire 13 lines
06-08 15:12:43.523 3214 3997 I chatty : uid=1000(system) Binder_3 expire 8 lines
06-08 15:12:43.666 1311 3356 I chatty : uid=1000(system) Binder_C expire 16 lines
06-08 15:13:00.755 3214 15705 I chatty : uid=1000(system) Binder_4 expire 3 lines
06-08 15:13:00.911 3214 3249 I chatty : uid=1000(system) Binder_2 expire 4 lines
06-08 15:13:15.809 1311 23993 I chatty : uid=1000(system) UsbDebuggingMan expire 1 line
06-08 15:13:16.211 2956 2956 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@ac1b0aa time:132469525
06-08 15:13:16.211 1311 3280 I chatty : uid=1000(system) Binder_4 expire 17 lines
06-08 15:13:18.014 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:13:18.015 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 4 lines
06-08 15:13:18.163 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:13:18.172 1311 3318 I chatty : uid=1000(system) Binder_9 expire 20 lines
06-08 15:13:18.212 1311 1339 I chatty : uid=1000(system) android.display expire 17 lines
06-08 15:13:21.017 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 26 lines
06-08 15:13:27.828 3214 3584 I chatty : uid=1000(system) LEDService expire 15 lines
06-08 15:13:35.283 1311 1311 I chatty : uid=1000 system_server expire 11 lines
06-08 15:14:09.123 1311 3317 I chatty : uid=1000(system) Binder_8 expire 14 lines
06-08 15:14:11.247 24283 24293 D DefContainer: Copying /data/local/tmp/myapp-0.1-debug.apk to base.apk
06-08 15:14:13.388 24346 24346 I chatty : uid=1000(system) com.android.keychain expire 1 line
06-08 15:14:13.710 1311 1335 I chatty : uid=1000(system) android.ui expire 18 lines
--------- beginning of main
06-08 15:14:13.830 24360 24401 I HubEmail: -- called from 2473 jni/../ExternalLib/WbxmlParser/../EmailInterface/jni/EmailCoreLinkApi/eas_wrap.cpp
06-08 15:14:13.832 24360 24401 I HubEmail: requestEASService() Start - EnevtType = 10
06-08 15:14:13.832 24360 24401 I HubEmail: -- called from 5197 jni/../ExternalLib/WbxmlParser/../EmailInterface/jni/EmailCoreLinkApi/eas_wrap.cpp
06-08 15:14:13.840 4066 21717 E NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REMOVED
06-08 15:14:13.840 24387 24409 I chatty : uid=10129(org.test.myapp) expire 106 lines
06-08 15:14:13.883 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:13.908 3448 3448 I [LGHome]EVENT: [LauncherModel.java:213:onReceive()]onReceive intent android.search.action.SEARCHABLES_CHANGED
06-08 15:14:13.912 24387 24412 I chatty : uid=10129(org.test.myapp) expire 3 lines
06-08 15:14:13.913 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:13.943 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:13.947 3448 3448 I [LGHome]EVENT: [LauncherModel.java:213:onReceive()]onReceive intent android.search.action.SEARCHABLES_CHANGED
06-08 15:14:13.962 3448 3448 I [LGHome]Launcher.Model: onPackageChanged=org.test.myapp for UserHandle{0}
06-08 15:14:13.974 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:13.975 24421 24421 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:13.975 24421 24421 D HyLog : D: Wrong tag (927 : loadPreData() : frameworks/base/core/jni/android/graphics/TypefaceHyFontManager.cpp)
06-08 15:14:13.975 24421 24421 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.025 24387 24387 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@a0d686a time:132527339
06-08 15:14:14.034 1311 1339 I chatty : uid=1000(system) android.display expire 24 lines
06-08 15:14:14.102 3448 3448 I [LGHome]Launcher: [Launcher.java:5870:waitUntilResume()]Deferring update until onResume
06-08 15:14:14.126 3293 7146 D LNfcService: UpdatePackageCacheTask - finish
06-08 15:14:14.126 3293 7146 D LNfcService: UpdatePackageCacheTask - begin
06-08 15:14:14.213 24421 24421 I BIO PLATFORM SDSERVICE: BioDataProvider::[onAccountsUpdated] LG Account is updated
06-08 15:14:14.214 24421 24421 I BIO PLATFORM SDSERVICE: BioDataProvider::[onAccountsUpdated] Accounts number is : 0
06-08 15:14:14.214 24421 24421 I BIO PLATFORM SDSERVICE: BioDataProvider::[onAccountsUpdated] Remove account and set sync to false!
06-08 15:14:14.232 24421 24421 D BIO PLATFORM SDSERVICE: SDServiceBroadcastReceiver::[onReceive] removed package: org.test.myapp
06-08 15:14:14.309 24017 24017 I Finsky : [1] com.google.android.finsky.p2p.c.a(10): Frosting ID looked up on UI thread. Caller should move to a background thread.
06-08 15:14:14.372 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/spinner.pyo
06-08 15:14:14.373 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/button.pyo
06-08 15:14:14.374 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/rst.pyo
06-08 15:14:14.375 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/gesturesurface.pyo
06-08 15:14:14.377 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/carousel.pyo
06-08 15:14:14.378 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recycleboxlayout.pyo
06-08 15:14:14.379 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/popup.pyo
06-08 15:14:14.379 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/screenmanager.pyo
06-08 15:14:14.381 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/scatter.pyo
06-08 15:14:14.382 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/image.pyo
06-08 15:14:14.383 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/actionbar.pyo
06-08 15:14:14.384 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/stacklayout.pyo
06-08 15:14:14.385 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/layout.pyo
06-08 15:14:14.386 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/splitter.pyo
06-08 15:14:14.387 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/tabbedpanel.pyo
06-08 15:14:14.388 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/anchorlayout.pyo
06-08 15:14:14.388 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/modalview.pyo
06-08 15:14:14.389 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/__init__.pyo
06-08 15:14:14.389 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/floatlayout.pyo
06-08 15:14:14.390 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/dropdown.pyo
06-08 15:14:14.391 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/treeview.pyo
06-08 15:14:14.392 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/codeinput.pyo
06-08 15:14:14.393 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/gridlayout.pyo
06-08 15:14:14.394 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/slider.pyo
06-08 15:14:14.394 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/progressbar.pyo
06-08 15:14:14.395 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/selectableview.pyo
06-08 15:14:14.396 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/accordion.pyo
06-08 15:14:14.397 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/widget.pyo
06-08 15:14:14.398 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/colorpicker.pyo
06-08 15:14:14.399 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/camera.pyo
06-08 15:14:14.400 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/sandbox.pyo
06-08 15:14:14.401 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/checkbox.pyo
06-08 15:14:14.402 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/boxlayout.pyo
06-08 15:14:14.402 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/bubble.pyo
06-08 15:14:14.403 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/label.pyo
06-08 15:14:14.404 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/textinput.pyo
06-08 15:14:14.408 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recyclegridlayout.pyo
06-08 15:14:14.409 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/settings.pyo
06-08 15:14:14.410 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/switch.pyo
06-08 15:14:14.411 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recyclelayout.pyo
06-08 15:14:14.412 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/video.pyo
06-08 15:14:14.412 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/pagelayout.pyo
06-08 15:14:14.413 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/effectwidget.pyo
06-08 15:14:14.415 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/togglebutton.pyo
06-08 15:14:14.415 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/scatterlayout.pyo
06-08 15:14:14.417 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/abstractview.pyo
06-08 15:14:14.417 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/stencilview.pyo
06-08 15:14:14.418 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/filechooser.pyo
06-08 15:14:14.420 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/listview.pyo
06-08 15:14:14.421 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/videoplayer.pyo
06-08 15:14:14.422 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/vkeyboard.pyo
06-08 15:14:14.423 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/relativelayout.pyo
06-08 15:14:14.424 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/scrollview.pyo
06-08 15:14:14.425 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recycleview/
06-08 15:14:14.426 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recycleview/layout.pyo
06-08 15:14:14.427 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recycleview/__init__.pyo
06-08 15:14:14.428 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recycleview/views.pyo
06-08 15:14:14.429 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/recycleview/datamodel.pyo
06-08 15:14:14.429 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/
06-08 15:14:14.430 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/button.pyo
06-08 15:14:14.430 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/__init__.pyo
06-08 15:14:14.431 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/emacs.pyo
06-08 15:14:14.432 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/cover.pyo
06-08 15:14:14.432 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/compoundselection.pyo
06-08 15:14:14.433 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/drag.pyo
06-08 15:14:14.434 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/togglebutton.pyo
06-08 15:14:14.435 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/codenavigation.pyo
06-08 15:14:14.436 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/focus.pyo
06-08 15:14:14.437 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/touchripple.pyo
06-08 15:14:14.437 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/uix/behaviors/knspace.pyo
06-08 15:14:14.439 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/
06-08 15:14:14.439 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/__init__.pyo
06-08 15:14:14.439 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/provider.pyo
06-08 15:14:14.440 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/recorder.pyo
06-08 15:14:14.440 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/shape.pyo
06-08 15:14:14.441 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/factory.pyo
06-08 15:14:14.441 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/motionevent.pyo
06-08 15:14:14.442 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/
06-08 15:14:14.443 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/ignorelist.pyo
06-08 15:14:14.443 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/tripletap.pyo
06-08 15:14:14.444 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/__init__.pyo
06-08 15:14:14.445 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/calibration.pyo
06-08 15:14:14.445 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/retaintouch.pyo
06-08 15:14:14.447 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/doubletap.pyo
06-08 15:14:14.448 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/postproc/dejitter.pyo
06-08 15:14:14.448 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/
06-08 15:14:14.449 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/__init__.pyo
06-08 15:14:14.449 24438 24438 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.449 24438 24438 D HyLog : D: Wrong tag (927 : loadPreData() : frameworks/base/core/jni/android/graphics/TypefaceHyFontManager.cpp)
06-08 15:14:14.449 24438 24438 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.449 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/mouse.pyo
06-08 15:14:14.450 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/tuio.pyo
06-08 15:14:14.451 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/linuxwacom.pyo
06-08 15:14:14.452 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/leapfinger.pyo
06-08 15:14:14.453 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/input/providers/androidjoystick.pyo
06-08 15:14:14.454 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/network/
06-08 15:14:14.454 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/network/urlrequest.pyo
06-08 15:14:14.455 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/network/__init__.pyo
06-08 15:14:14.456 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/
06-08 15:14:14.456 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/__init__.pyo
06-08 15:14:14.457 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/
06-08 15:14:14.457 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_tex.pyo
06-08 15:14:14.458 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_dds.pyo
06-08 15:14:14.458 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_sdl2.pyo
06-08 15:14:14.459 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/__init__.pyo
06-08 15:14:14.459 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:14.460 24017 24017 I Finsky : [1] com.google.android.finsky.p2p.d.a(2): Wrote row to frosting DB: 198
06-08 15:14:14.460 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_pygame.pyo
06-08 15:14:14.461 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/_img_sdl2.so
06-08 15:14:14.463 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_gif.pyo
06-08 15:14:14.465 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_pil.pyo
06-08 15:14:14.465 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/image/img_ffpyplayer.pyo
06-08 15:14:14.467 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/
06-08 15:14:14.468 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_gtk3.pyo
06-08 15:14:14.468 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_sdl2.pyo
06-08 15:14:14.469 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_android.pyo
06-08 15:14:14.469 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dbusklipper.pyo
06-08 15:14:14.470 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/__init__.pyo
06-08 15:14:14.471 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_pygame.pyo
06-08 15:14:14.471 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xsel.pyo
06-08 15:14:14.472 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dummy.pyo
06-08 15:14:14.472 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/_clipboard_ext.pyo
06-08 15:14:14.472 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xclip.pyo
06-08 15:14:14.473 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_winctypes.pyo
06-08 15:14:14.473 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/_clipboard_sdl2.so
06-08 15:14:14.474 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/clipboard/clipboard_nspaste.pyo
06-08 15:14:14.475 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/
06-08 15:14:14.475 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/__init__.pyo
06-08 15:14:14.476 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/markup.pyo
06-08 15:14:14.478 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/text_pygame.pyo
06-08 15:14:14.478 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/text_pil.pyo
06-08 15:14:14.479 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/_text_sdl2.so
06-08 15:14:14.482 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/text_sdl2.pyo
06-08 15:14:14.482 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/text/text_layout.so
06-08 15:14:14.487 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/gl/
06-08 15:14:14.487 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/gl/__init__.pyo
06-08 15:14:14.488 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/spelling/
06-08 15:14:14.488 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/spelling/__init__.pyo
06-08 15:14:14.488 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/spelling/spelling_enchant.pyo
06-08 15:14:14.489 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/video/
06-08 15:14:14.489 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/video/video_null.pyo
06-08 15:14:14.489 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:14.490 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/video/__init__.pyo
06-08 15:14:14.491 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/video/video_ffmpeg.pyo
06-08 15:14:14.491 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/video/video_ffpyplayer.pyo
06-08 15:14:14.492 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/video/video_gstplayer.pyo
06-08 15:14:14.493 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/
06-08 15:14:14.493 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/window_sdl2.pyo
06-08 15:14:14.495 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/__init__.pyo
06-08 15:14:14.498 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/_window_sdl2.so
06-08 15:14:14.507 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/window_pygame.pyo
06-08 15:14:14.509 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/window_info.so
06-08 15:14:14.510 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/window/window_egl_rpi.pyo
06-08 15:14:14.510 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/camera/
06-08 15:14:14.510 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/camera/__init__.pyo
06-08 15:14:14.511 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/camera/camera_picamera.pyo
06-08 15:14:14.512 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/camera/camera_opencv.pyo
06-08 15:14:14.512 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/camera/camera_gi.pyo
06-08 15:14:14.513 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/camera/camera_android.pyo
06-08 15:14:14.514 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/
06-08 15:14:14.514 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/audio_pygame.pyo
06-08 15:14:14.515 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/__init__.pyo
06-08 15:14:14.515 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/audio_avplayer.pyo
06-08 15:14:14.516 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/audio_gstplayer.pyo
06-08 15:14:14.517 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/audio_ffpyplayer.pyo
06-08 15:14:14.517 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/core/audio/audio_sdl2.so
06-08 15:14:14.521 24438 24438 W System : ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm64
06-08 15:14:14.527 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/deps/
06-08 15:14:14.527 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/deps/__init__.pyo
06-08 15:14:14.528 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/
06-08 15:14:14.529 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/tesselator.so
06-08 15:14:14.537 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/buffer.so
06-08 15:14:14.539 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/transformation.so
06-08 15:14:14.544 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/shader.so
06-08 15:14:14.547 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.bc.a(50): Jobs in database: 1-1337 12-1
06-08 15:14:14.550 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/__init__.pyo
06-08 15:14:14.551 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/instructions.so
06-08 15:14:14.558 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/texture.so
06-08 15:14:14.573 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/vbo.so
06-08 15:14:14.575 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.h.a(309): ConstraintMapping: 1-1337, 12-1, -> L: 14936ms, D: 86399936ms, C: false, I: false, N: 1
06-08 15:14:14.576 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/opengl_utils.so
06-08 15:14:14.580 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/scissor_instructions.so
06-08 15:14:14.582 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(19): Cancelling existing job with id: 9003
06-08 15:14:14.584 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/vertex_instructions.so
06-08 15:14:14.603 24387 24397 I art : Background sticky concurrent mark sweep GC freed 108704(9MB) AllocSpace objects, 1(20KB) LOS objects, 54% free, 25MB/57MB, paused 404us total 103.073ms
06-08 15:14:14.607 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(19): Cancelling existing job with id: 9001
06-08 15:14:14.609 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/context.so
06-08 15:14:14.616 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl.so
06-08 15:14:14.620 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/context_instructions.so
06-08 15:14:14.631 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/svg.so
06-08 15:14:14.652 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/opengl.so
06-08 15:14:14.659 458 516 I chatty : uid=1000(system) /system/bin/gbmonitor expire 9 lines
06-08 15:14:14.664 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(155): Scheduling job Id: 9000, L: 14936, D: 86399936, C: false, I: false, N: 1
06-08 15:14:14.666 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/fbo.so
06-08 15:14:14.671 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/stencil_instructions.so
06-08 15:14:14.676 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/vertex.so
06-08 15:14:14.678 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/compiler.so
06-08 15:14:14.680 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/gl_instructions.so
06-08 15:14:14.683 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/
06-08 15:14:14.684 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_debug.so
06-08 15:14:14.686 1311 1321 I chatty : uid=1000(system) Binder_1 expire 5 lines
06-08 15:14:14.689 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(155): Scheduling job Id: 9002, L: 14936, D: 86399936, C: false, I: false, N: 1
06-08 15:14:14.690 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/__init__.pyo
06-08 15:14:14.691 24455 24455 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.691 24455 24455 D HyLog : D: Wrong tag (927 : loadPreData() : frameworks/base/core/jni/android/graphics/TypefaceHyFontManager.cpp)
06-08 15:14:14.691 24455 24455 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.691 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_glew.so
06-08 15:14:14.692 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_mock.so
06-08 15:14:14.693 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_gl.so
06-08 15:14:14.694 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/graphics/cgl_backend/cgl_sdl2.so
06-08 15:14:14.695 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/storage/
06-08 15:14:14.695 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/storage/redisstore.pyo
06-08 15:14:14.696 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/storage/dictstore.pyo
06-08 15:14:14.697 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/storage/__init__.pyo
06-08 15:14:14.697 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/storage/jsonstore.pyo
06-08 15:14:14.698 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/
06-08 15:14:14.698 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/__init__.pyo
06-08 15:14:14.698 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/report.pyo
06-08 15:14:14.699 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/generate-icons.pyo
06-08 15:14:14.699 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/texturecompress.pyo
06-08 15:14:14.700 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/kviewer.pyo
06-08 15:14:14.700 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/benchmark.pyo
06-08 15:14:14.701 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/stub-gl-debug.pyo
06-08 15:14:14.702 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/
06-08 15:14:14.702 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/__init__.pyo
06-08 15:14:14.703 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/factory.pyo
06-08 15:14:14.703 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/
06-08 15:14:14.703 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__init__.pyo
06-08 15:14:14.704 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.pyo
06-08 15:14:14.704 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__main__.pyo
06-08 15:14:14.705 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/pyi_rth_kivy.pyo
06-08 15:14:14.705 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/gles_compat/
06-08 15:14:14.705 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/gles_compat/subset_gles.pyo
06-08 15:14:14.706 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/highlight/
06-08 15:14:14.707 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/highlight/__init__.pyo
06-08 15:14:14.707 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/highlight/kivy.vim
06-08 15:14:14.707 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/highlight/kivy-mode.el
06-08 15:14:14.708 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/highlight/kivy.tmLanguage
06-08 15:14:14.709 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/highlight/kivy.json-tmlanguage
06-08 15:14:14.709 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/
06-08 15:14:14.710 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/
06-08 15:14:14.710 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/vkeyboard_background.png
06-08 15:14:14.710 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_group_down.png
06-08 15:14:14.711 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_h.png
06-08 15:14:14.711 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tree_closed.png
06-08 15:14:14.712 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_group.png
06-08 15:14:14.712 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/button_pressed.png
06-08 15:14:14.712 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/vkeyboard_disabled_key_down.png
06-08 15:14:14.712 24455 24455 W System : ClassLoader referenced unknown path: /system/priv-app/LGFormManager/lib/arm
06-08 15:14:14.713 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_disabled_down_h.png
06-08 15:14:14.713 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_radio_disabled_off.png
06-08 15:14:14.714 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_disabled_on.png
06-08 15:14:14.714 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/sliderh_background.png
06-08 15:14:14.715 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/spinner_pressed.png
06-08 15:14:14.715 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/sliderh_background_disabled.png
06-08 15:14:14.715 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/ring.png
06-08 15:14:14.716 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/progressbar.png
06-08 15:14:14.717 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/separator.png
06-08 15:14:14.717 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_view.png
06-08 15:14:14.718 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_disabled_down.png
06-08 15:14:14.718 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/spinner_disabled.png
06-08 15:14:14.719 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_grip_h.png
06-08 15:14:14.719 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/selector_middle.png
06-08 15:14:14.720 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_item.png
06-08 15:14:14.720 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/sliderv_background_disabled.png
06-08 15:14:14.721 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/media-playback-pause.png
06-08 15:14:14.721 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/vkeyboard_disabled_key_normal.png
06-08 15:14:14.721 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/close.png
06-08 15:14:14.722 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_down.png
06-08 15:14:14.722 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/player-background.png
06-08 15:14:14.723 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_radio_disabled_on.png
06-08 15:14:14.723 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_radio_off.png
06-08 15:14:14.724 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/textinput_disabled_active.png
06-08 15:14:14.724 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/audio-volume-muted.png
06-08 15:14:14.725 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/selector_left.png
06-08 15:14:14.725 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_disabled_off.png
06-08 15:14:14.726 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter.png
06-08 15:14:14.726 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/bubble_arrow.png
06-08 15:14:14.727 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/textinput.png
06-08 15:14:14.727 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_item_down.png
06-08 15:14:14.728 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tab_disabled.png
06-08 15:14:14.728 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tree_opened.png
06-08 15:14:14.728 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/vkeyboard_key_down.png
06-08 15:14:14.729 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_on.png
06-08 15:14:14.729 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/audio-volume-medium.png
06-08 15:14:14.730 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_bar.png
06-08 15:14:14.730 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tab_btn_pressed.png
06-08 15:14:14.731 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tab_btn.png
06-08 15:14:14.731 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/audio-volume-high.png
06-08 15:14:14.732 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/modalview-background.png
06-08 15:14:14.732 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_radio_on.png
06-08 15:14:14.733 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/filechooser_selected.png
06-08 15:14:14.733 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/button.png
06-08 15:14:14.733 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/vkeyboard_disabled_background.png
06-08 15:14:14.734 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_disabled.png
06-08 15:14:14.734 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/media-playback-start.png
06-08 15:14:14.735 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/bubble_btn_pressed.png
06-08 15:14:14.735 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tab_btn_disabled.png
06-08 15:14:14.736 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/slider_cursor.png
06-08 15:14:14.736 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/textinput_active.png
06-08 15:14:14.737 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/progressbar_background.png
06-08 15:14:14.737 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/button_disabled.png
06-08 15:14:14.738 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/switch-background_disabled.png
06-08 15:14:14.738 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/switch-button.png
06-08 15:14:14.739 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/bubble.png
06-08 15:14:14.739 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/audio-volume-low.png
06-08 15:14:14.739 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/filechooser_file.png
06-08 15:14:14.740 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/checkbox_off.png
06-08 15:14:14.741 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_down_h.png
06-08 15:14:14.741 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/overflow.png
06-08 15:14:14.741 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_disabled_h.png
06-08 15:14:14.742 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/bubble_btn.png
06-08 15:14:14.742 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/textinput_disabled.png
06-08 15:14:14.743 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/selector_right.png
06-08 15:14:14.743 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/splitter_grip.png
06-08 15:14:14.744 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tab_btn_disabled_pressed.png
06-08 15:14:14.744 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/action_group_disabled.png
06-08 15:14:14.744 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/media-playback-stop.png
06-08 15:14:14.745 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/filechooser_folder.png
06-08 15:14:14.746 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/switch-button_disabled.png
06-08 15:14:14.746 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/image-missing.png
06-08 15:14:14.747 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/player-play-overlay.png
06-08 15:14:14.748 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/switch-background.png
06-08 15:14:14.748 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/button_disabled_pressed.png
06-08 15:14:14.748 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/tab.png
06-08 15:14:14.749 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/sliderv_background.png
06-08 15:14:14.754 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/slider_cursor_disabled.png
06-08 15:14:14.755 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/spinner.png
06-08 15:14:14.755 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/previous_normal.png
06-08 15:14:14.755 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/theming/defaulttheme/vkeyboard_key_normal.png
06-08 15:14:14.756 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/pep8checker/
06-08 15:14:14.756 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/pep8checker/pep8.pyo
06-08 15:14:14.759 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/pep8checker/pep8kivy.pyo
06-08 15:14:14.760 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/tools/pep8checker/pre-commit.githook
06-08 15:14:14.764 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/
06-08 15:14:14.765 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/style.kv
06-08 15:14:14.766 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/settings_kivy.json
06-08 15:14:14.767 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/
06-08 15:14:14.768 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/azerty.json
06-08 15:14:14.768 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/de_CH.json
06-08 15:14:14.769 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/qwertz.json
06-08 15:14:14.769 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/qwerty.json
06-08 15:14:14.770 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/de.json
06-08 15:14:14.770 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/en_US.json
06-08 15:14:14.771 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/keyboards/fr_CH.json
06-08 15:14:14.771 3385 3385 D LIA_Service_NativeEventReceiver: onReceive action : android.intent.action.PACKAGE_ADDED = package:org.test.myapp
06-08 15:14:14.771 3385 3385 I LIA_Service_PlatformUtil: startLIAService() : Trying to start LIA service ...
06-08 15:14:14.771 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/
06-08 15:14:14.772 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-24.png
06-08 15:14:14.772 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-256.png
06-08 15:14:14.773 3385 3385 D LIA_Service_LIAService: onStartCommand() : LIAService started! - id :19, intent : Intent { act=com.lge.ia pkg=com.lge.ia (has extras) }
06-08 15:14:14.773 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-128.png
06-08 15:14:14.774 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-64.png
06-08 15:14:14.774 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-48.png
06-08 15:14:14.775 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-512.png
06-08 15:14:14.776 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-32.png
06-08 15:14:14.777 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/logo/kivy-icon-16.png
06-08 15:14:14.777 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/
06-08 15:14:14.778 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/defaultshape.png
06-08 15:14:14.779 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/image-loading.gif
06-08 15:14:14.780 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/defaulttheme-0.png
06-08 15:14:14.781 24455 24471 V FormManager: Available application which is dependent on FormManager does not exist.
06-08 15:14:14.782 24455 24471 V FormManager: Available application which is dependent on FormManager does not exist.
06-08 15:14:14.784 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/cursor.png
06-08 15:14:14.785 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/testpattern.png
06-08 15:14:14.786 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/background.jpg
06-08 15:14:14.787 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/images/defaulttheme.atlas
06-08 15:14:14.787 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/glsl/
06-08 15:14:14.788 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/glsl/header.vs
06-08 15:14:14.788 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/glsl/default.fs
06-08 15:14:14.788 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/glsl/default.vs
06-08 15:14:14.789 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/glsl/default.png
06-08 15:14:14.790 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/glsl/header.fs
06-08 15:14:14.790 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/
06-08 15:14:14.790 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/RobotoMono-Regular.ttf
06-08 15:14:14.791 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:14.794 22932 22932 I chatty : uid=1000(system) com.lge.lockscreensettings expire 2 lines
06-08 15:14:14.797 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/Roboto-Regular.ttf
06-08 15:14:14.805 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/Roboto-Bold.ttf
06-08 15:14:14.812 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/Roboto-Italic.ttf
06-08 15:14:14.819 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/Roboto-BoldItalic.ttf
06-08 15:14:14.821 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:14.827 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/data/fonts/DejaVuSans.ttf
06-08 15:14:14.836 24472 24472 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.836 24472 24472 D HyLog : D: Wrong tag (927 : loadPreData() : frameworks/base/core/jni/android/graphics/TypefaceHyFontManager.cpp)
06-08 15:14:14.836 24472 24472 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:14:14.861 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/lang/
06-08 15:14:14.862 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/lang/__init__.pyo
06-08 15:14:14.862 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/lang/parser.pyo
06-08 15:14:14.863 24387 24409 V python : extracting lib/python2.7/site-packages/kivy/lang/builder.pyo
06-08 15:14:14.865 24387 24409 V python : extracting lib/python2.7/config/
06-08 15:14:14.865 24387 24409 V python : extracting lib/python2.7/config/config.c.in
06-08 15:14:14.866 24387 24409 V python : extracting lib/python2.7/config/install-sh
06-08 15:14:14.866 24387 24409 V python : extracting lib/python2.7/config/config.c
06-08 15:14:14.867 24387 24409 V python : extracting lib/python2.7/config/Setup.local
06-08 15:14:14.867 24472 24472 W System : ClassLoader referenced unknown path: /system/app/UnifiedEULA/lib/arm
06-08 15:14:14.867 24387 24409 V python : extracting lib/python2.7/config/Makefile
06-08 15:14:14.870 24387 24409 V python : extracting lib/python2.7/config/Setup.config
06-08 15:14:14.870 24387 24409 V python : extracting lib/python2.7/config/Setup
06-08 15:14:14.871 24387 24409 V python : extracting lib/python2.7/lib-dynload/
06-08 15:14:14.871 24387 24409 V python : extracting lib/python2.7/lib-dynload/unicodedata.so
06-08 15:14:14.891 24472 24472 D EulaProviderUpdateObserver: action : android.intent.action.PACKAGE_ADDED
06-08 15:14:14.891 24472 24472 D EulaProviderUpdateObserver: uri : package:org.test.myapp
06-08 15:14:14.898 24387 24409 V python : extracting lib/python2.7/lib-dynload/_io.so
06-08 15:14:14.898 3293 7146 D LNfcService: UpdatePackageCacheTask - finish
06-08 15:14:14.903 24387 24409 V python : extracting lib/python2.7/lib-dynload/_ctypes.so
06-08 15:14:14.908 24387 24409 V python : extracting lib/python2.7/lib-dynload/future_builtins.so
06-08 15:14:14.908 24387 24409 V python : extracting lib/python2.7/lib-dynload/syslog.so
06-08 15:14:14.909 24387 24409 V python : extracting lib/python2.7/lib-dynload/_csv.so
06-08 15:14:14.911 24387 24409 V python : extracting include/
06-08 15:14:14.911 24387 24409 V python : extracting include/python2.7/
06-08 15:14:14.911 24387 24409 V python : extracting include/python2.7/pyconfig.h
06-08 15:14:14.915 24387 24387 V pythonutil: Checking pattern libcrystax\.so against libpython2.7.so
06-08 15:14:14.915 24387 24387 V pythonutil: Checking pattern libcrystax\.so against libSDL2_mixer.so
06-08 15:14:14.915 24387 24387 V pythonutil: Checking pattern libcrystax\.so against libSDL2_ttf.so
06-08 15:14:14.915 24387 24387 V pythonutil: Checking pattern libcrystax\.so against libmain.so
06-08 15:14:14.915 24387 24387 V pythonutil: Checking pattern libcrystax\.so against libSDL2.so
06-08 15:14:14.915 24387 24387 V pythonutil: Checking pattern libcrystax\.so against libSDL2_image.so
06-08 15:14:14.915 1311 2898 I chatty : uid=1000(system) WifiService expire 1 line
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libsqlite3\.so against libpython2.7.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libsqlite3\.so against libSDL2_mixer.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libsqlite3\.so against libSDL2_ttf.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libsqlite3\.so against libmain.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libsqlite3\.so against libSDL2.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libsqlite3\.so against libSDL2_image.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libssl.*\.so against libpython2.7.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libssl.*\.so against libSDL2_mixer.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libssl.*\.so against libSDL2_ttf.so
06-08 15:14:14.916 24387 24387 V pythonutil: Checking pattern libssl.*\.so against libmain.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libssl.*\.so against libSDL2.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libssl.*\.so against libSDL2_image.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libcrypto.*\.so against libpython2.7.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libcrypto.*\.so against libSDL2_mixer.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libcrypto.*\.so against libSDL2_ttf.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libcrypto.*\.so against libmain.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libcrypto.*\.so against libSDL2.so
06-08 15:14:14.917 24387 24387 V pythonutil: Checking pattern libcrypto.*\.so against libSDL2_image.so
06-08 15:14:14.917 24387 24387 V pythonutil: Loading library: SDL2
06-08 15:14:14.923 1311 3415 I chatty : uid=1000(system) Binder_F expire 11 lines
06-08 15:14:14.937 24387 24387 V pythonutil: Library loading error: dlopen failed: cannot locate symbol "__aeabi_memclr8" referenced by "/data/app/org.test.myapp-2/lib/arm/libSDL2.so"...
06-08 15:14:14.937 24387 24387 V pythonutil: An UnsatisfiedLinkError occurred loading SDL2
06-08 15:14:14.937 24387 24387 W System.err: dlopen failed: cannot locate symbol "__aeabi_memclr8" referenced by "/data/app/org.test.myapp-2/lib/arm/libSDL2.so"...
06-08 15:14:14.941 24387 24387 D PhoneWindowEx: Ex2. SystemProperties.get result >> #ff000000
06-08 15:14:14.942 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:14.972 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:14.981 24017 24017 I Finsky : [1] com.google.android.finsky.p2p.c.a(10): Frosting ID looked up on UI thread. Caller should move to a background thread.
06-08 15:14:14.999 1311 2992 I chatty : uid=1000(system) Binder_3 expire 6 lines
06-08 15:14:15.004 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.013 24017 24017 I Finsky : [1] com.google.android.finsky.wear.WearSupportService.onStartCommand(26): Starting WearSupportService for auto_install
06-08 15:14:15.013 1311 3300 I chatty : uid=1000(system) Binder_5 expire 5 lines
06-08 15:14:15.014 4043 24418 I ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:org.test.myapp flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
06-08 15:14:15.016 24017 24017 I Finsky : [1] com.google.android.finsky.wear.x.a(18): Connecting to wearable
06-08 15:14:15.017 24017 24017 I Finsky : [1] com.google.android.finsky.p2p.d.a(2): Wrote row to frosting DB: 199
06-08 15:14:15.019 23614 23614 D LauncherStateReceiver: .activities.CallLogSearchResolverActivity enable(1)/disable(2) : 2
06-08 15:14:15.026 24017 24017 I Finsky : [1] com.google.android.finsky.externalreferrer.b.a(10): Package state data is missing for org.test.myapp
06-08 15:14:15.034 1311 3311 I chatty : uid=1000(system) Binder_7 expire 4 lines
06-08 15:14:15.035 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.036 24387 24387 E art : No implementation found for void org.libsdl.app.SDLActivity.nativeSetEnv(java.lang.String, java.lang.String) (tried Java_org_libsdl_app_SDLActivity_nativeSetEnv and Java_org_libsdl_app_SDLActivity_nativeSetEnv__Ljava_lang_String_2Ljava_lang_String_2)
06-08 15:14:15.037 24387 24387 D AndroidRuntime: Shutting down VM
--------- beginning of crash
06-08 15:14:15.039 24387 24387 E AndroidRuntime: FATAL EXCEPTION: main
06-08 15:14:15.039 24387 24387 E AndroidRuntime: Process: org.test.myapp, PID: 24387
06-08 15:14:15.039 24387 24387 E AndroidRuntime: java.lang.UnsatisfiedLinkError: No implementation found for void org.libsdl.app.SDLActivity.nativeSetEnv(java.lang.String, java.lang.String) (tried Java_org_libsdl_app_SDLActivity_nativeSetEnv and Java_org_libsdl_app_SDLActivity_nativeSetEnv__Ljava_lang_String_2Ljava_lang_String_2)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at org.libsdl.app.SDLActivity.nativeSetEnv(Native Method)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at org.kivy.android.PythonActivity$UnpackFilesTask.onPostExecute(PythonActivity.java:167)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at org.kivy.android.PythonActivity$UnpackFilesTask.onPostExecute(PythonActivity.java:114)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at android.os.AsyncTask.finish(AsyncTask.java:651)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at android.os.AsyncTask.access$500(AsyncTask.java:180)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:668)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5525)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
06-08 15:14:15.039 24387 24387 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)
06-08 15:14:15.065 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.072 23614 23614 D LauncherStateReceiver: .DialtactsRecentCallsEntryActivity enable(1)/disable(2) : 2
06-08 15:14:15.073 23614 23614 D LauncherStateReceiver: .alias.SpeedDialListActivity enable(1)/disable(2) : 2
06-08 15:14:15.090 24455 24493 W FormManager: ACTION_PACKAGE_REPLACED
06-08 15:14:15.094 24455 24493 V FormManager: installed package = org.test.myapp
06-08 15:14:15.094 24455 24493 V FormManager: getAppFormsInfo is invalid
06-08 15:14:15.095 24455 24493 V FormManager: Available application which is dependent on FormManager does not exist.
06-08 15:14:15.095 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.095 24455 24493 V FormManager: Available application which is dependent on FormManager does not exist.
06-08 15:14:15.100 1311 3318 I chatty : uid=1000(system) Binder_9 expire 8 lines
06-08 15:14:15.109 1311 24494 I chatty : uid=1000 system_server expire 1 line
06-08 15:14:15.110 4066 4066 I WearableService: Wearable Services not starting - Wear is not available on this device.
06-08 15:14:15.116 4066 6925 W WearableService: onGetService - Wear is not available on this device.
06-08 15:14:15.122 22256 22256 V VersionUpdateReceiver: VersionUpdateReceiver - Not MTK Model
06-08 15:14:15.125 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.127 24017 24017 E Finsky : [1] com.google.android.finsky.wear.y.a(3): onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
06-08 15:14:15.128 24017 24017 W Finsky : [1] com.google.android.finsky.wear.x.b(31): GoogleApiClient instance is not connected when requested
06-08 15:14:15.128 24017 24017 W Finsky : [1] com.google.android.finsky.wear.do.run(16): Dropping command=auto_install due to Gms not connected
06-08 15:14:15.129 24017 24017 I Finsky : [1] com.google.android.finsky.wear.WearSupportService.b(66): Stopping WearSupportService
06-08 15:14:15.156 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:14:15.186 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.217 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.241 4066 21717 E NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REPLACED
06-08 15:14:15.247 4043 6081 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
06-08 15:14:15.247 4043 4836 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
06-08 15:14:15.281 4066 23784 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:14:15.283 1311 31847 I chatty : uid=1000(system) RenderThread expire 4 lines
06-08 15:14:15.324 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.354 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.375 1311 1317 I chatty : uid=1000(system) HeapTaskDaemon expire 1 line
06-08 15:14:15.379 1311 1335 I chatty : uid=1000(system) android.ui expire 12 lines
06-08 15:14:15.384 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.414 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.428 4043 28815 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1, previously 881
06-08 15:14:15.445 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.475 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:14:15.506 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.516 4043 28815 I Icing : Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:14:15.520 4066 6955 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:14:15.535 4043 28815 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:14:15.536 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.539 24421 24421 D BIO PLATFORM SDSERVICE: SDServiceBroadcastReceiver::[onReceive] replaced package: org.test.myapp
06-08 15:14:15.629 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.655 4043 4836 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
06-08 15:14:15.656 4043 6081 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
06-08 15:14:15.659 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:14:15.660 1311 1334 I chatty : uid=1000(system) ActivityManager expire 3 lines
06-08 15:14:15.665 4066 6921 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:14:15.691 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.698 1311 3335 I chatty : uid=1000(system) Binder_A expire 9 lines
06-08 15:14:15.704 3401 3401 D LGNetworkSettings: onConfigurationChanged called
06-08 15:14:15.722 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.736 1311 2865 I chatty : uid=1000(system) InputReader expire 10 lines
06-08 15:14:15.744 3448 3448 I [LGHome]EVENT: [LauncherModel.java:213:onReceive()]onReceive intent android.intent.action.CONFIGURATION_CHANGED
06-08 15:14:15.745 3448 3448 I [LGHome]EVENT: [LauncherModel.java:230:onReceive()]Configuration Changed: {0.85 655mcc1mnc en_GB ldltr sw360dp w598dp h336dp 640dpi nrml land finger -keyb/v/h -nav/h s.52 fontTypeIndex0 forceEmbolden0 defclr=0xff000000}
06-08 15:14:15.745 3448 3448 I [LGHome]EVENT: [LauncherModel.java:235:onReceive()]Previous Configuration: {0.85 655mcc1mnc en_GB ldltr sw360dp w360dp h574dp 640dpi nrml port finger -keyb/v/h -nav/h s.51 fontTypeIndex0 forceEmbolden0 defclr=0xff000000}
06-08 15:14:15.773 4043 28815 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:14:15.786 4066 4931 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:14:15.805 4043 28815 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:14:15.810 4066 6921 I AsyncOpDispatcher: 51-RegisterSyncOperationCall
06-08 15:14:15.813 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:15.843 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:14:15.950 1311 3300 I chatty : uid=1000(system) Binder_5 expire 11 lines
06-08 15:14:16.024 17703 17703 I chatty : uid=1000(system) com.android.settings expire 1 line
06-08 15:14:16.218 432 1304 D BandwidthController: [LG DATA] No such appUid: 10008
06-08 15:14:16.218 432 1304 D DnsProxyListener: App 10008 tries DNS query. Accept family:0 protocol:0
06-08 15:14:16.269 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:16.271 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:14:16.272 4066 6225 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-08 15:14:16.301 4066 6225 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:16.301 4066 6225 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-08 15:14:16.301 4066 6225 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-08 15:14:16.301 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:14:16.301 4066 6225 W Conscrypt: at libcore.io.Posix.setsockoptTimeval(Native Method)
06-08 15:14:16.301 4066 6225 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:156)
06-08 15:14:16.314 4066 6225 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-08 15:14:16.315 4066 6225 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:16.315 4066 6225 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-08 15:14:16.315 4066 6225 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-08 15:14:16.315 4066 6225 W Conscrypt: at libcore.io.Posix.setsockoptTimeval(Native Method)
06-08 15:14:16.315 4066 6225 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:156)
06-08 15:14:16.332 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:14:16.362 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:14:16.393 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:14:16.424 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:14:16.454 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:16.484 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:16.582 4043 28815 I Icing : Indexing BEB53AA2AA045ABD28C77546564A2697D39E9923 from com.google.android.gms
06-08 15:14:16.585 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:16.617 432 1304 D BandwidthController: [LG DATA] No such appUid: 10008
06-08 15:14:16.617 432 1304 D DnsProxyListener: App 10008 tries DNS query. Accept family:0 protocol:0
06-08 15:14:16.622 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:14:16.652 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:14:16.682 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:14:16.689 4043 28815 I Icing : Indexing done BEB53AA2AA045ABD28C77546564A2697D39E9923
06-08 15:14:16.712 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:14:16.743 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:14:16.773 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:16.775 4066 6225 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-08 15:14:16.776 4066 6225 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:16.776 4066 6225 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-08 15:14:16.777 4066 6225 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-08 15:14:16.777 4066 6225 W Conscrypt: at libcore.io.Posix.setsockoptTimeval(Native Method)
06-08 15:14:16.777 4066 6225 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:156)
06-08 15:14:16.797 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:16.797 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:16.826 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:16.836 4066 6225 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-08 15:14:16.836 4066 6225 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:16.836 4066 6225 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-08 15:14:16.836 4066 6225 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-08 15:14:16.836 4066 6225 W Conscrypt: at libcore.io.Posix.setsockoptTimeval(Native Method)
06-08 15:14:16.836 4066 6225 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:156)
06-08 15:14:16.852 4043 28815 I Icing : Indexing BEB53AA2AA045ABD28C77546564A2697D39E9923 from com.google.android.gms
06-08 15:14:16.854 4043 28815 I Icing : Indexing done BEB53AA2AA045ABD28C77546564A2697D39E9923
06-08 15:14:17.003 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:17.168 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.179 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.179 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.193 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.193 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.200 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.200 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.218 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.380 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.384 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.385 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.395 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.395 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.409 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.410 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.418 4066 6225 I agiy : Scheduling Phenotype for a PhenotypeSyncImmediately(15, com.google.android.apps.photos) one off with window [1, 2] in seconds -- metadata{ service_id: 51 }
06-08 15:14:17.424 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.424 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.474 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:14:17.492 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:17.636 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:17.647 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:18.097 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:18.108 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:18.108 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:18.162 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:18.162 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:18.187 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:18.353 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:18.371 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:18.371 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:18.407 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:18.948 1311 2846 I chatty : uid=1000(system) SensorService expire 11 lines
06-08 15:14:20.165 4066 4066 I WearableService: Wearable Services stopping
06-08 15:14:20.415 594 594 I MSM-irqbalance: Decided to move IRQ240 from CPU3 to CPU1
06-08 15:14:22.004 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:22.437 1311 1311 I chatty : uid=1000 system_server expire 12 lines
06-08 15:14:22.512 4066 4464 I AsyncOpDispatcher: 51-RegisterOperationCall
06-08 15:14:22.524 4066 4464 I AsyncOpDispatcher: 51-RegisterOperationCall
06-08 15:14:22.607 484 484 I chatty : uid=1000(system) /system/vendor/bin/RIDLClient.exe expire 12 lines
06-08 15:14:22.881 432 1304 D BandwidthController: [LG DATA] No such appUid: 10008
06-08 15:14:22.881 432 1304 D DnsProxyListener: App 10008 tries DNS query. Accept family:0 protocol:0
06-08 15:14:22.937 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 10 lines
06-08 15:14:22.945 4066 24520 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-08 15:14:22.948 4066 24520 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:22.948 4066 24520 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-08 15:14:22.948 4066 24520 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-08 15:14:22.949 4066 24520 W Conscrypt: at libcore.io.Posix.setsockoptTimeval(Native Method)
06-08 15:14:22.949 4066 24520 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:156)
06-08 15:14:23.000 449 643 E ThermalEngine: [GPU_MON] ACTION: GPU - [GPU_MON] Setting GPU[0] to 600000000
06-08 15:14:23.009 4066 24520 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-08 15:14:23.010 4066 24520 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-08 15:14:23.010 4066 24520 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-08 15:14:23.010 4066 24520 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-08 15:14:23.010 4066 24520 W Conscrypt: at libcore.io.Posix.setsockoptTimeval(Native Method)
06-08 15:14:23.010 4066 24520 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:156)
06-08 15:14:24.215 4066 4464 I AsyncOpDispatcher: 51-GetConfigurationSnapshotOperationCall
06-08 15:14:24.244 4066 4464 I AsyncOpDispatcher: 51-CommitToConfigurationOperationCall
06-08 15:14:24.260 4066 4464 I AsyncOpDispatcher: 51-GetExperimentTokensOperationCall
06-08 15:14:24.353 4066 4464 I AsyncOpDispatcher: 51-GetConfigurationSnapshotOperationCall
06-08 15:14:24.366 4066 4464 I AsyncOpDispatcher: 51-CommitToConfigurationOperationCall
06-08 15:14:24.382 4066 24520 I agiy : Scheduling adaptive one off task with window [14400, 604800] in seconds -- metadata{ service_id: 51 }
06-08 15:14:24.409 4066 23396 I AsyncOpDispatcher: 35-GetDeviceDataUploadOptInStatusOperation
06-08 15:14:25.409 594 594 I MSM-irqbalance: Decided to move IRQ215 from CPU3 to CPU1
06-08 15:14:25.520 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:25.526 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:25.531 4066 4076 I art : Background sticky concurrent mark sweep GC freed 306079(21MB) AllocSpace objects, 36(1380KB) LOS objects, 29% free, 54MB/77MB, paused 4.512ms total 179.825ms
06-08 15:14:27.006 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:27.837 4277 4667 D HeadsetStateMachine: Disconnected process message: 10, size: 0
06-08 15:14:27.837 3401 3401 D Telephony: PhoneApp: onReceive: android.intent.action.BATTERY_CHANGED
06-08 15:14:29.002 449 643 E ThermalEngine: [GPU_MON] Gpu Clock is back to idle state ( 600000000 Mhz )
06-08 15:14:29.003 449 643 E ThermalEngine: [GPU_MON] ACTION: GPU - [GPU_MON] Setting GPU[0] to 600000000
06-08 15:14:29.009 449 643 E ThermalEngine: ACTION: GPU - Setting max_pwrlevel to 0
06-08 15:14:29.667 3748 24524 I BgTaskExecutorImpl: Starting EXCLUSIVE background task fetch_configs_from_phenotype.
06-08 15:14:29.701 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(11): onJobSchedulerWakeup with jobId 9000
06-08 15:14:29.709 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.y.a(14): Scheduling fallback in 43199992 (absolute: 587111686)
06-08 15:14:29.714 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.y.a(14): Scheduling fallback in 64799995 (absolute: 608711694)
06-08 15:14:29.716 4066 24525 I AsyncOpDispatcher: 35-GetDeviceDataUploadOptInStatusOperation
06-08 15:14:29.732 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(11): onJobSchedulerWakeup with jobId 9002
06-08 15:14:29.738 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.y.a(14): Scheduling fallback in 43199996 (absolute: 587111718)
06-08 15:14:29.741 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.y.a(14): Scheduling fallback in 64799997 (absolute: 608711723)
06-08 15:14:29.741 24017 24017 W Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(23): onJobSchedulerWakeup while already running
06-08 15:14:29.747 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.af.handleMessage(39): DeviceState: DeviceState{currentTime=1528463669742, isCharging=true, isIdle=false, netAny=true, netNotRoaming=true, netUnmetered=true}
06-08 15:14:29.753 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.bc.a(50): Jobs in database: 1-1337 12-1
06-08 15:14:29.758 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.aa.a(138): Running job: 12-1
06-08 15:14:29.759 24017 24017 I Finsky : [1] com.google.android.finsky.ai.c.a(37): ContentSyncJob started
06-08 15:14:29.761 1311 3408 I chatty : uid=1000(system) Binder_E expire 1 line
06-08 15:14:29.762 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.aa.a(196): RunningQueue size: 1, PendingQueue size: 0
06-08 15:14:29.762 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.aa.a(213): Running queue: 12-1
06-08 15:14:29.891 4066 31544 I AsyncOpDispatcher: 51-GetConfigurationSnapshotOperationCall
06-08 15:14:30.349 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:30.356 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:30.409 594 594 I MSM-irqbalance: Decided to move IRQ65 from CPU3 to CPU1
06-08 15:14:30.550 3748 23534 I OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver
06-08 15:14:30.561 3748 23534 E OpaEligibilityChecker: Updating xpromo flags, clock app not present.
06-08 15:14:30.665 4066 4932 I AsyncOpDispatcher: 51-CommitToConfigurationOperationCall
06-08 15:14:30.671 4043 6081 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33
06-08 15:14:30.675 4043 4836 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32
06-08 15:14:30.691 4066 6955 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:14:30.710 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:14:30.720 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:14:30.756 3748 3748 W SearchServiceCore: Abort, client detached.
06-08 15:14:30.756 3748 3748 W SearchServiceCore: Abort, client detached.
06-08 15:14:30.756 3748 3748 W SearchServiceCore: Abort, client detached.
06-08 15:14:30.757 3748 3748 W SearchServiceCore: Abort, client detached.
06-08 15:14:30.757 3748 3748 W SearchServiceCore: Abort, client detached.
06-08 15:14:30.777 4043 21223 I Icing : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0, imm upload true
06-08 15:14:30.782 4066 31544 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:14:30.792 4043 21223 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true
06-08 15:14:31.272 24017 24042 I Finsky : [3720] com.google.android.finsky.o.c.a(21): Completed 0 account content syncs with 0 successful.
06-08 15:14:31.276 24017 24017 I Finsky : [1] com.google.android.finsky.ai.c.a(5): Installation state replication succeeded.
06-08 15:14:31.278 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.az.b(8): jobFinished: 12-1. TimeElapsed: 1518ms
06-08 15:14:31.281 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.aa.b(38): Job 12-1 finished
06-08 15:14:31.281 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.aa.a(196): RunningQueue size: 0, PendingQueue size: 0
06-08 15:14:31.282 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.af.handleMessage(78): Executor finished
06-08 15:14:31.298 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.bc.a(50): Jobs in database: 1-1337
06-08 15:14:31.303 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.h.a(309): ConstraintMapping: 1-1337, -> L: 4449394ms, D: 90849394ms, C: false, I: false, N: 1
06-08 15:14:31.305 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(155): Scheduling job Id: 9001, L: 4449394, D: 90849394, C: false, I: false, N: 1
06-08 15:14:31.307 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(155): Scheduling job Id: 9002, L: 4449394, D: 90849394, C: false, I: false, N: 1
06-08 15:14:31.705 3748 3748 W SearchServiceCore: Abort, client detached.
06-08 15:14:32.008 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:32.345 1311 2793 I chatty : uid=1000 system_server expire 10 lines
06-08 15:14:35.496 594 594 I MSM-irqbalance: Decided to move IRQ216 from CPU3 to CPU1
06-08 15:14:35.981 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 10 lines
06-08 15:14:37.010 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:42.012 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:45.657 594 594 I MSM-irqbalance: Decided to move IRQ48 from CPU3 to CPU1
06-08 15:14:47.014 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:52.017 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:14:55.076 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 12 lines
06-08 15:14:57.018 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:01.708 9067 9067 I DigitalAppWidgetProvider: onReceive: com.android.deskclock.ON_QUARTER_HOUR
06-08 15:15:01.717 9067 9067 V DigitalAppWidgetProvider: startAlarmOnQuarterHour android.app.ReceiverRestrictedContext@42bfd70
06-08 15:15:02.020 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:02.653 484 484 I chatty : uid=1000(system) /system/vendor/bin/RIDLClient.exe expire 10 lines
06-08 15:15:05.958 594 594 I MSM-irqbalance: Decided to move IRQ48 from CPU1 to CPU2
06-08 15:15:06.124 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 126 lines
06-08 15:15:07.022 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:10.059 3401 3401 D Telephony: PhoneInterfaceManager: [PhoneIntfMgr] mSigLevel = 5
06-08 15:15:10.059 2956 3735 I chatty : uid=10021(com.lge.smartcover) PhoneStatusBar expire 1 line
06-08 15:15:10.647 2956 26014 I chatty : uid=10021(com.lge.smartcover) Binder_7 expire 4 lines
06-08 15:15:10.660 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-08 15:15:10.664 1311 2795 I chatty : uid=1000 system_server expire 6 lines
06-08 15:15:10.749 17703 17703 I chatty : uid=1000(system) com.android.settings expire 11 lines
06-08 15:15:10.784 547 1054 I Sensors : sns_pwr.c(290):acquiring wakelock
06-08 15:15:10.953 594 594 I MSM-irqbalance: Decided to move IRQ240 from CPU1 to CPU3
06-08 15:15:11.123 1311 2840 I chatty : uid=1000 system_server expire 10 lines
06-08 15:15:11.130 400 400 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 6 lines
06-08 15:15:11.340 400 849 I chatty : uid=1000(system) hwcVsyncThread expire 2 lines
06-08 15:15:11.342 1311 2926 I chatty : uid=1000(system) PhotonicModulat expire 2 lines
06-08 15:15:11.367 1311 2893 I chatty : uid=1000(system) WifiStateMachin expire 2 lines
06-08 15:15:11.369 3214 3584 I chatty : uid=1000(system) LEDService expire 4 lines
06-08 15:15:11.371 438 24853 I chatty : uid=1013(media) Binder_6 expire 12 lines
06-08 15:15:11.378 1311 1332 I chatty : uid=1000(system) android.bg expire 2 lines
06-08 15:15:11.382 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 2 lines
06-08 15:15:11.383 3293 3293 D LNfcService: action : android.intent.action.SCREEN_OFF
06-08 15:15:11.425 2956 2970 I chatty : uid=10021(com.lge.smartcover) Binder_1 expire 2 lines
06-08 15:15:11.585 3448 3448 I [LGHome]EVENT: Screen Off
06-08 15:15:11.678 22214 22214 I chatty : uid=1000(system) com.lge.lpd expire 13 lines
06-08 15:15:11.683 4066 24495 W ctxmgr : [AclManager]No 2 for (accnt=account#-1568712593#, com.google.android.gms(10008):ScreenProducer, vrsn=12685000, 0, 3pPkg = null , 3pMdlId = null , pid = 4066). Was: 2 for 7, account#-1568712593#
06-08 15:15:11.688 4066 24495 W ctxmgr : [AclManager]No 2 for (accnt=account#-1568712593#, com.google.android.gms(10008):ScreenProducer, vrsn=12685000, 0, 3pPkg = null , 3pMdlId = null , pid = 4066). Was: 2 for 7, account#-1568712593#
06-08 15:15:11.691 4277 4705 I bt_btif : BTA_DmBleGetEnergyInfo
06-08 15:15:11.700 4277 4399 I bt_btif : HAL bt_hal_cbacks->energy_info_cb
06-08 15:15:11.700 4277 4399 D BluetoothAdapterService: energyInfoCallback() status = 0tx_time = 0rx_time = 2615idle_time = 145861energy_used = 604ctrl_state = 3
06-08 15:15:11.843 22228 22228 I chatty : uid=1000(system) com.lge.springcleaning:AppCleanupService expire 4 lines
06-08 15:15:11.844 22228 24537 I chatty : uid=1000(system) com.lge.springcleaning:AppCleanupService expire 1 line
06-08 15:15:12.023 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:12.286 547 603 I Sensors : sns_pwr.c(318):releasing wakelock
06-08 15:15:14.027 449 643 E ThermalEngine: [GPU_MON] ACTION: GPU - [GPU_MON] Setting GPU[0] to 600000000
06-08 15:15:15.688 3401 4326 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:15:15.948 594 594 I MSM-irqbalance: Decided to move IRQ65 from CPU1 to CPU2
06-08 15:15:16.035 2956 2967 I chatty : uid=10021(com.lge.smartcover) HeapTaskDaemon expire 1 line
06-08 15:15:16.039 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 10 lines
06-08 15:15:16.039 3293 3293 D LNfcService: action : com.lge.lockscreen.intent.action.LOCKSCREEN_CREATE
06-08 15:15:16.064 2956 2956 V KeyguardDisplayManager: show
06-08 15:15:16.076 1311 1335 I chatty : uid=1000(system) android.ui expire 10 lines
06-08 15:15:16.080 1311 1335 I chatty : uid=1000(system) android.ui expire 7 lines
06-08 15:15:16.090 1311 3280 I chatty : uid=1000(system) Binder_4 expire 2 lines
06-08 15:15:16.090 1311 1339 I chatty : uid=1000(system) android.display expire 25 lines
06-08 15:15:16.125 3401 3401 D LGNetworkSettings: onConfigurationChanged called
06-08 15:15:16.127 1311 1311 I chatty : uid=1000 system_server expire 10 lines
06-08 15:15:16.130 3448 3448 I [LGHome]EVENT: [LauncherModel.java:213:onReceive()]onReceive intent android.intent.action.CONFIGURATION_CHANGED
06-08 15:15:16.130 3448 3448 I [LGHome]EVENT: [LauncherModel.java:230:onReceive()]Configuration Changed: {0.85 655mcc1mnc en_GB ldltr sw360dp w360dp h574dp 640dpi nrml port finger -keyb/v/h -nav/h s.53 fontTypeIndex0 forceEmbolden0 defclr=0xff000000}
06-08 15:15:16.131 3448 3448 I [LGHome]EVENT: [LauncherModel.java:235:onReceive()]Previous Configuration: {0.85 655mcc1mnc en_GB ldltr sw360dp w598dp h336dp 640dpi nrml land finger -keyb/v/h -nav/h s.52 fontTypeIndex0 forceEmbolden0 defclr=0xff000000}
06-08 15:15:16.141 1311 3393 I chatty : uid=1000(system) Binder_D expire 4 lines
06-08 15:15:16.153 2956 24540 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 18 lines
06-08 15:15:16.154 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 196 lines
06-08 15:15:16.178 1311 3351 I chatty : uid=1000(system) Binder_B expire 10 lines
06-08 15:15:16.198 1311 3418 I chatty : uid=1000(system) Binder_10 expire 4 lines
06-08 15:15:16.308 3401 3417 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:15:16.319 3401 3422 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:15:16.357 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:15:16.388 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:15:16.420 3401 7268 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:15:16.495 1311 3311 I chatty : uid=1000(system) Binder_7 expire 3 lines
06-08 15:15:16.536 3401 3422 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:15:17.023 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:21.010 594 594 I MSM-irqbalance: Decided to move IRQ216 from CPU1 to CPU2
06-08 15:15:22.027 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:27.029 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:27.830 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 12 lines
06-08 15:15:27.835 3214 3584 I chatty : uid=1000(system) LEDService expire 12 lines
06-08 15:15:27.837 3401 3401 D Telephony: PhoneApp: onReceive: android.intent.action.BATTERY_CHANGED
06-08 15:15:27.839 4277 4667 D HeadsetStateMachine: Disconnected process message: 10, size: 0
06-08 15:15:29.735 1311 2861 I chatty : uid=1000(system) AlarmManager expire 2 lines
06-08 15:15:29.829 4066 24547 I AsyncOpDispatcher: 35-GetDeviceDataUploadOptInStatusOperation
06-08 15:15:32.031 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:32.687 484 484 I chatty : uid=1000(system) /system/vendor/bin/RIDLClient.exe expire 10 lines
06-08 15:15:33.788 28648 24549 I SubscribedFeeds: Received message
06-08 15:15:34.058 432 1304 D BandwidthController: [LG DATA] No such appUid: 10083
06-08 15:15:34.058 432 1304 D DnsProxyListener: App 10083 tries DNS query. Accept family:0 protocol:0
06-08 15:15:35.856 23616 23616 W wah : sections == null. missed changes on list ure{type=SAPI_LL_TYPE_SECTIONED_INBOX_PRIMARY, priority=DEFAULT, pauseState=RESUMED, #elements=8}
06-08 15:15:36.935 23616 23616 W tfr : Already started: tfr@7b76758
06-08 15:15:36.980 23616 23616 W wah : sections == null. missed changes on list ure{type=SAPI_LL_TYPE_SECTIONED_INBOX_PRIMARY_UNREAD, priority=DEFAULT, pauseState=RESUMED, #elements=4}
06-08 15:15:36.984 23616 23616 W wah : sections == null. missed changes on list ure{type=SAPI_LL_TYPE_SECTIONED_INBOX_PRIMARY_UNREAD, priority=DEFAULT, pauseState=RESUMED, #elements=4}
06-08 15:15:36.989 23616 24554 W nic : Job(ItemMessageListService:setItemMessageListPriority#0.3447) Unrecognized ItemMessageList itemMessageList-thread-f:1602710386600857292-67. Has it already been stopped?
06-08 15:15:37.025 23616 24555 W nic : Job(ItemMessageListService:setItemMessageListPriority#0.3451) Unrecognized ItemMessageList itemMessageList-thread-f:1602702115057969297-68. Has it already been stopped?
06-08 15:15:37.031 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:37.059 23616 24555 W nic : Job(ItemMessageListService:setItemMessageListPriority#0.3454) Unrecognized ItemMessageList itemMessageList-thread-f:1602698513508947788-69. Has it already been stopped?
06-08 15:15:42.033 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:47.036 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:52.038 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:15:52.362 1311 2793 I chatty : uid=1000 system_server expire 5 lines
06-08 15:15:52.485 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 33 lines
06-08 15:15:57.040 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:00.058 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 12 lines
06-08 15:16:02.042 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:02.602 432 1304 D BandwidthController: [LG DATA] No such appUid: 10120
06-08 15:16:02.602 432 1304 D DnsProxyListener: App 10120 tries DNS query. Accept family:0 protocol:0
06-08 15:16:02.717 484 484 I chatty : uid=1000(system) /system/vendor/bin/RIDLClient.exe expire 4 lines
06-08 15:16:07.045 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:12.047 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:16.406 1311 2865 I chatty : uid=1000(system) InputReader expire 18 lines
06-08 15:16:16.456 2956 2972 I chatty : uid=10021(com.lge.smartcover) Binder_2 expire 3 lines
06-08 15:16:16.458 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 3 lines
06-08 15:16:16.459 1311 2865 I chatty : uid=1000(system) InputReader expire 15 lines
06-08 15:16:16.473 1311 1341 I chatty : uid=1000(system) PowerManagerSer expire 2 lines
06-08 15:16:16.474 2956 3976 I chatty : uid=10021(com.lge.smartcover) Binder_5 expire 1 line
06-08 15:16:16.475 1311 1311 I chatty : uid=1000 system_server expire 4 lines
06-08 15:16:16.483 438 11984 I chatty : uid=1013(media) Binder_5 expire 13 lines
06-08 15:16:16.489 1311 1321 I chatty : uid=1000(system) Binder_1 expire 1 line
06-08 15:16:16.548 2956 2956 I chatty : uid=10021(com.lge.smartcover) com.android.systemui expire 5 lines
06-08 15:16:16.562 2956 2956 D KeyguardUpdateMonitor: handleTimeUpdate
06-08 15:16:16.591 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:16.591 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:16.592 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:16.593 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:16.597 3401 3913 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:16:16.615 2956 2956 D KeyguardUpdateMonitor: handleTimeUpdate
06-08 15:16:16.616 2956 2956 D KeyguardViewMediator: handleKeyguardDoneDrawing
06-08 15:16:16.619 1311 1335 I chatty : uid=1000(system) android.ui expire 8 lines
06-08 15:16:16.657 3293 3293 D LNfcService: action : android.intent.action.SCREEN_ON
06-08 15:16:16.658 2956 2956 I [SystemUI]LGPowerUI: onReceive = android.intent.action.SCREEN_ON
06-08 15:16:16.660 3214 3214 I chatty : uid=1000(system) com.lge.systemserver expire 5 lines
06-08 15:16:16.664 2956 2972 D KeyguardViewMediator: notifyScreenTurnedOn
06-08 15:16:16.664 2956 2956 D KeyguardViewMediator: handleNotifyScreenTurnedOn
06-08 15:16:16.664 2956 2956 D KeyguardHostView: screen on, instance 374f5e1
06-08 15:16:16.664 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:16.665 2956 2956 D KeyguardAbsKeyInputView: MDM handleMdm UnLockoutNow()
06-08 15:16:16.665 2956 2956 D KeyguardAbsKeyInputView: handleunlock reportFailedAttempt: #0 (failedAttemptsBeforeWipe=0)
06-08 15:16:16.703 2956 2956 I [SystemUI]Clock: onReceive = android.intent.action.SCREEN_ON
06-08 15:16:16.717 1311 2789 I chatty : uid=1000 system_server expire 10 lines
06-08 15:16:16.724 2956 2956 I LgeClockWidgetControlView: time changed, timezoneChanged : false
06-08 15:16:16.793 1311 2846 I chatty : uid=1000(system) SensorService expire 20 lines
06-08 15:16:16.818 4066 24495 W ctxmgr : [AclManager]No 2 for (accnt=account#-1568712593#, com.google.android.gms(10008):ScreenProducer, vrsn=12685000, 0, 3pPkg = null , 3pMdlId = null , pid = 4066). Was: 2 for 7, account#-1568712593#
06-08 15:16:16.822 22214 22214 I chatty : uid=1000(system) com.lge.lpd expire 13 lines
06-08 15:16:16.823 4066 24495 W ctxmgr : [AclManager]No 2 for (accnt=account#-1568712593#, com.google.android.gms(10008):ScreenProducer, vrsn=12685000, 0, 3pPkg = null , 3pMdlId = null , pid = 4066). Was: 2 for 7, account#-1568712593#
06-08 15:16:16.824 5256 5316 I KDE/LanLinkProvider: Identity package received from a TCP connection from richard@ZenBeast
06-08 15:16:16.825 5256 5316 I KDE/LanLinkProvider: Starting SSL handshake with richard@ZenBeast trusted:true
06-08 15:16:16.951 4066 4739 W GCoreFlp: No location to return for getLastLocation()
06-08 15:16:16.962 5256 23823 I LanLink : Socket closed: 8074555. Reason: End of stream
06-08 15:16:16.964 5256 24583 I KDE/LanLinkProvider: Handshake as client successful with richard@ZenBeast secured with TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
06-08 15:16:16.964 5256 24583 I KDE/LanLinkProvider: Reusing same link for device _af911944_8784_424a_824a_fe79ebeda661_
06-08 15:16:16.981 4277 4293 I bt_btif : BTA_DmBleGetEnergyInfo
06-08 15:16:16.992 4277 4399 I bt_btif : HAL bt_hal_cbacks->energy_info_cb
06-08 15:16:16.992 4277 4399 D BluetoothAdapterService: energyInfoCallback() status = 0tx_time = 0rx_time = 1149idle_time = 64131energy_used = 265ctrl_state = 3
06-08 15:16:17.009 594 594 I MSM-irqbalance: Decided to move IRQ188 from CPU1 to CPU2
06-08 15:16:17.047 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:17.076 4066 23396 E ctxmgr : [AppIntervalImpl]closeInterval: ongoing
06-08 15:16:17.879 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:17.901 1311 1339 I chatty : uid=1000(system) android.display expire 13 lines
06-08 15:16:17.906 2956 2956 I CameraSlider: isCameraDisabledByDpm, disabledCamera : false
06-08 15:16:17.913 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:17.913 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.914 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.914 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.918 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:17.918 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.920 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.921 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.931 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:17.931 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.932 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.934 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.948 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:17.948 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.950 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.951 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.952 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:17.953 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:17.953 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.954 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.955 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:17.959 1311 3300 I chatty : uid=1000(system) Binder_5 expire 2 lines
06-08 15:16:17.960 1311 2904 I chatty : uid=1000(system) AudioService expire 64 lines
06-08 15:16:17.960 438 2509 I chatty : uid=1013(media) Binder_1 expire 10 lines
06-08 15:16:17.961 1311 3351 I chatty : uid=1000(system) Binder_B expire 3 lines
06-08 15:16:17.961 438 3511 I chatty : uid=1013(media) Binder_3 expire 88 lines
06-08 15:16:17.962 438 2485 I chatty : uid=1013(media) ApmAudio expire 128 lines
06-08 15:16:17.962 438 2503 I chatty : uid=1013(media) AudioOut_2 expire 223 lines
06-08 15:16:17.963 438 2486 I chatty : uid=1013(media) ApmOutput expire 120 lines
06-08 15:16:17.985 438 2502 I chatty : uid=1013(media) FastMixer expire 92 lines
06-08 15:16:18.103 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:18.106 2956 2956 I CameraSlider: isCameraDisabledByDpm, disabledCamera : false
06-08 15:16:18.110 1311 3280 I chatty : uid=1000(system) Binder_4 expire 2 lines
06-08 15:16:18.113 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.113 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.115 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.117 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.130 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.130 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.132 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.133 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.145 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.145 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.146 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.147 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.163 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.163 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.165 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.165 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.178 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.178 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.179 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.180 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.186 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.186 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.187 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.188 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.189 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:18.191 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.191 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.192 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.193 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.197 1311 2992 I chatty : uid=1000(system) Binder_3 expire 4 lines
06-08 15:16:18.200 1311 3317 I chatty : uid=1000(system) Binder_8 expire 2 lines
06-08 15:16:18.202 1311 3408 I chatty : uid=1000(system) Binder_E expire 2 lines
06-08 15:16:18.203 438 24363 I chatty : uid=1013(media) Binder_A expire 44 lines
06-08 15:16:18.204 1311 3305 I chatty : uid=1000(system) Binder_6 expire 1 line
06-08 15:16:18.265 1311 1311 I chatty : uid=1000 system_server expire 2 lines
06-08 15:16:18.293 1311 3104 I chatty : uid=1000(system) SoundPool expire 20 lines
06-08 15:16:18.369 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:18.371 2956 2956 I CameraSlider: isCameraDisabledByDpm, disabledCamera : false
06-08 15:16:18.374 1311 1322 I chatty : uid=1000(system) Binder_2 expire 1 line
06-08 15:16:18.380 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.380 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.381 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.382 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.393 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.393 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.395 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.396 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.411 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.411 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.412 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.414 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.427 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.427 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.429 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.430 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.435 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.435 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.437 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.438 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.439 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:18.441 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.441 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.443 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.444 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.456 438 24853 I chatty : uid=1013(media) Binder_6 expire 8 lines
06-08 15:16:18.457 438 15583 I chatty : uid=1013(media) Binder_7 expire 35 lines
06-08 15:16:18.458 1311 3415 I chatty : uid=1000(system) Binder_F expire 2 lines
06-08 15:16:18.475 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:16,ssid="CAMI Education 2"
06-08 15:16:18.475 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:16,ssid="CAMI Education 2"
06-08 15:16:18.599 1311 2864 I chatty : uid=1000(system) InputDispatcher expire 6 lines
06-08 15:16:18.600 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:18.603 2956 2956 I CameraSlider: isCameraDisabledByDpm, disabledCamera : false
06-08 15:16:18.611 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.611 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.613 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.615 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.628 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.628 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.631 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.633 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.642 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.642 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.643 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.645 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.648 1311 2840 I chatty : uid=1000 system_server expire 1 line
06-08 15:16:18.659 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.659 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.660 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.662 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.675 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.675 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.677 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.679 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.683 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.683 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.684 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.685 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.685 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:18.687 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:18.687 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.688 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.689 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:18.694 438 24364 I chatty : uid=1013(media) Binder_B expire 8 lines
06-08 15:16:18.793 438 8540 I chatty : uid=1013(media) Binder_4 expire 8 lines
06-08 15:16:18.932 4043 21223 I Icing : Indexing 8CEE828E8B3E2D33F19E3776EC51609EDDF80F38 from com.google.android.gm
06-08 15:16:19.032 4043 21223 I Icing : Indexing done 8CEE828E8B3E2D33F19E3776EC51609EDDF80F38
06-08 15:16:19.216 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:19.223 2956 2956 I CameraSlider: isCameraDisabledByDpm, disabledCamera : false
06-08 15:16:19.231 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.231 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.233 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.235 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.240 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.240 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.242 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.245 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.256 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.256 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.258 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.260 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.272 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.273 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.274 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.276 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.288 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.288 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.289 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.291 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.297 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.297 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.298 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.299 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.300 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:19.302 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.302 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.304 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.305 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.313 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.314 438 24361 I chatty : uid=1013(media) Binder_8 expire 9 lines
06-08 15:16:19.315 438 438 I chatty : uid=1013(media) /system/bin/mediaserver expire 6 lines
06-08 15:16:19.373 441 441 I keystore: calling unlock when not locked, ignoring.
06-08 15:16:19.397 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.398 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.400 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.400 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.402 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.406 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.406 2956 2956 D KeyguardSecurityView: showNextSecurityScreenOrFinish(true)
06-08 15:16:19.407 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.407 2956 2956 D KeyguardUpdateMonitor: isSimPinSecure() return false
06-08 15:16:19.407 2956 2956 D KeyguardViewMediator: keyguardDone(true)
06-08 15:16:19.415 3214 24590 I chatty : uid=1000(system) com.lge.systemserver expire 1 line
06-08 15:16:19.416 372 380 D VoldCmdListener: sdcryptfs_load_or_create_master_key
06-08 15:16:19.417 372 380 D QSEECOMAPI: : QSEECom_get_handle sb_length = 0x1c00
06-08 15:16:19.418 372 380 D QSEECOMAPI: : App is not loaded in QSEE
06-08 15:16:19.419 2956 2956 D KeyguardViewMediator: handleKeyguardDone
06-08 15:16:19.421 2956 2956 D KeyguardViewMediator: handleHide
06-08 15:16:19.486 372 380 D QSEECOMAPI: : Loaded image: APP id = 162
06-08 15:16:19.487 1311 2992 V WindowManager: findFocusedWindow: Found new focus @ 25 = Window{6797d32 u0 StatusBar}
06-08 15:16:19.489 1311 2992 D WindowManager: notifyActivityDrawnForKeyguard: waiting=false Callers=com.android.server.wm.WindowManagerService.handleAppTransitionReadyLocked:9880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:10492 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedLoop:9268 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLocked:9215 com.android.server.wm.WindowManagerService.executeAppTransition:4396
06-08 15:16:19.490 1311 2992 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2121924544, canReceive=true
06-08 15:16:19.490 1311 2992 V WindowManager: findFocusedWindow: Found new focus @ 25 = Window{6797d32 u0 StatusBar}
06-08 15:16:19.490 372 380 D QSEECOM_SECUREKS_TZ_CMD: : Loading app secureks succeded
06-08 15:16:19.495 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.500 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.500 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.506 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.508 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.510 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.511 17703 17703 I chatty : uid=1000(system) com.android.settings expire 157 lines
06-08 15:16:19.514 372 380 E QSEECOM_SECUREKS_TZ_CMD: : qsc_issue_send_cmd_req: QSEECom_send_cmd: command failed ret =0
06-08 15:16:19.514 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.514 372 380 E QSEECOM_SECUREKS_TZ_CMD: : qsc_issue_send_cmd_req: CMD_ID= 1, rsp_cmd->status= -2
06-08 15:16:19.514 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.514 372 380 E QSEECOM_SEUCREKS_CLIENT: : tz_process: send_cmd_req fail: msg_rsp.status=-2
06-08 15:16:19.514 372 380 D QSEECOMAPI: : QSEECom_dealloc_memory
06-08 15:16:19.514 372 380 D QSEECOMAPI: : QSEECom_shutdown_app, app_id = 162
06-08 15:16:19.514 372 380 E QSEECOM_SEUCREKS_CLIENT: : sksc_decryption:: tz_process command fail~!!! ret=-2
06-08 15:16:19.514 372 380 D SKSCKMStore: (Get)No key found for sdenc
06-08 15:16:19.514 372 380 E : Failed to get KM_META
06-08 15:16:19.514 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.515 3214 24590 I LGSDEncService: master key is not exist
06-08 15:16:19.518 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.519 1311 3335 V LGSettingsProvider: insertSystemSetting(Screen_Update_Flag, 0, 0)
06-08 15:16:19.520 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.520 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.521 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.522 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.523 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.535 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.537 1311 3318 V LGSettingsProvider: insertSystemSetting(Screen_Update_Flag, 0, 0)
06-08 15:16:19.537 2956 2956 D KeyguardViewMediator: handleStartKeyguardExitAnimation
06-08 15:16:19.537 2956 2956 D KeyguardViewMediator: handleStartKeyguardExitAnimation, mCallState = 0
06-08 15:16:19.539 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.539 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.540 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.541 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.542 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.543 2956 2956 D KeyguardUpdateMonitor: isSimPinSecure() return false
06-08 15:16:19.543 2956 2956 D KeyguardViewMediator: playSounds, lock type is effect. effectType = 0
06-08 15:16:19.544 1311 3415 V LGSettingsProvider: getSystemSetting(lockscreen_sounds_enabled, -2)
06-08 15:16:19.544 2956 2956 V SoundPool: stop(205)
06-08 15:16:19.544 2956 2956 V SoundPool: play sampleID=14, leftVolume=0.501187, rightVolume=0.501187, priority=1, loop=0, rate=1.000000
06-08 15:16:19.545 2956 2956 V SoundPool: mState = 0 mChannelID=205, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:19.545 2956 2956 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:19.545 2956 2956 V SoundPool: play channel 0xe8697d28 state = 0
06-08 15:16:19.545 2956 2956 V SoundPool: SoundChannel::play 0xe8697d28: sampleID=14, channelID=206, leftVolume=0.501187, rightVolume=0.501187, priority=1, loop=0, rate=1.000000
06-08 15:16:19.545 438 24362 I chatty : uid=1013(media) Binder_9 expire 9 lines
06-08 15:16:19.545 2956 2956 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:19.545 2956 2956 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:19.545 2956 2956 V SoundPool: reusing track 0xd131b000 for sample 14
06-08 15:16:19.553 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.568 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.572 1311 3418 I chatty : uid=1000(system) Binder_10 expire 1 line
06-08 15:16:19.574 2956 2956 V SoundPool: delete oldTrack 0x0
06-08 15:16:19.576 2956 2956 D KeyguardViewMediator: updateDeviceLockedWithSecureLocked() isDevicedLockedWithSecure : false
06-08 15:16:19.579 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.systemui.statusbar.phone.LGStatusBarKeyguardViewManager$1@1de8171
06-08 15:16:19.579 2956 2956 D PhoneStatusBar: disable: < EXPAND icons* alerts system_info* BACK HOME RECENT clock SEARCH quick_settings >
06-08 15:16:19.581 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE_WITH_SHADOW -> WHITE)
06-08 15:16:19.581 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (NOT Transparent)
06-08 15:16:19.581 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=false
06-08 15:16:19.585 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.586 2956 2956 I [SystemUI]PhoneStatusBarView: go state: 2 -> 0
06-08 15:16:19.592 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:19.592 2956 2956 D KeyguardBackground: updateKeyguardState mState ? 0 ,goingToFullShade ? false ,fromShadeLocked ? false
06-08 15:16:19.592 2956 2956 D KeyguardBackground: Backdrop animation start. dest Alpha : 0 ,duration : 0 ,mKeyguardFadingAway : true
06-08 15:16:19.593 2956 2956 D KeyguardBackground: Backdrop animation end. BackDrop Alpha : 0.0
06-08 15:16:19.593 2956 2956 D LgeKeyguardWallpaperContainer: releaseReferenceOfBackground queriedDrawable : android.graphics.drawable.BitmapDrawable@1f5d90b ,referencingObject : com.android.systemui.statusbar.phone.PhoneStatusBar@42bfd70
06-08 15:16:19.594 2956 2956 D LgeKeyguardWallpaperContainer: PortraitDrawableQueryList is empty.
06-08 15:16:19.602 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.611 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.keyguard.CarrierText$1@acfb39b
06-08 15:16:19.612 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.keyguard.CarrierText$1@80ae338
06-08 15:16:19.613 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.lockscreen.widget.EmergencyButton$2@32dff11
06-08 15:16:19.613 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.keyguard.CarrierText$1@672f876
06-08 15:16:19.613 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.keyguard.KeyguardAbsKeyInputView$2@4b32e4c
06-08 15:16:19.613 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.keyguard.KeyguardPINView$1@32e0e95
06-08 15:16:19.617 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.618 2956 2956 D KeyguardHostView: onDetachedFromWindow()
06-08 15:16:19.618 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.android.keyguard.KeyguardHostView$1@a16139e
06-08 15:16:19.622 2956 2956 D StatusBarKeyguardViewManager: LockScreen status : 0 (Lock released)
06-08 15:16:19.625 2956 2956 D StatusBarKeyguardViewManager: KnockCode status : 0
06-08 15:16:19.625 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.626 2956 2956 D KeyguardUpdateMonitor: sendKeyguardVisibilityChanged(false)
06-08 15:16:19.627 1311 3300 V LGSettingsProvider: getSecureSetting(KNOCKON_LOCK_SET, -2)
06-08 15:16:19.628 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.630 1311 3280 V LGSettingsProvider: getSecureSetting(knockcode_initialized, -2)
06-08 15:16:19.630 2956 2956 D StatusBarKeyguardViewManager: isSecure : true, knockcodeEnabled : false, initialized : false
06-08 15:16:19.630 2956 2956 D StatusBarKeyguardViewManager: doesn't need to show knockcode warning pop-up
06-08 15:16:19.631 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.632 2956 2956 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=true --> flags=0x0 --> lgNaviBtnFlag=0x0
06-08 15:16:19.635 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.636 1311 3311 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=com.android.systemui
06-08 15:16:19.640 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.644 3293 3293 D LNfcService: action : android.intent.action.USER_PRESENT
06-08 15:16:19.648 1311 3351 D WifiServiceImplEx: acquireWifiLock pid=4066, uid=10008, packageName=com.google.uid.shared:10008, tag=NlpWifiLock
06-08 15:16:19.649 1311 3351 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b595815}
06-08 15:16:19.650 1311 3393 D WifiServiceImplEx: releaseWifiLock pid=4066, uid=10008, packageName=com.google.uid.shared:10008
06-08 15:16:19.651 1311 3393 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b595815}
06-08 15:16:19.651 4066 4066 I Coffee-OnbodyLure: User present, Check whether to show notification
06-08 15:16:19.654 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.673 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.685 1311 1334 I ActivityManager: Start proc 24591:com.lge.eodengine/1000 for broadcast com.lge.eodengine/.EodEngineReceiver
06-08 15:16:19.687 1311 1339 V WindowAnimator: Force hide KEYGUARD_ANIMATING_OUT hasSurface=true policyVis=true destroying=false attHidden=false vis=0 hidden=false anim=android.view.animation.AlphaAnimation@8d4fdea
06-08 15:16:19.693 17703 17703 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@261ffa9 time:132653006
06-08 15:16:19.701 1311 3351 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:19.701 1311 3351 V WindowManager: findFocusedWindow: Found new focus @ 23 = Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.701 1311 3351 V WindowManager: Changing focus from Window{6797d32 u0 StatusBar} to Window{59d3b6f u0 Application Error: org.test.myapp} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:3451 com.android.server.wm.WindowManagerServiceEx.relayoutWindow:722 com.android.server.wm.Session.relayout:199 android.view.IWindowSession$Stub.onTransact:284
06-08 15:16:19.701 1311 3351 D WindowManager: Input focus has changed to Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.704 1311 1335 W WindowManager: Call!!!getLGSystemUiVisibility. =0x0
06-08 15:16:19.704 1311 1335 D StatusBarManagerServiceEx: setLGSystemUiVisibility(0x0)
06-08 15:16:19.704 1311 1335 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.707 1311 3351 I SensorManager: removeAllSensors() [Sensor: LGE Light] by com.android.server.power.PowerManagerService.setLightSensorEnabled():4218
06-08 15:16:19.712 1311 3351 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (138659 ms ago)
06-08 15:16:19.717 1311 1339 I WindowManager: Focus moving from Window{6797d32 u0 StatusBar} to Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.717 1311 1339 I WindowManager: Gaining focus: Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.717 1311 1339 I WindowManager: Losing focus: Window{6797d32 u0 StatusBar}
06-08 15:16:19.741 24591 24591 I chatty : uid=1000(system) com.lge.eodengine expire 6 lines
06-08 15:16:19.769 1311 3335 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:19.769 1311 3335 V WindowManager: findFocusedWindow: Found new focus @ 23 = Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.783 1311 1339 V WindowAnimator: Done with Keyguard exit animations.
06-08 15:16:19.786 2956 2956 I [SystemUI]GlanceViewService: inflate(-1)
06-08 15:16:19.787 2956 2956 D PhoneStatusBar: disableNaviBtn: < menu sim_switch* notification* qmemo* qslide* dual_window* >
06-08 15:16:19.790 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:19.790 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.791 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.792 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:19.794 2956 2956 D PhoneStatusBar: disable: < EXPAND icons alerts system_info BACK HOME RECENT clock SEARCH quick_settings >
06-08 15:16:19.807 24591 24591 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:763 android.content.ContextWrapper.sendBroadcast:396 android.content.ContextWrapper.sendBroadcast:396 com.lge.eodengine.utils.EodUtils.sendConciergePing:79 com.lge.eodengine.EodEngineReceiver.onReceive:26
06-08 15:16:19.812 1311 3280 I ActivityManager: Killing 23881:com.lge.ia.task.incalagent/2901 (adj 15): empty #22
06-08 15:16:19.813 2956 23826 V SoundPool: process 0xe8697d28 channel 206 event BUFFER_END
06-08 15:16:19.813 2956 3082 V SoundPool: awake
06-08 15:16:19.813 2956 3082 V SoundPool: Getting channel from stop list
06-08 15:16:19.813 2956 3082 V SoundPool: stop
06-08 15:16:19.813 2956 3082 V SoundPool: done_l(206)
06-08 15:16:19.813 2956 3082 V SoundPool: move to front
06-08 15:16:19.835 2956 2956 D PhoneStatusBar: disable: < expand* icons alerts system_info back* home* recent* clock search* quick_settings >
06-08 15:16:19.845 1311 3300 D ActivityManager: cleanUpApplicationRecord -- 23881
06-08 15:16:19.847 2956 2956 I [SystemUI]NavigationThemeResource: notify navigation bar color(0x0)
06-08 15:16:19.847 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE -> WHITE_WITH_SHADOW)
06-08 15:16:19.847 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (Transparent)
06-08 15:16:19.847 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=false
06-08 15:16:19.847 2956 2956 V KeyguardDisplayManager: hide
06-08 15:16:19.849 3274 3274 I chatty : uid=1000(system) com.lge.myplace.engine expire 1 line
06-08 15:16:19.850 2956 2956 D PhoneStatusBar: setSystemUiVisibility vis=8000 mask=ffffffff oldVal=608600 newVal=8000 diff=600600
06-08 15:16:19.864 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceClockView$1@fcaa8be
06-08 15:16:19.864 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceDateView$1@9a7ed1f
06-08 15:16:19.864 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceClockWidgetView$1@b593840
06-08 15:16:19.864 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceCityView$1@9fefe35
06-08 15:16:19.869 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceClockView$1@9e83c3b
06-08 15:16:19.869 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceDateView$1@addcf58
06-08 15:16:19.869 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceCityView$1@bae48b1
06-08 15:16:19.872 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceClockView$1@8146117
06-08 15:16:19.872 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceDateView$1@50c8904
06-08 15:16:19.872 2956 2956 V KeyguardUpdateMonitor: *** unregister callback for com.lge.systemui.widget.LgeGlanceClockWidgetView$1@bb9986c
06-08 15:16:19.872 2956 2956 D GlanceViewManager: unregisterGlanceViewListener(com.lge.glanceview.GlanceViewPanel$8@38d97c3)
06-08 15:16:19.872 2956 2956 D GlanceViewManagerGlobal: unregisterGlanceViewListener(com.lge.glanceview.GlanceViewPanel$8@38d97c3)
06-08 15:16:19.877 1311 3300 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:19.877 1311 3300 V WindowManager: findFocusedWindow: Found new focus @ 23 = Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:19.885 3214 3584 D LEDHandler: ACTION_BATTERY_CHANGED : plugged type=2
06-08 15:16:19.885 3214 3584 D LEDHandler: Battery Level Remaining: 100%
06-08 15:16:19.885 3214 3584 D LEDHandler: Battery Temp: 292, mChargingStatus=5, mChargingStop=false
06-08 15:16:19.885 3401 3401 D Telephony: PhoneApp: onReceive: android.intent.action.BATTERY_CHANGED
06-08 15:16:19.886 4277 4667 D HeadsetStateMachine: Disconnected process message: 10, size: 0
06-08 15:16:19.904 2956 3856 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
06-08 15:16:19.905 2956 3856 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
06-08 15:16:19.908 2956 2956 D KeyguardUpdateMonitor: Intent.ACTION_BATTERYEX_CHANGED EXTRA_CHARGING_CURRENT : 0 / EXTRA_HVDCP_TYPE : false
06-08 15:16:19.908 2956 2956 I [SystemUI]LGPowerUI: onReceive = com.lge.android.intent.action.BATTERYEX
06-08 15:16:19.908 2956 2956 I [SystemUI]LGPowerUI: levelEx = 100, plugTypeEx = 2, WirelessAlignment = 0, chargingCurrent = 0, orientation = PORTRAIT
06-08 15:16:19.908 2956 2956 I [SystemUI]LGPowerUI: On Skip Timer : true
06-08 15:16:19.908 2956 2956 D KeyguardUpdateMonitor: Intent.ACTION_BATTERY_CHANGED status : 5 ,plugged : 2 ,level : 100 ,temperature : 292
06-08 15:16:19.908 2956 2956 I [SystemUI]LGPowerUI: onReceive = android.intent.action.BATTERY_CHANGED
06-08 15:16:19.908 2956 2956 I [SystemUI]LGPowerUI: level = 100, plugType = 2, plugged = true, mCharging = false, temperature = 292
06-08 15:16:19.908 1311 3415 I ActivityManager: Start proc 24607:com.lge.concierge/u0a24 for broadcast com.lge.concierge/.receiver.ServiceReceiver
06-08 15:16:19.909 1311 3280 V LGSettingsProvider: getSystemSetting(power_save_mode_enabled, -2)
06-08 15:16:19.931 4043 4831 I AsyncOpDispatcher: 122-GetRCNEnabledStatusOperation
06-08 15:16:19.947 2956 3856 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
06-08 15:16:19.947 2956 3856 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
06-08 15:16:19.968 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:19.973 24607 24607 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:16:19.973 24607 24607 D HyLog : D: Wrong tag (927 : loadPreData() : frameworks/base/core/jni/android/graphics/TypefaceHyFontManager.cpp)
06-08 15:16:19.973 24607 24607 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:16:19.974 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:20.027 24607 24607 W System : ClassLoader referenced unknown path: /system/priv-app/LGConciergeBoard/lib/arm
06-08 15:16:20.047 24607 24607 V [Concierge][ConciergeCardProvider]: onCreate()
06-08 15:16:20.051 24607 24607 D [Concierge][ServiceReceiver]: ConciergeCommonReceiver action = com.lge.concierge.action.CONCIERGE_PING
06-08 15:16:20.073 24607 24607 D [Concierge][ServiceReceiver]: return when webview is not attached
06-08 15:16:20.075 1311 3335 I ActivityManager: Killing 23936:com.google.android.apps.plus/u0a110 (adj 15): empty #22
06-08 15:16:20.079 4043 28815 I Icing : Indexing 8CEE828E8B3E2D33F19E3776EC51609EDDF80F38 from com.google.android.gm
06-08 15:16:20.089 4043 28815 I Icing : Indexing done 8CEE828E8B3E2D33F19E3776EC51609EDDF80F38
06-08 15:16:20.112 1311 3317 D ActivityManager: cleanUpApplicationRecord -- 23936
06-08 15:16:21.032 1311 1335 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:21.035 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (139982 ms ago)
06-08 15:16:21.115 1311 1335 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:21.116 1311 1335 V LGSettingsProvider: getSystemSetting(sound_effects_enabled, 0)
06-08 15:16:21.117 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:21.117 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:21.117 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:21.117 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4177, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:21.118 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:21.118 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:21.118 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:21.118 24387 24387 I Process : Sending signal. PID: 24387 SIG: 9
06-08 15:16:21.127 1311 1335 V WindowManager: Remove Window{59d3b6f u0 Application Error: org.test.myapp} client=e45fe4e, surface=Surface(name=Application Error: org.test.myapp) Callers=com.android.server.wm.WindowManagerService.removeWindow:2751 com.android.server.wm.Session.remove:188 android.view.ViewRootImpl.dispatchDetachedFromWindow:3139 android.view.ViewRootImpl.doDie:5685
06-08 15:16:21.128 1311 1335 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:21.128 1311 1335 V WindowManager: findFocusedWindow: Found new focus @ 18 = Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.129 1311 1335 V WindowManager: Changing focus from Window{59d3b6f u0 Application Error: org.test.myapp EXITING} to Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity} Callers=com.android.server.wm.WindowManagerService.removeWindowLocked:2865 com.android.server.wm.WindowManagerService.removeWindow:2751 com.android.server.wm.Session.remove:188 android.view.ViewRootImpl.dispatchDetachedFromWindow:3139
06-08 15:16:21.129 1311 1335 D WindowManager: Input focus has changed to Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.132 1311 1335 D InputDispatcher: Focus left window: Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:21.132 1311 1335 D InputDispatcher: Focus entered window: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.132 1311 1335 D InputDispatcher: Window went away: Window{59d3b6f u0 Application Error: org.test.myapp}
06-08 15:16:21.132 1311 1339 I WindowManager: Focus moving from Window{59d3b6f u0 Application Error: org.test.myapp EXITING} to Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.133 1311 1339 I WindowManager: Gaining focus: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.133 1311 1339 I WindowManager: Losing focus: Window{59d3b6f u0 Application Error: org.test.myapp EXITING}
06-08 15:16:21.133 1311 1335 I SystemUI[Framework]: PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x8600, pkg=com.android.settings
06-08 15:16:21.133 2956 2956 I [SystemUI]NavigationThemeResource: notify navigation bar color(0xff000000)
06-08 15:16:21.133 17703 17703 W SplitWindow: update focus...
06-08 15:16:21.133 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE_WITH_SHADOW -> WHITE)
06-08 15:16:21.133 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (NOT Transparent)
06-08 15:16:21.133 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=false
06-08 15:16:21.134 2956 2956 D PhoneStatusBar: setSystemUiVisibility vis=8600 mask=ffffffff oldVal=8000 newVal=8600 diff=600
06-08 15:16:21.135 1311 1335 W WindowManager: Call!!!getLGSystemUiVisibility. =0x0
06-08 15:16:21.135 1311 1335 D StatusBarManagerServiceEx: setLGSystemUiVisibility(0x0)
06-08 15:16:21.135 1311 1335 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.135 1311 1335 I SystemUI[Framework]: ==>disabledNaviBtn() what=0x0, token=android.os.Binder@5689b29, pkg=Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:21.135 1311 1335 I SystemUI[Framework]: disableNaviBtn: mDisabledNaviBtn=0x0, mDisableRecords.size=0
06-08 15:16:21.136 2956 2956 I [SystemUI]NavigationThemeResource: notify navigation bar color(0xff000000)
06-08 15:16:21.137 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:21.147 3125 3125 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 92)
06-08 15:16:21.148 1311 2992 D GraphicsStats: Buffer count: 20
06-08 15:16:21.153 1311 3393 I ActivityManager: Process org.test.myapp (pid 24387) has died
06-08 15:16:21.153 1311 3393 D ActivityManager: cleanUpApplicationRecord -- 24387
06-08 15:16:21.212 1311 17540 V SoundPool: process 0x7f96df6608 channel 4177 event BUFFER_END
06-08 15:16:21.213 1311 3104 V SoundPool: awake
06-08 15:16:21.213 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:21.213 1311 3104 V SoundPool: stop
06-08 15:16:21.213 1311 3104 V SoundPool: done_l(4177)
06-08 15:16:21.213 1311 3104 V SoundPool: move to front
06-08 15:16:21.326 1311 1339 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
06-08 15:16:21.419 1311 1311 I NotificationServiceEx: LED remove() : mLights=0|com.whatsapp|1|27729440377@s.whatsapp.net|10120
06-08 15:16:21.419 1311 1311 D NotificationServiceEx: updateLightListLocked :r=0|com.whatsapp|1|27729440377@s.whatsapp.net|10120, action=2
06-08 15:16:21.419 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x8 color=0xff075e54 groupKey=group_key_messages sortKey=1 actions=1 vis=PRIVATE publicVersion=Notification(pri=0 contentView=com.whatsapp/0x1090085 vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff075e54 category=msg vis=PRIVATE))
06-08 15:16:21.453 1311 1311 I NotificationServiceEx: LED remove() : mLights=0|com.whatsapp|1|27729440377@s.whatsapp.net|10120
06-08 15:16:21.453 1311 1311 D NotificationServiceEx: updateLightListLocked :r=0|com.whatsapp|1|27729440377@s.whatsapp.net|10120, action=2
06-08 15:16:21.453 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x8 color=0xff075e54 groupKey=group_key_messages sortKey=1 actions=1 vis=PRIVATE publicVersion=Notification(pri=0 contentView=com.whatsapp/0x1090085 vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff075e54 category=msg vis=PRIVATE))
06-08 15:16:21.456 1311 1311 I NotificationServiceEx: LED remove() : mLights=0|com.whatsapp|1|null|10120
06-08 15:16:21.456 1311 1311 D NotificationServiceEx: updateLightListLocked :r=0|com.whatsapp|1|null|10120, action=2
06-08 15:16:21.456 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff075e54 category=msg groupKey=group_key_messages actions=1 vis=PRIVATE publicVersion=Notification(pri=0 contentView=com.whatsapp/0x1090085 vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff075e54 category=msg vis=PRIVATE))
06-08 15:16:21.471 3448 3448 I [LGHome]LGNumberBadgeReceiver: [LGNumberBadgeReceiver.java:80:onReceive()]LGNumberBadgeReceiver.onReceive() is called : action = android.intent.action.BADGE_COUNT_UPDATE
06-08 15:16:21.483 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.ActEmailStarter = 0
06-08 15:16:21.483 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.DialtactsRecentCallsEntryActivity = 0
06-08 15:16:21.483 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.QSlideWelcome = 0
06-08 15:16:21.483 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.ui.ConversationList = 3
06-08 15:16:21.484 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.vending.AssetBrowserActivity = 0
06-08 15:16:21.484 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.whatsapp.Main = 2
06-08 15:16:21.484 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.MailList = 0
06-08 15:16:21.485 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.google.android.youtube.app.honeycomb.Shell$HomeActivity = 0
06-08 15:16:21.485 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.activities.DialtactsActivity = 0
06-08 15:16:21.485 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.AccountList = 0
06-08 15:16:21.485 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.Welcome = 0
06-08 15:16:21.486 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.mms.ui.ConversationList = 3
06-08 15:16:21.487 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.activity.MainMenuActivity = 3
06-08 15:16:21.487 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.bnr.launcher.BNRLauncherActivity = 0
06-08 15:16:21.488 3448 4198 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.updatecenter.UpdateCenterPrfActivity = 4
06-08 15:16:21.530 2956 2956 I [SystemUI]StatusBar: action button: android.widget.Button{695779a VFED..C.. ......I. 0,0-0,0 #1020361 android:id/action0}
06-08 15:16:21.535 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:21.538 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:21.593 2956 2956 I [SystemUI]StatusBar: action button: android.widget.Button{f377fb4 VFED..C.. ......I. 0,0-0,0 #1020361 android:id/action0}
06-08 15:16:21.597 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:21.598 2956 2956 D KeyguardModel: mReceiver, received action: android.intent.action.BADGE_COUNT_UPDATE, sendingUserId:0
06-08 15:16:21.598 2956 2956 D KeyguardModel: ACTION_GENERAL_UPDATE_NOTIFICATION received! package: com.whatsapp, class: com.whatsapp.Main, unread_count: 2
06-08 15:16:21.598 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:18,ssid="CAMI Education 2"
06-08 15:16:21.598 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:18,ssid="CAMI Education 2"
06-08 15:16:21.624 2956 2956 D KeyguardModel: putThirdPartyNotificationIntoList Number: 2 Id: 12 UserId: 0
06-08 15:16:21.627 2956 2956 D LgeKeyguardNotificationRecorder: saveNotificationRecord key = com.whatsapp.Main ,value = 12|com.whatsapp|2|0
06-08 15:16:21.647 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:21.653 1311 1317 I art : Background partial concurrent mark sweep GC freed 189776(9MB) AllocSpace objects, 23(800KB) LOS objects, 33% free, 55MB/83MB, paused 1.708ms total 212.994ms
06-08 15:16:21.657 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:21.712 458 516 I GBMv2 : GBM state [1]
06-08 15:16:22.014 594 594 I MSM-irqbalance: Decided to move IRQ132 from CPU2 to CPU1
06-08 15:16:22.048 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:22.739 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:1975: GetTransState() EBADF
06-08 15:16:22.739 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/MainCore.cpp:1324: Failed to get TransState, rc
06-08 15:16:22.739 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:1975: GetTransState() EBADF
06-08 15:16:23.490 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:21,ssid="CAMI Education 2"
06-08 15:16:23.490 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:21,ssid="CAMI Education 2"
06-08 15:16:23.714 458 516 I GBMv2 : GBM state [9]
06-08 15:16:24.032 1311 1341 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x8, nextTimeout=132514367 (142979 ms ago)
06-08 15:16:24.309 1311 1321 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:24.498 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:23,ssid="CAMI Education 2"
06-08 15:16:24.498 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:23,ssid="CAMI Education 2"
06-08 15:16:24.548 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132657860550000, downTime=132657860550000,
06-08 15:16:24.548 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132657860550000, eventTime=132657860550000, pointerCount=1
06-08 15:16:24.549 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:24.550 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (143496 ms ago)
06-08 15:16:24.551 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:24.552 1311 1341 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:24.556 1311 3318 V LGSettingsProvider: getSecureSetting(accessibility_touch_control_areas_service_enable, -2)
06-08 15:16:24.558 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:24.558 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:24.559 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:24.560 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:24.568 2956 2956 I [SystemUI]PhoneStatusBarView: go state: 0 -> 1
06-08 15:16:24.571 2956 2956 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
06-08 15:16:24.572 1311 1335 V LGSettingsProvider: getSecureSetting(user_setup_complete, -2)
06-08 15:16:24.583 1311 3317 V LGSettingsProvider: getSecureSetting(accessibility_touch_control_areas_service_enable, -2)
06-08 15:16:24.584 2956 2956 I [SystemUI]PanelView: onTrackingStarted
06-08 15:16:24.589 1311 3393 V WindowManager: Looking for focus: 24 = Window{6797d32 u0 StatusBar}, flags=-2121924544, canReceive=true
06-08 15:16:24.589 1311 3393 V WindowManager: findFocusedWindow: Found new focus @ 24 = Window{6797d32 u0 StatusBar}
06-08 15:16:24.589 1311 3393 V WindowManager: Changing focus from Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity} to Window{6797d32 u0 StatusBar} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:3451 com.android.server.wm.WindowManagerServiceEx.relayoutWindow:722 com.android.server.wm.Session.relayout:199 android.view.IWindowSession$Stub.onTransact:284
06-08 15:16:24.589 1311 3393 D WindowManager: Input focus has changed to Window{6797d32 u0 StatusBar}
06-08 15:16:24.589 1311 1335 I SystemUI[Framework]: PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x8600, pkg=com.android.systemui
06-08 15:16:24.591 1311 1335 W WindowManager: Call!!!getLGSystemUiVisibility. =0x0
06-08 15:16:24.591 1311 1335 D StatusBarManagerServiceEx: setLGSystemUiVisibility(0x0)
06-08 15:16:24.591 1311 1335 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{6797d32 u0 StatusBar}
06-08 15:16:24.591 1311 1335 I SystemUI[Framework]: ==>disabledNaviBtn() what=0x0, token=android.os.Binder@5689b29, pkg=Window{6797d32 u0 StatusBar}
06-08 15:16:24.591 1311 1335 I SystemUI[Framework]: disableNaviBtn: mDisabledNaviBtn=0x0, mDisableRecords.size=0
06-08 15:16:24.598 1311 3393 D InputDispatcher: Focus left window: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:24.598 1311 3393 D InputDispatcher: Focus entered window: Window{6797d32 u0 StatusBar}
06-08 15:16:24.601 1311 1339 I WindowManager: Focus moving from Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity} to Window{6797d32 u0 StatusBar}
06-08 15:16:24.601 1311 1339 I WindowManager: Gaining focus: Window{6797d32 u0 StatusBar}
06-08 15:16:24.602 1311 1339 I WindowManager: Losing focus: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:24.602 17703 17703 W SplitWindow: update focus...
06-08 15:16:24.654 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132657967903000, downTime=132657860550000,
06-08 15:16:24.654 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132657860550000, eventTime=132657967903000, pointerCount=1
06-08 15:16:24.671 1311 3335 V LGSettingsProvider: getSecureSetting(accessibility_touch_control_areas_service_enable, -2)
06-08 15:16:24.673 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:24.674 1311 1321 V LGSettingsProvider: getSecureSetting(accessibility_touch_control_areas_service_enable, -2)
06-08 15:16:24.677 2956 2956 I [SystemUI]PanelView: onTrackingStopped : true
06-08 15:16:24.715 458 516 I GBMv2 : GBM state [0]
06-08 15:16:24.894 1311 2992 V NotificationVibrator: cancel()
06-08 15:16:24.894 1311 2992 I VolumeVibratorManager: cancel()
06-08 15:16:24.895 3214 3608 D VolumeVibrator: clear
06-08 15:16:24.896 1311 3280 I LGNativeVibrator: vibrator_off
06-08 15:16:24.896 1311 2992 I NotificationServiceEx: LED clear()
06-08 15:16:24.897 1311 2992 D lightsbindercall: calling ... updateLightList
06-08 15:16:24.897 1311 2992 E lightsbindercall: virtual void android::BpLEDManager::updateLightList(int32_t, int32_t, int, int32_t, int32_t, int32_t, const android::String16&) : Binder Transaction Start!!
06-08 15:16:24.897 3214 3249 D LEDService: updateLightListInternal() : action=1 pkg=native.notifications
06-08 15:16:24.897 3214 3249 D LEDService: stopPatternFlashing()
06-08 15:16:24.897 3214 3249 I LEDService: getCurrentHighestLGLedRecord() start. size = 1
06-08 15:16:24.898 3214 3249 I LEDService: updateLightsLocked : turn off led
06-08 15:16:24.899 1311 2992 E lightsbindercall: virtual void android::BpLEDManager::updateLightList(int32_t, int32_t, int, int32_t, int32_t, int32_t, const android::String16&) : Binder Transaction End!! (error code 0)
06-08 15:16:24.904 2956 2956 I [SystemUI]PhoneStatusBarView: go state: 1 -> 2
06-08 15:16:24.906 2956 2956 I [SystemUI]StatusBarExpansionState: status bar expansion is changed to settings_expanded
06-08 15:16:24.909 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE -> WHITE_WITH_SHADOW)
06-08 15:16:24.909 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (NOT Transparent)
06-08 15:16:24.909 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=true
06-08 15:16:24.926 2956 2956 I [SystemUI]StatusBarExpansionState: sending ACTION_STATUS_BAR_EXPANDED
06-08 15:16:24.929 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.statusbar.expanded
06-08 15:16:24.930 1311 1311 I LGKeyOperation: onReceive action : com.lge.statusbar.expanded
06-08 15:16:25.122 1311 2840 D sensors_hal_LP2: processInd: X: -0.457031 Y: 4.854050 Z: 7.975754
06-08 15:16:25.507 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:24,ssid="CAMI Education 2"
06-08 15:16:25.507 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:24,ssid="CAMI Education 2"
06-08 15:16:25.891 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132659203629000, downTime=132659203629000,
06-08 15:16:25.896 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132659203629000, eventTime=132659203629000, pointerCount=1
06-08 15:16:25.900 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:25.900 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (144847 ms ago)
06-08 15:16:25.902 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:25.909 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:25.909 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:25.912 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:25.915 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:25.990 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:25.990 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:25.991 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:25.992 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:26.394 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:26.394 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (145341 ms ago)
06-08 15:16:26.482 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132659795804000, downTime=132659203629000,
06-08 15:16:26.483 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132659203629000, eventTime=132659795804000, pointerCount=1
06-08 15:16:26.486 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:26.490 2956 2956 I [SystemUI]StatusBarExpansionState: status bar expansion is changed to notifications_expanded
06-08 15:16:26.587 458 518 E GBMv2 : got status : 5
06-08 15:16:26.914 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:26.915 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:26.917 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:26.919 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:27.008 594 594 I MSM-irqbalance: Decided to move IRQ48 from CPU2 to CPU1
06-08 15:16:27.048 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:27.488 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132660800615000, downTime=132660800615000,
06-08 15:16:27.489 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132660800615000, eventTime=132660800615000, pointerCount=1
06-08 15:16:27.491 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:27.495 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:27.495 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:27.495 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (146442 ms ago)
06-08 15:16:27.495 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:27.499 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:27.501 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:27.507 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:25,ssid="CAMI Education 2"
06-08 15:16:27.507 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:25,ssid="CAMI Education 2"
06-08 15:16:27.574 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132660887716000, downTime=132660800615000,
06-08 15:16:27.575 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132660800615000, eventTime=132660887716000, pointerCount=1
06-08 15:16:27.580 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:27.581 2956 2956 I [SystemUI]com.android.systemui.SwipeHelper: Notification swiped
06-08 15:16:27.746 2956 2956 I [SystemUI]com.android.systemui.SwipeHelper: Notification dismissed by user action
06-08 15:16:27.748 2956 2956 I [SystemUI]StatusBar: Veto button : notification dismissed
06-08 15:16:27.749 1311 1311 I NotificationServiceEx: LED remove() : mLights=0|com.whatsapp|7|null|10120
06-08 15:16:27.749 1311 1311 D NotificationServiceEx: updateLightListLocked :r=0|com.whatsapp|7|null|10120, action=2
06-08 15:16:27.750 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:27.750 1311 1311 D NotificationServiceEx: notification=Notification(pri=1 contentView=null vibrate=null sound=null tick defaults=0x4 flags=0x11 color=0xff075e54 category=call actions=2 vis=PRIVATE publicVersion=Notification(pri=1 contentView=com.whatsapp/0x1090085 vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff075e54 category=call vis=PRIVATE))
06-08 15:16:27.750 1311 1311 D lightsbindercall: calling ... updateLightList
06-08 15:16:27.750 1311 1311 E lightsbindercall: virtual void android::BpLEDManager::updateLightList(int32_t, int32_t, int, int32_t, int32_t, int32_t, const android::String16&) : Binder Transaction Start!!
06-08 15:16:27.750 3214 3249 D LEDService: updateLightListInternal() : action=2 pkg=com.whatsapp
06-08 15:16:27.750 1311 1311 E lightsbindercall: virtual void android::BpLEDManager::updateLightList(int32_t, int32_t, int, int32_t, int32_t, int32_t, const android::String16&) : Binder Transaction End!! (error code 0)
06-08 15:16:27.750 1311 2904 V SoundPool: mState = 0 mChannelID=4177, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:27.750 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:27.750 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:27.750 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:27.750 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:27.750 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:27.750 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4178, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:27.751 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:27.751 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:27.751 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:27.764 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:27.780 3448 3448 I [LGHome]LGNumberBadgeReceiver: [LGNumberBadgeReceiver.java:80:onReceive()]LGNumberBadgeReceiver.onReceive() is called : action = android.intent.action.BADGE_COUNT_UPDATE
06-08 15:16:27.780 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:27.786 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.ActEmailStarter = 0
06-08 15:16:27.787 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.DialtactsRecentCallsEntryActivity = 0
06-08 15:16:27.787 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.QSlideWelcome = 0
06-08 15:16:27.788 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.ui.ConversationList = 3
06-08 15:16:27.788 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.vending.AssetBrowserActivity = 0
06-08 15:16:27.788 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.whatsapp.Main = 1
06-08 15:16:27.789 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.MailList = 0
06-08 15:16:27.789 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.google.android.youtube.app.honeycomb.Shell$HomeActivity = 0
06-08 15:16:27.789 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.activities.DialtactsActivity = 0
06-08 15:16:27.790 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.AccountList = 0
06-08 15:16:27.790 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.Welcome = 0
06-08 15:16:27.790 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.mms.ui.ConversationList = 3
06-08 15:16:27.790 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.activity.MainMenuActivity = 3
06-08 15:16:27.791 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.bnr.launcher.BNRLauncherActivity = 0
06-08 15:16:27.791 3448 7446 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.updatecenter.UpdateCenterPrfActivity = 4
06-08 15:16:27.805 1311 2840 D sensors_hal_LP2: processInd: X: -0.784470 Y: 5.289703 Z: 7.228424
06-08 15:16:27.805 1311 2846 D sensors_hal_Ctx: poll:polldata:1, sensor:51, type:499898101, x:-0.784470 y:5.289703 z:7.228424
06-08 15:16:27.805 1311 2846 D sensors_hal_Util: waitForResponse: timeout=0
06-08 15:16:27.807 2956 2956 D KeyguardModel: mReceiver, received action: android.intent.action.BADGE_COUNT_UPDATE, sendingUserId:0
06-08 15:16:27.807 2956 2956 D KeyguardModel: ACTION_GENERAL_UPDATE_NOTIFICATION received! package: com.whatsapp, class: com.whatsapp.Main, unread_count: 1
06-08 15:16:27.808 1311 1335 V WindowOrientationListener: Proposed rotation changed! : currentRotation=0, proposedRotation=0, oldProposedRotation=-1, predictedRotation=0, timeDeltaMS=2710.4492, isAccelerating=false, isFlat=false, isSwinging=false, isOverhead=false, isTouched=false, timeUntilSettledMS=0.0, timeUntilAccelerationDelayExpiredMS=0.0, timeUntilFlatDelayExpiredMS=0.0, timeUntilSwingDelayExpiredMS=0.0, timeUntilTouchDelayExpiredMS=0.0
06-08 15:16:27.811 2956 2956 D KeyguardModel: putThirdPartyNotificationIntoList Number: 1 Id: 12 UserId: 0
06-08 15:16:27.811 2956 2956 D LgeKeyguardNotificationRecorder: saveNotificationRecord key = com.whatsapp.Main ,value = 12|com.whatsapp|1|0
06-08 15:16:27.815 2956 2956 D KeyguardUpdateMonitor: Intent.ACTION_BATTERYEX_CHANGED EXTRA_CHARGING_CURRENT : 0 / EXTRA_HVDCP_TYPE : false
06-08 15:16:27.815 2956 2956 I [SystemUI]LGPowerUI: onReceive = com.lge.android.intent.action.BATTERYEX
06-08 15:16:27.815 2956 2956 I [SystemUI]LGPowerUI: levelEx = 100, plugTypeEx = 2, WirelessAlignment = 0, chargingCurrent = 0, orientation = PORTRAIT
06-08 15:16:27.815 2956 2956 I [SystemUI]LGPowerUI: On Skip Timer : true
06-08 15:16:27.894 1311 17540 V SoundPool: process 0x7f96df6608 channel 4178 event BUFFER_END
06-08 15:16:27.895 1311 3104 V SoundPool: awake
06-08 15:16:27.895 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:27.895 1311 3104 V SoundPool: stop
06-08 15:16:27.895 1311 3104 V SoundPool: done_l(4178)
06-08 15:16:27.895 1311 3104 V SoundPool: move to front
06-08 15:16:27.924 1311 2840 D sensors_hal_LP2: processInd: X: -0.584473 Y: 5.089905 Z: 8.010193
06-08 15:16:27.925 1311 2846 D sensors_hal_Ctx: poll:polldata:1, sensor:51, type:499898101, x:-0.584473 y:5.089905 z:8.010193
06-08 15:16:27.925 1311 2846 D sensors_hal_Util: waitForResponse: timeout=0
06-08 15:16:28.438 2956 3735 I [SystemUI]NetworkController: onReceive: intent=Intent { act=android.intent.action.SIG_STR flg=0x20000010 (has extras) }
06-08 15:16:28.439 3401 3401 D Telephony: PhoneInterfaceManager: [PhoneIntfMgr] mSigLevel = 5
06-08 15:16:28.512 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:27,ssid="CAMI Education 2"
06-08 15:16:28.512 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-34,lastModified=06-08 03:16:27,ssid="CAMI Education 2"
06-08 15:16:28.716 458 516 I GBMv2 : Deactive GBM :8
06-08 15:16:28.716 458 516 I GBMv2 : GBM state [9]
06-08 15:16:28.788 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132662099276000, downTime=132662099276000,
06-08 15:16:28.789 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132662099276000, eventTime=132662099276000, pointerCount=1
06-08 15:16:28.790 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:28.794 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (147741 ms ago)
06-08 15:16:28.798 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:28.801 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:28.803 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:28.803 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:28.831 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132662144818000, downTime=132662099276000,
06-08 15:16:28.831 1311 2864 D InputTransport: channel '6797d32 StatusBar (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132662099276000, eventTime=132662144818000, pointerCount=1
06-08 15:16:28.832 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:28.837 2956 2956 D StatusBar: Clicked on content of 0|com.whatsapp|1|null|10120
06-08 15:16:28.837 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:28.837 1311 2904 V SoundPool: mState = 0 mChannelID=4178, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:28.837 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:28.837 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:28.837 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:28.837 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:28.837 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:28.837 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4179, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:28.838 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:28.838 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:28.838 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:28.838 438 24363 I chatty : uid=1013(media) Binder_A expire 44 lines
06-08 15:16:28.839 438 2485 I chatty : uid=1013(media) ApmAudio expire 64 lines
06-08 15:16:28.840 2956 2956 I [SystemUI]StatusBar: Notification click : dismissAction
06-08 15:16:28.842 438 2503 I chatty : uid=1013(media) AudioOut_2 expire 120 lines
06-08 15:16:28.844 1311 3356 I ActivityManager: START u0 {dat=content://com.whatsapp.provider.contact/contacts/32 flg=0x14000000 cmp=com.whatsapp/.Conversation} from uid 10120 on display 0
06-08 15:16:28.846 438 2486 I chatty : uid=1013(media) ApmOutput expire 60 lines
06-08 15:16:28.857 1311 3305 V WindowManager: Looking for focus: 24 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:28.858 1311 3305 V WindowManager: findFocusedWindow: Found new focus @ 18 = Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.859 1311 3305 V WindowManager: Changing focus from Window{6797d32 u0 StatusBar} to Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:3451 com.android.server.wm.WindowManagerServiceEx.relayoutWindow:722 com.android.server.wm.Session.relayout:199 android.view.IWindowSession$Stub.onTransact:284
06-08 15:16:28.859 1311 3305 D WindowManager: Input focus has changed to Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.859 1311 1335 I SystemUI[Framework]: PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x8600, pkg=com.android.settings
06-08 15:16:28.860 1311 1335 W WindowManager: Call!!!getLGSystemUiVisibility. =0x0
06-08 15:16:28.860 1311 1335 D StatusBarManagerServiceEx: setLGSystemUiVisibility(0x0)
06-08 15:16:28.860 1311 1335 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.860 1311 1335 I SystemUI[Framework]: ==>disabledNaviBtn() what=0x0, token=android.os.Binder@5689b29, pkg=Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.860 1311 1335 I SystemUI[Framework]: disableNaviBtn: mDisabledNaviBtn=0x0, mDisableRecords.size=0
06-08 15:16:28.863 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:28.865 1311 3305 D InputDispatcher: Focus left window: Window{6797d32 u0 StatusBar}
06-08 15:16:28.865 1311 3305 D InputDispatcher: Focus entered window: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.866 1311 1339 I WindowManager: Focus moving from Window{6797d32 u0 StatusBar} to Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.867 1311 1339 I WindowManager: Gaining focus: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.867 1311 1339 I WindowManager: Losing focus: Window{6797d32 u0 StatusBar}
06-08 15:16:28.867 17703 17703 W SplitWindow: update focus...
06-08 15:16:28.869 1311 1322 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@7464bf9 attribute=null, token = android.os.BinderProxy@d5e8f43
06-08 15:16:28.886 3214 15705 V SplitWindowPolicy: checkScreen => return. sourceIntent is null or not support SplitWindow component: ComponentInfo{com.whatsapp/co....}, isSupportSplit ? false
06-08 15:16:28.902 1311 3356 D SplitWindowManager: set mIsDualBrowser=false
06-08 15:16:28.906 1311 3356 V WindowManager: Looking for focus: 24 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:28.906 1311 3356 V WindowManager: findFocusedWindow: Found new focus @ 18 = Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.909 1311 3356 D ActivityManager: setTaskToReturnTo : TaskRecord{faa673e #419 A=com.whatsapp U=0 sz=0} / mTaskToReturnTo = 0
06-08 15:16:28.910 1311 3356 D AppWindowTokenEx: AppWindowTokenEx init..
06-08 15:16:28.920 458 518 E GBMv2 : got status : 0
06-08 15:16:28.939 1311 17540 V SoundPool: process 0x7f96df6608 channel 4179 event BUFFER_END
06-08 15:16:28.939 1311 3104 V SoundPool: awake
06-08 15:16:28.939 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:28.939 1311 3104 V SoundPool: stop
06-08 15:16:28.939 1311 3104 V SoundPool: done_l(4179)
06-08 15:16:28.939 1311 3104 V SoundPool: move to front
06-08 15:16:28.951 1311 1339 I PhoneWindow: [generateLayout] setColorNavigationBar => color=0x ff000001
06-08 15:16:28.953 1311 1339 D PhoneWindowEx: Ex2. SystemProperties.get result >> #ff000000
06-08 15:16:28.953 1311 1339 D PhoneWindowEx: [PWEx][generateLayout] setNavigationBarColor2 : colors=0xff000000
06-08 15:16:28.953 1311 1339 I PhoneWindow: [setNavigationBarColor2] color=0x ff000000
06-08 15:16:28.957 3214 3243 D SplitWindowPolicy: updateActivityStateChanged: resumed=false, screenId=2, isScreenFull=true
06-08 15:16:28.957 1311 3356 V WindowManager: Looking for focus: 24 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:28.957 1311 3356 V WindowManager: findFocusedWindow: Found new focus @ 18 = Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.958 3214 3243 D SplitWindowPolicy: topRunningActivity=ActivityInfo{b650036 co.....Settings$DevelopmentSettingsActivity}, taskId=320, activityType=0, bIsSplit=false
06-08 15:16:28.959 1311 3356 V WindowManager: Set focused app to: AppWindowToken{b3b99d8 token=Token{417baec ActivityRecord{ef7099f u0 com.whatsapp/.Conversation t419}}} old focus=AppWindowToken{4ef4151 token=Token{15ac678 ActivityRecord{6301bdb u0 com.android.settings/.Settings$DevelopmentSettingsActivity t320}}} moveFocusNow=true
06-08 15:16:28.960 1311 3356 V WindowManager: Looking for focus: 24 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:28.960 1311 3356 V WindowManager: findFocusedWindow: Reached focused app=AppWindowToken{b3b99d8 token=Token{417baec ActivityRecord{ef7099f u0 com.whatsapp/.Conversation t419}}}
06-08 15:16:28.968 1311 3356 V WindowManager: Changing focus from Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:4275 com.android.server.am.ActivityManagerService.setFocusedActivityLocked:2742 com.android.server.am.ActivityStackSupervisor.startActivityUncheckedLocked:2583 com.android.server.am.ActivityStackSupervisor.startActivityLocked:1756
06-08 15:16:28.968 1311 3356 D WindowManager: Input focus has changed to null
06-08 15:16:28.969 1311 3356 D InputDispatcher: Focus left window: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.970 17703 17703 D kjo : unregisterReceiver
06-08 15:16:28.970 1311 1339 D WindowManager: addWindowToListInOrderLocked: win=Window{1bc7b84 u0 Starting com.whatsapp} Callers=com.android.server.wm.WindowManagerService.addWindow:2615 com.android.server.wm.Session.addToDisplay:169 android.view.ViewRootImpl.setView:539 android.view.WindowManagerGlobal.addView:310
06-08 15:16:28.978 1311 1339 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:28.979 1311 1339 V WindowManager: findFocusedWindow: No focusable windows.
06-08 15:16:28.983 1311 1339 I WindowManager: Focus moving from Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity} to null
06-08 15:16:28.983 1311 1339 I WindowManager: Losing focus: Window{1bb99c0 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsActivity}
06-08 15:16:28.990 17703 17703 W SplitWindow: update focus...
06-08 15:16:28.990 3214 3249 D SplitWindowPolicy: updateActivityStateChanged: resumed=true, screenId=2, isScreenFull=true
06-08 15:16:28.990 3214 3249 D SplitWindowPolicy: topRunningActivity=ActivityInfo{fd5bb37 co....}, taskId=419, activityType=0, bIsSplit=false
06-08 15:16:28.999 22214 22225 D AppInfoDao: topacitivyt exist app = com.whatsapp
06-08 15:16:29.005 22214 22225 D AppInfoDao: topacitivyt update app = com.whatsapp time = 2018-06-08 15:16 date = 20180608
06-08 15:16:29.013 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:29.015 1311 1339 I WindowStateAnimator: Starting window displayed
06-08 15:16:29.018 1311 1339 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:29.018 1311 1339 V WindowManager: findFocusedWindow: No focusable windows.
06-08 15:16:29.018 1311 1339 D WindowManager: notifyActivityDrawnForKeyguard: waiting=false Callers=com.android.server.wm.WindowManagerService.handleAppTransitionReadyLocked:9880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:10492 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedLoop:9268 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLocked:9215 com.android.server.wm.WindowManagerService.access$400:204
06-08 15:16:29.020 1311 1335 I SystemUI[Framework]: PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x8600, pkg=com.whatsapp
06-08 15:16:29.020 1311 1335 W WindowManager: Call!!!getLGSystemUiVisibility. =0x0
06-08 15:16:29.021 1311 1335 D StatusBarManagerServiceEx: setLGSystemUiVisibility(0x0)
06-08 15:16:29.021 1311 1335 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{1bc7b84 u0 Starting com.whatsapp}
06-08 15:16:29.021 1311 1335 I SystemUI[Framework]: ==>disabledNaviBtn() what=0x0, token=android.os.Binder@5689b29, pkg=Window{1bc7b84 u0 Starting com.whatsapp}
06-08 15:16:29.021 1311 1335 I SystemUI[Framework]: disableNaviBtn: mDisabledNaviBtn=0x0, mDisableRecords.size=0
06-08 15:16:29.034 1311 3335 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:29.035 1311 3335 V WindowManager: findFocusedWindow: No focusable windows.
06-08 15:16:29.043 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:29.053 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:29.067 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:29.068 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:29.101 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:29.131 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:29.152 20463 20463 I PhoneWindow: [generateLayout] setColorNavigationBar => color=0x ff000001
06-08 15:16:29.157 20463 20463 D PhoneWindowEx: Ex2. SystemProperties.get result >> #ff000000
06-08 15:16:29.157 20463 20463 D PhoneWindowEx: [PWEx][generateLayout] setNavigationBarColor2 : colors=0xff000000
06-08 15:16:29.157 20463 20463 I PhoneWindow: [setNavigationBarColor2] color=0x ff000000
06-08 15:16:29.161 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:29.192 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:29.192 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:29.211 20463 20463 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
06-08 15:16:29.222 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:29.225 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.256 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:29.286 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.317 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.319 2956 2956 I [SystemUI]PhoneStatusBarView: go state: 2 -> 0
06-08 15:16:29.320 2956 2956 I [SystemUI]StatusBarExpansionState: status bar expansion is changed to collapsed
06-08 15:16:29.321 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE_WITH_SHADOW -> WHITE)
06-08 15:16:29.321 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (NOT Transparent)
06-08 15:16:29.321 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=false
06-08 15:16:29.323 2956 2956 I [SystemUI]LGBrightnessController: unregisterCallbacks
06-08 15:16:29.325 2956 2956 I [SystemUI]StatusBarExpansionState: sending ACTION_STATUS_BAR_COLLAPSED
06-08 15:16:29.326 1311 1311 I LGKeyOperation: onReceive action : com.lge.statusbar.collapsed
06-08 15:16:29.345 1311 1334 I ActivityManager: Start proc 24640:com.lge.myplace/1000 for broadcast com.lge.myplace/.Receiver
06-08 15:16:29.348 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:29.351 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:29.351 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:29.352 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:29.352 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:29.354 2956 2956 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
06-08 15:16:29.377 24640 24640 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:16:29.377 24640 24640 D HyLog : D: Wrong tag (927 : loadPreData() : frameworks/base/core/jni/android/graphics/TypefaceHyFontManager.cpp)
06-08 15:16:29.377 24640 24640 I HyLog : I : openReadStream, /data/font/config/sfconfig.dat, case (2)
06-08 15:16:29.379 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.406 24640 24640 W System : ClassLoader referenced unknown path: /system/priv-app/LGMyPlacesSettings/lib/arm64
06-08 15:16:29.409 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.439 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.460 24640 24640 I [IFTTT] : logServiceEnable 0 is log disable => logServiceEnable value : false
06-08 15:16:29.463 1311 1311 I NotificationServiceEx: LED remove() : mLights=0|com.whatsapp|1|null|10120
06-08 15:16:29.463 1311 1311 D NotificationServiceEx: updateLightListLocked :r=0|com.whatsapp|1|null|10120, action=2
06-08 15:16:29.463 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff075e54 category=msg groupKey=group_key_messages actions=1 vis=PRIVATE publicVersion=Notification(pri=0 contentView=com.whatsapp/0x1090085 vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff075e54 category=msg vis=PRIVATE))
06-08 15:16:29.469 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:29.469 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.473 24640 24640 I [IFTTT]TriggerProvider: [TriggerManager.java:38:registerTriggerProvider()]trigger Provider for /ifttt/v1/triggers/arrive_at_home is registered
06-08 15:16:29.478 24640 24640 I [IFTTT]TriggerProvider: [TriggerManager.java:38:registerTriggerProvider()]trigger Provider for /ifttt/v1/triggers/leave_from_home is registered
06-08 15:16:29.488 24640 24640 E MYPLACE_Receiver: onReceive com.lge.statusbar.collapsed
06-08 15:16:29.489 24640 24640 E Pref : get_inner_onoff: false
06-08 15:16:29.489 24640 24640 E Pref : get_inner_onoff: false
06-08 15:16:29.490 1311 3351 V LGSettingsProvider: getGlobalSetting(my_place_enabled)
06-08 15:16:29.490 24640 24640 E Pref : get_onoff: 0
06-08 15:16:29.490 24640 24640 E MYPLACE_Receiver: MyPlace Off, Nothing to do....
06-08 15:16:29.490 24640 24640 E MYPLACE_Utils: activityFinish
06-08 15:16:29.491 24640 24640 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:763 android.content.ContextWrapper.sendBroadcast:396 android.content.ContextWrapper.sendBroadcast:396 com.lge.myplace.Utils.activityFinish:25 com.lge.myplace.Receiver.onReceive:51
06-08 15:16:29.500 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.511 1311 1322 V LGSettingsProvider: getSecureSetting(default_input_method, 0)
06-08 15:16:29.513 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=false,rssi=-34,lastModified=06-08 03:16:28,ssid="CAMI Education 2"
06-08 15:16:29.513 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:28,ssid="CAMI Education 2"
06-08 15:16:29.530 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.556 20463 20472 W art : Suspending all threads took: 7.282ms
06-08 15:16:29.560 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.567 20463 20472 I art : Background sticky concurrent mark sweep GC freed 64527(4MB) AllocSpace objects, 21(440KB) LOS objects, 6% free, 35MB/38MB, paused 9.766ms total 46.184ms
06-08 15:16:29.591 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:29.606 20463 24656 I FA : Tag Manager is not found and thus will not be used
06-08 15:16:29.621 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.625 20463 24658 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
06-08 15:16:29.636 1311 3311 D WindowManager: addWindowToListInOrderLocked: win=Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation} Callers=com.android.server.wm.WindowManagerService.addWindow:2615 com.android.server.wm.Session.addToDisplay:169 android.view.IWindowSession$Stub.onTransact:124 com.android.server.wm.Session.onTransact:131
06-08 15:16:29.651 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.672 1311 1321 V WindowManager: Looking for focus: 26 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:29.672 1311 1321 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.672 1311 1321 V WindowManager: Changing focus from null to Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:3451 com.android.server.wm.WindowManagerServiceEx.relayoutWindow:722 com.android.server.wm.Session.relayout:199 android.view.IWindowSession$Stub.onTransact:284
06-08 15:16:29.672 1311 1321 D WindowManager: Input focus has changed to Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.674 1311 1321 D InputDispatcher: Focus entered window: Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.675 1311 1339 I WindowManager: Focus moving from null to Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.675 1311 1339 I WindowManager: Gaining focus: Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.681 20463 24658 I Adreno : QUALCOMM build : ac1ef73, I86756fd4a8
06-08 15:16:29.681 20463 24658 I Adreno : Build Date : 10/05/15
06-08 15:16:29.681 20463 24658 I Adreno : OpenGL ES Shader Compiler Version: XE031.06.00.00
06-08 15:16:29.681 20463 24658 I Adreno : Local Branch :
06-08 15:16:29.681 20463 24658 I Adreno : Remote Branch :
06-08 15:16:29.681 20463 24658 I Adreno : Remote Branch :
06-08 15:16:29.681 20463 24658 I Adreno : Reconstruct Branch :
06-08 15:16:29.682 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:29.686 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:29.687 20463 24658 I OpenGLRenderer: Initialized EGL, version 1.4
06-08 15:16:29.716 458 516 I GBMv2 : GBM state [0]
06-08 15:16:29.716 458 516 I GBMv2 : GBM state [1]
06-08 15:16:29.747 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:29.748 1311 1339 V WindowManager: Looking for focus: 26 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:29.748 1311 1339 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.778 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:29.808 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:29.838 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:29.868 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.879 1311 1339 I ActivityManager: Displayed com.whatsapp/.Conversation: +906ms (total +10s449ms)
06-08 15:16:29.879 1311 1339 V WindowManager: Looking for focus: 26 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:29.879 1311 1339 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:29.881 1311 1339 D InputDispatcher: Window went away: Window{1bc7b84 u0 Starting com.whatsapp}
06-08 15:16:29.899 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:29.900 20463 20463 W SplitWindow: update focus...
06-08 15:16:29.904 20463 20463 D Editor : setInputTypeforClipTray(): 0
06-08 15:16:29.904 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.INPUTTYPE_CLIPTRAY
06-08 15:16:29.904 3214 3214 D Cliptray Service: CLIPTRAY_INPUTTYPE extra = 10
06-08 15:16:29.905 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.INPUTTYPE_CLIPTRAY
06-08 15:16:29.905 3214 3214 D Cliptray Service: CLIPTRAY_INPUTTYPE extra = 0
06-08 15:16:29.929 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:16:29.944 20463 20463 V ViewRootImpl: Contents drawing finished : com.whatsapp/com.whatsapp.Conversation
06-08 15:16:29.947 20463 20463 D Editor : setInputTypeforClipTray(): 0
06-08 15:16:29.947 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.INPUTTYPE_CLIPTRAY
06-08 15:16:29.947 3214 3214 D Cliptray Service: CLIPTRAY_INPUTTYPE extra = 10
06-08 15:16:29.948 2956 2956 D KeyguardModel: mReceiver, received action: android.intent.action.BADGE_COUNT_UPDATE, sendingUserId:0
06-08 15:16:29.948 2956 2956 D KeyguardModel: ACTION_GENERAL_UPDATE_NOTIFICATION received! package: com.whatsapp, class: com.whatsapp.Main, unread_count: 0
06-08 15:16:29.948 2956 2956 D KeyguardModel: putThirdPartyNotificationIntoList Number: 0 Id: 12 UserId: 0
06-08 15:16:29.948 2956 2956 D LgeKeyguardNotificationRecorder: removeThirdPartyNotificationRecord key = com.whatsapp.Main
06-08 15:16:29.951 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.INPUTTYPE_CLIPTRAY
06-08 15:16:29.951 3214 3214 D Cliptray Service: CLIPTRAY_INPUTTYPE extra = 0
06-08 15:16:29.952 3448 3448 I [LGHome]LGNumberBadgeReceiver: [LGNumberBadgeReceiver.java:80:onReceive()]LGNumberBadgeReceiver.onReceive() is called : action = android.intent.action.BADGE_COUNT_UPDATE
06-08 15:16:29.952 1311 3418 V LGSettingsProvider: getGlobalSetting(development_settings_enabled)
06-08 15:16:29.953 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.ActEmailStarter = 0
06-08 15:16:29.953 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.DialtactsRecentCallsEntryActivity = 0
06-08 15:16:29.953 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.QSlideWelcome = 0
06-08 15:16:29.954 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.ui.ConversationList = 3
06-08 15:16:29.954 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.vending.AssetBrowserActivity = 0
06-08 15:16:29.955 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.whatsapp.Main = 0
06-08 15:16:29.956 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.MailList = 0
06-08 15:16:29.956 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.google.android.youtube.app.honeycomb.Shell$HomeActivity = 0
06-08 15:16:29.956 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.activities.DialtactsActivity = 0
06-08 15:16:29.957 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.AccountList = 0
06-08 15:16:29.957 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.Welcome = 0
06-08 15:16:29.957 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.mms.ui.ConversationList = 3
06-08 15:16:29.957 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.activity.MainMenuActivity = 3
06-08 15:16:29.957 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.bnr.launcher.BNRLauncherActivity = 0
06-08 15:16:29.957 3448 5142 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.updatecenter.UpdateCenterPrfActivity = 4
06-08 15:16:29.959 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:29.976 20463 20463 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@dd06ea0 time:132663290
06-08 15:16:29.990 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:29.992 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:30.023 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:30.053 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:30.083 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:30.100 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:30.202 2956 2956 D KeyguardModel: mReceiver, received action: android.intent.action.BADGE_COUNT_UPDATE, sendingUserId:0
06-08 15:16:30.202 2956 2956 D KeyguardModel: ACTION_GENERAL_UPDATE_NOTIFICATION received! package: com.whatsapp, class: com.whatsapp.Main, unread_count: 0
06-08 15:16:30.202 2956 2956 D KeyguardModel: putThirdPartyNotificationIntoList Number: 0 Id: 12 UserId: 0
06-08 15:16:30.204 3448 3448 I [LGHome]LGNumberBadgeReceiver: [LGNumberBadgeReceiver.java:80:onReceive()]LGNumberBadgeReceiver.onReceive() is called : action = android.intent.action.BADGE_COUNT_UPDATE
06-08 15:16:30.205 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.ActEmailStarter = 0
06-08 15:16:30.206 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.DialtactsRecentCallsEntryActivity = 0
06-08 15:16:30.206 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.QSlideWelcome = 0
06-08 15:16:30.206 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.ui.ConversationList = 3
06-08 15:16:30.206 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.vending.AssetBrowserActivity = 0
06-08 15:16:30.207 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.whatsapp.Main = 0
06-08 15:16:30.208 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.MailList = 0
06-08 15:16:30.208 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.google.android.youtube.app.honeycomb.Shell$HomeActivity = 0
06-08 15:16:30.208 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.contacts.activities.DialtactsActivity = 0
06-08 15:16:30.209 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.activity.AccountList = 0
06-08 15:16:30.209 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.email.ui.setupwizard.Welcome = 0
06-08 15:16:30.209 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.android.mms.ui.ConversationList = 3
06-08 15:16:30.210 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.message.activity.MainMenuActivity = 3
06-08 15:16:30.210 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.bnr.launcher.BNRLauncherActivity = 0
06-08 15:16:30.211 3448 3650 I [LGHome]NumberBadge.LGBroadCastBadge: [LGBroadCastBadge.java:53:updateBadgeIcon()][updateClassList : com.lge.updatecenter.UpdateCenterPrfActivity = 4
06-08 15:16:31.523 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:29,ssid="CAMI Education 2"
06-08 15:16:31.523 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:29,ssid="CAMI Education 2"
06-08 15:16:31.718 458 516 I GBMv2 : GBM state [9]
06-08 15:16:31.788 1311 1341 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x8, nextTimeout=132514367 (150734 ms ago)
06-08 15:16:32.010 594 594 I MSM-irqbalance: Decided to move IRQ216 from CPU2 to CPU1
06-08 15:16:32.037 1311 3408 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:32.049 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:32.718 458 516 I GBMv2 : GBM state [0]
06-08 15:16:32.750 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:1975: GetTransState() EBADF
06-08 15:16:32.750 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/MainCore.cpp:1324: Failed to get TransState, rc
06-08 15:16:32.750 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:1975: GetTransState() EBADF
06-08 15:16:33.050 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132666364223000, downTime=132666364223000,
06-08 15:16:33.051 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132666364223000, eventTime=132666364223000, pointerCount=1
06-08 15:16:33.051 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:33.052 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:33.052 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (151999 ms ago)
06-08 15:16:33.054 1311 1341 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:33.158 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132666472107000, downTime=132666364223000,
06-08 15:16:33.161 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132666364223000, eventTime=132666472107000, pointerCount=1
06-08 15:16:33.162 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:33.175 20463 20463 I AudioManagerEx: AudioManagerEx created
06-08 15:16:33.176 1311 3280 V LGSettingsProvider: getSystemSetting(sound_effects_enabled, 0)
06-08 15:16:33.178 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:33.178 1311 2904 V SoundPool: mState = 0 mChannelID=4179, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:33.178 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:33.178 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:33.178 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:33.178 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:33.178 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:33.178 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4180, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:33.179 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:33.179 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:33.179 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:33.179 438 15583 I chatty : uid=1013(media) Binder_7 expire 42 lines
06-08 15:16:33.192 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:33.209 438 2502 I chatty : uid=1013(media) FastMixer expire 46 lines
06-08 15:16:33.301 3125 3125 D Cliptray Manager: isAvailable() UserHandle.myUserId() = 0, isOwner = true
06-08 15:16:33.302 3214 3997 I Cliptray Service: Standard mode!! ClipTray is Supported!
06-08 15:16:33.302 3214 3997 D Cliptray Service: isAvailable() mLastIsOwner = true
06-08 15:16:33.302 3214 3997 I Cliptray Service: Owner!! ClipTray is Supported! mIsOwnerClipTray = true
06-08 15:16:33.303 3214 3997 D Cliptray Service: ignore packageName : com.whatsapp
06-08 15:16:33.322 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.322 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00b6 (t=9 e=182) (error -75)
06-08 15:16:33.322 1311 17540 V SoundPool: process 0x7f96df6608 channel 4180 event BUFFER_END
06-08 15:16:33.322 1311 3104 V SoundPool: awake
06-08 15:16:33.322 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:33.322 1311 3104 V SoundPool: stop
06-08 15:16:33.323 438 11984 I chatty : uid=1013(media) Binder_5 expire 2 lines
06-08 15:16:33.323 1311 3104 V SoundPool: done_l(4180)
06-08 15:16:33.323 1311 3104 V SoundPool: move to front
06-08 15:16:33.339 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00b0 (t=9 e=176) (error -75)
06-08 15:16:33.347 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bc (t=9 e=188) (error -75)
06-08 15:16:33.348 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00b1 (t=9 e=177) (error -75)
06-08 15:16:33.353 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00aa (t=9 e=170) (error -75)
06-08 15:16:33.353 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00a7 (t=9 e=167) (error -75)
06-08 15:16:33.354 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00a5 (t=9 e=165) (error -75)
06-08 15:16:33.357 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00a5 (t=9 e=165) (error -75)
06-08 15:16:33.361 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.363 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00c0 (t=9 e=192) (error -75)
06-08 15:16:33.364 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.364 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bd (t=9 e=189) (error -75)
06-08 15:16:33.364 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.365 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bd (t=9 e=189) (error -75)
06-08 15:16:33.365 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.365 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bd (t=9 e=189) (error -75)
06-08 15:16:33.365 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ae (t=9 e=174) (error -75)
06-08 15:16:33.379 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE -> WHITE_WITH_SHADOW)
06-08 15:16:33.379 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (NOT Transparent)
06-08 15:16:33.379 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=true, Panel expanded=false
06-08 15:16:33.415 1311 1311 I NotificationServiceEx: LED remove() : mLights=-1|android|17040393|null|1000
06-08 15:16:33.415 1311 1311 D NotificationServiceEx: updateLightListLocked :r=-1|android|17040393|null|1000, action=2
06-08 15:16:33.416 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0xff060059 category=sys vis=PRIVATE)
06-08 15:16:33.420 1311 1311 I NotificationServiceEx: LED remove() : mLights=-1|android|17040393|null|1000
06-08 15:16:33.420 1311 1311 D NotificationServiceEx: updateLightListLocked :r=-1|android|17040393|null|1000, action=2
06-08 15:16:33.420 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0xff060059 category=sys vis=PRIVATE)
06-08 15:16:33.453 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.453 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:33.454 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00b6 (t=9 e=182) (error -75)
06-08 15:16:33.456 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:33.460 2956 2956 D KeyguardUpdateMonitor: IME visibility change, visible = true
06-08 15:16:33.460 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:33.461 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00b0 (t=9 e=176) (error -75)
06-08 15:16:33.463 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bc (t=9 e=188) (error -75)
06-08 15:16:33.464 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00b1 (t=9 e=177) (error -75)
06-08 15:16:33.466 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00aa (t=9 e=170) (error -75)
06-08 15:16:33.466 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00a7 (t=9 e=167) (error -75)
06-08 15:16:33.466 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00a5 (t=9 e=165) (error -75)
06-08 15:16:33.467 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00a5 (t=9 e=165) (error -75)
06-08 15:16:33.468 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.469 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00c0 (t=9 e=192) (error -75)
06-08 15:16:33.469 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.469 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bd (t=9 e=189) (error -75)
06-08 15:16:33.469 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.469 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bd (t=9 e=189) (error -75)
06-08 15:16:33.470 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ba (t=9 e=186) (error -75)
06-08 15:16:33.470 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00bd (t=9 e=189) (error -75)
06-08 15:16:33.470 3125 3125 W ResourceType: Failure getting entry for 0x7f0a00ae (t=9 e=174) (error -75)
06-08 15:16:33.474 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:33.480 1311 3418 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:33.480 1311 3418 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:33.526 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:31,ssid="CAMI Education 2"
06-08 15:16:33.526 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:31,ssid="CAMI Education 2"
06-08 15:16:33.878 1311 3317 V LGSettingsProvider: getSystemSetting(help_settings_lg_keyboard_tips, 0)
06-08 15:16:34.054 449 643 E ThermalEngine: [GPU_MON] ACTION: GPU - [GPU_MON] Setting GPU[0] to 600000000
06-08 15:16:34.856 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132668168874000, downTime=132668168874000,
06-08 15:16:34.859 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132668168874000, eventTime=132668168874000, pointerCount=1
06-08 15:16:34.860 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:34.862 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (153808 ms ago)
06-08 15:16:34.912 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132668226553000, downTime=132668168874000,
06-08 15:16:34.913 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132668168874000, eventTime=132668226553000, pointerCount=1
06-08 15:16:34.914 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:34.915 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:34.915 1311 2904 V SoundPool: mState = 0 mChannelID=4180, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:34.915 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:34.915 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:34.915 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:34.915 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:34.915 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:34.915 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4181, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:34.916 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:34.916 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:34.916 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:34.916 438 3511 I chatty : uid=1013(media) Binder_3 expire 22 lines
06-08 15:16:34.936 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:34.964 1311 1321 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:34.966 4043 24668 I Authzen : [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
06-08 15:16:34.981 4066 24669 I AsyncOpDispatcher: 35-GetDeviceDataUploadOptInStatusOperation
06-08 15:16:35.002 1311 17540 V SoundPool: process 0x7f96df6608 channel 4181 event BUFFER_END
06-08 15:16:35.002 1311 3104 V SoundPool: awake
06-08 15:16:35.002 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:35.002 1311 3104 V SoundPool: stop
06-08 15:16:35.002 1311 3104 V SoundPool: done_l(4181)
06-08 15:16:35.002 1311 3104 V SoundPool: move to front
06-08 15:16:35.083 1311 3335 D WindowManager: addWindowToListInOrderLocked: win=Window{f52f37c u0 PopupWindow:180340} Callers=com.android.server.wm.WindowManagerService.addWindow:2615 com.android.server.wm.Session.addToDisplay:169 android.view.IWindowSession$Stub.onTransact:124 com.android.server.wm.Session.onTransact:131
06-08 15:16:35.098 1311 1311 I NotificationServiceEx: LED remove() : mLights=-1|android|17040393|null|1000
06-08 15:16:35.098 1311 1311 D NotificationServiceEx: updateLightListLocked :r=-1|android|17040393|null|1000, action=2
06-08 15:16:35.098 1311 1311 D NotificationServiceEx: notification=Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x2 color=0xff060059 category=sys vis=PRIVATE)
06-08 15:16:35.098 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE_WITH_SHADOW -> WHITE)
06-08 15:16:35.098 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (NOT Transparent)
06-08 15:16:35.098 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=false
06-08 15:16:35.099 2956 2956 D KeyguardUpdateMonitor: IME visibility change, visible = false
06-08 15:16:35.101 432 1304 D BandwidthController: [LG DATA] No such appUid: 10120
06-08 15:16:35.101 432 1304 D DnsProxyListener: App 10120 tries DNS query. Accept family:0 protocol:0
06-08 15:16:35.103 2956 2956 I [SystemUI]PhoneStatusBar: updateMediaMetaData(false): Title = Killswitch Engage - Numbered Days (Live 2012), Artist = null, Album = null
06-08 15:16:35.131 1311 3300 V WindowManager: Looking for focus: 26 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:35.131 1311 3300 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:35.145 1311 3335 V WindowManager: Looking for focus: 26 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:35.145 1311 3335 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:35.153 3401 3401 D Telephony: PhoneInterfaceManager: [PhoneIntfMgr] mSigLevel = 5
06-08 15:16:35.153 2956 3735 I [SystemUI]NetworkController: onReceive: intent=Intent { act=android.intent.action.SIG_STR flg=0x20000010 (has extras) }
06-08 15:16:35.261 20463 20463 V ViewRootImpl: Contents drawing finished : PopupWindow:180340
06-08 15:16:36.529 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:33,ssid="CAMI Education 2"
06-08 15:16:36.529 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:33,ssid="CAMI Education 2"
06-08 15:16:37.033 594 594 I MSM-irqbalance: Decided to move IRQ65 from CPU2 to CPU1
06-08 15:16:37.050 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:37.410 3401 3401 D Telephony: PhoneInterfaceManager: [PhoneIntfMgr] mSigLevel = 5
06-08 15:16:37.410 2956 3735 I [SystemUI]NetworkController: onReceive: intent=Intent { act=android.intent.action.SIG_STR flg=0x20000010 (has extras) }
06-08 15:16:37.530 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132670843155000, downTime=132670843155000,
06-08 15:16:37.531 1311 2864 D InputTransport: channel 'f52f37c PopupWindow:180340 (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132670843155000, eventTime=132670843155000, pointerCount=1
06-08 15:16:37.538 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (156484 ms ago)
06-08 15:16:37.538 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:37.540 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:36,ssid="CAMI Education 2"
06-08 15:16:37.540 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:36,ssid="CAMI Education 2"
06-08 15:16:37.627 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132670941218000, downTime=132670843155000,
06-08 15:16:37.627 1311 2864 D InputTransport: channel 'f52f37c PopupWindow:180340 (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132670843155000, eventTime=132670941218000, pointerCount=1
06-08 15:16:37.628 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:37.645 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:37.645 1311 2904 V SoundPool: mState = 0 mChannelID=4181, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:37.645 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:37.645 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:37.645 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:37.645 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:37.645 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:37.645 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4182, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:37.646 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:37.646 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:37.646 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:37.675 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:37.751 1311 17540 V SoundPool: process 0x7f96df6608 channel 4182 event BUFFER_END
06-08 15:16:37.751 1311 3104 V SoundPool: awake
06-08 15:16:37.751 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:37.751 1311 3104 V SoundPool: stop
06-08 15:16:37.751 438 2510 I chatty : uid=1013(media) Binder_2 expire 2 lines
06-08 15:16:37.751 1311 3104 V SoundPool: done_l(4182)
06-08 15:16:37.751 1311 3104 V SoundPool: move to front
06-08 15:16:39.544 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:37,ssid="CAMI Education 2"
06-08 15:16:39.544 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:37,ssid="CAMI Education 2"
06-08 15:16:39.631 3401 3401 D Telephony: PhoneInterfaceManager: [PhoneIntfMgr] mSigLevel = 5
06-08 15:16:39.631 2956 3735 I [SystemUI]NetworkController: onReceive: intent=Intent { act=android.intent.action.SIG_STR flg=0x20000010 (has extras) }
06-08 15:16:40.531 1311 1341 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x8, nextTimeout=132514367 (159477 ms ago)
06-08 15:16:40.551 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:39,ssid="CAMI Education 2"
06-08 15:16:40.551 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:39,ssid="CAMI Education 2"
06-08 15:16:40.788 438 2503 I chatty : uid=1013(media) AudioOut_2 expire 28 lines
06-08 15:16:40.851 1311 3415 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:41.403 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132674716031000, downTime=132674716031000,
06-08 15:16:41.404 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x2, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132674716031000, eventTime=132674716031000, pointerCount=1
06-08 15:16:41.406 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:41.407 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:41.408 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (160354 ms ago)
06-08 15:16:41.411 1311 1341 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:41.483 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132674797511000, downTime=132674716031000,
06-08 15:16:41.484 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x2, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132674716031000, eventTime=132674797511000, pointerCount=1
06-08 15:16:41.484 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:41.553 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:40,ssid="CAMI Education 2"
06-08 15:16:41.553 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:40,ssid="CAMI Education 2"
06-08 15:16:41.695 1311 2840 D sensors_hal_LP2: processInd: X: -1.407196 Y: 5.303772 Z: 7.252808
06-08 15:16:41.695 1311 2846 D sensors_hal_Ctx: poll:polldata:1, sensor:51, type:499898101, x:-1.407196 y:5.303772 z:7.252808
06-08 15:16:41.696 1311 2846 D sensors_hal_Util: waitForResponse: timeout=0
06-08 15:16:41.754 1311 2840 D sensors_hal_LP2: processInd: X: -0.885544 Y: 4.938400 Z: 7.931793
06-08 15:16:41.755 1311 2846 D sensors_hal_Ctx: poll:polldata:1, sensor:51, type:499898101, x:-0.885544 y:4.938400 z:7.931793
06-08 15:16:41.755 1311 2846 D sensors_hal_Util: waitForResponse: timeout=0
06-08 15:16:42.051 449 642 E ThermalEngine: ==== Enter sched_bmhb_cs_gov -> vs_temp = 29 ===
06-08 15:16:42.055 594 594 I MSM-irqbalance: Decided to move IRQ115 from CPU2 to CPU1
06-08 15:16:42.314 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132675626047000, downTime=132675626047000,
06-08 15:16:42.314 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x2, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132675626047000, eventTime=132675626047000, pointerCount=1
06-08 15:16:42.317 1311 2864 D PowerManagerServiceAO: updateWakeLockSummaryLocked: checkScreenWakelockList : mBaseService.mWakefulness=Awake, mBaseService.mWakeLockSummary=0x0
06-08 15:16:42.319 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (161265 ms ago)
06-08 15:16:42.321 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:42.361 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132675674769000, downTime=132675626047000,
06-08 15:16:42.361 1311 2864 D InputTransport: channel '9e32eab com.whatsapp/com.whatsapp.Conversation (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x2, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132675626047000, eventTime=132675674769000, pointerCount=1
06-08 15:16:42.362 20463 20463 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:42.364 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:42.364 1311 2904 V SoundPool: mState = 0 mChannelID=4182, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:42.364 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:42.364 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:42.364 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:42.364 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:42.364 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:42.364 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4183, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:42.364 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:42.364 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:42.364 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:42.365 438 2485 I chatty : uid=1013(media) ApmAudio expire 14 lines
06-08 15:16:42.366 438 2486 I chatty : uid=1013(media) ApmOutput expire 4 lines
06-08 15:16:42.372 20463 20463 D Editor : setInputTypeforClipTray(): 0
06-08 15:16:42.373 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.INPUTTYPE_CLIPTRAY
06-08 15:16:42.373 3214 3214 D Cliptray Service: CLIPTRAY_INPUTTYPE extra = 10
06-08 15:16:42.375 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.INPUTTYPE_CLIPTRAY
06-08 15:16:42.375 3214 3214 D Cliptray Service: CLIPTRAY_INPUTTYPE extra = 0
06-08 15:16:42.376 438 2485 V AudioPolicyService: -AudioCommandThread 3
06-08 15:16:42.376 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:42.376 438 15583 V APM::AudioPolicyManager: checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-08 15:16:42.376 438 15583 V AudioFlinger_Threads: signal playback thread
06-08 15:16:42.376 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:42.390 438 2502 D audio_hw_primary: start_output_stream: enter: stream(0xf19bc080)usecase(1: low-latency-playback) devices(0x2)
06-08 15:16:42.390 438 2502 E audio_hw_primary: select_devices: enter and usecase(1)
06-08 15:16:42.390 438 2502 D msm8974_platform_lge: LGE_platform_get_output_snd_device: enter(0:2)
06-08 15:16:42.390 438 2502 V msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2)
06-08 15:16:42.390 438 2502 V msm8974_platform: platform_get_output_snd_device: exit: snd_device(speaker)
06-08 15:16:42.390 438 2502 V platform_apt: lge_get_output_in_mandatory_depth: enter and devices(2)
06-08 15:16:42.390 438 2502 D msm8974_platform_lge: LGE_platform_get_output_snd_device: exit: out_snd_device(speaker)
06-08 15:16:42.390 438 2502 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
06-08 15:16:42.390 438 2502 V msm8974_platform: platform_check_and_set_codec_backend_cfg usecase = 1
06-08 15:16:42.390 438 2502 W msm8974_platform: Codec backend bitwidth 16, samplerate 48000
06-08 15:16:42.390 438 2502 V msm8974_platform: Offload playback running bw 16 sr 48000
06-08 15:16:42.390 438 2502 E audio_hw_primary: enable_snd_device: enter 2
06-08 15:16:42.390 438 2502 D hardware_info: hw_info_append_hw_type : device_name = speaker
06-08 15:16:42.390 438 2502 V audio_hw_3rdP_spkr_prot: lge_audio_3rdP_spk_prot_enable: Entry
06-08 15:16:42.410 438 2502 V audio_hw_3rdP_spkr_prot: lge_audio_3rdP_spk_prot_enable: Exit
06-08 15:16:42.410 438 2502 V audio_hw_primary: enable_snd_device: snd_device(2: speaker)
06-08 15:16:42.410 438 2502 I audio_hw_primary: select_devices Selected apptype: 69937
06-08 15:16:42.410 438 2502 V audio_hw_primary: enable_audio_route: enter: usecase(1)
06-08 15:16:42.410 438 2502 D audio_hw_utils: audio_extn_utils_send_audio_calibration: audio_extn_utils_send_audio_calibration(0)
06-08 15:16:42.410 438 2502 V msm8974_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(14)
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_asm_topology
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_adm_topology
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_audtable
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_audvoltable
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_afe_cal
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
06-08 15:16:42.410 438 2502 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
06-08 15:16:42.411 438 2502 I audio_hw_utils: audio_extn_utils_send_app_type_cfg app_type 69937, acdb_dev_id 14, sample_rate 48000
06-08 15:16:42.411 438 2502 V msm8974_platform_lge: LGE_platform_add_backend_name: enter: 2
06-08 15:16:42.411 438 2502 V audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback quat-mi2s-speaker
06-08 15:16:42.412 438 2502 V audio_hw_primary: enable_audio_route: exit
06-08 15:16:42.412 438 2502 D audio_hw_primary: select_devices: done
06-08 15:16:42.412 438 2502 V audio_hw_primary: start_output_stream: Opening PCM device card_id(0) device_id(15) format(0)
06-08 15:16:42.414 438 2502 V msm8974_platform: platform_set_channel_map channel_count:2
06-08 15:16:42.414 438 2502 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map15
06-08 15:16:42.414 438 2502 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
06-08 15:16:42.415 438 2502 V audio_hw_primary: start_output_stream: exit
06-08 15:16:42.443 3328 3347 D AbsDBObserver: onChange: false,content://com.android.contacts
06-08 15:16:42.444 3328 5762 D AbsDBObserver: onChangeInternal: false,content://com.android.contacts
06-08 15:16:42.449 23614 4792 I Dialer.SearchDialController: ContactObserver. onChange
06-08 15:16:42.467 22256 22256 I LOG_TAG : sendMessageToComposeMessageActivy + null
06-08 15:16:42.501 1311 2840 D sensors_hal_LP2: processInd: X: -1.324524 Y: 5.019943 Z: 8.865509
06-08 15:16:42.507 1311 17540 V SoundPool: process 0x7f96df6608 channel 4183 event BUFFER_END
06-08 15:16:42.507 1311 3104 V SoundPool: awake
06-08 15:16:42.507 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:42.507 1311 3104 V SoundPool: stop
06-08 15:16:42.507 438 11984 V AudioFlinger_Tracks: stop(4099), calling pid 1311
06-08 15:16:42.508 438 11984 V AudioFlinger_Tracks: not stopping/stopped => stopping/stopped (4099) on thread 0xf0e80000
06-08 15:16:42.508 1311 3104 V SoundPool: done_l(4183)
06-08 15:16:42.508 1311 3104 V SoundPool: move to front
06-08 15:16:42.536 3328 5762 D ContactObserver: makeUserLog(): 0x202
06-08 15:16:42.553 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:41,ssid="CAMI Education 2"
06-08 15:16:42.553 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:41,ssid="CAMI Education 2"
06-08 15:16:42.553 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:42.554 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 0 framesWritten 5760
06-08 15:16:42.554 438 2503 V AudioFlinger_Tracks: presentationComplete() reset: mPresentationCompleteFrames 6240 audioHalFrames 480
06-08 15:16:42.566 4043 24680 E ScorerSelector: Couldn't find a ranking descriptor in DataLayer__ranking_descriptor flag.
06-08 15:16:42.573 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:42.573 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 6240 framesWritten 6720
06-08 15:16:42.576 3328 5762 D ActionManagerService: notifyUserLog: 202
06-08 15:16:42.576 3328 5762 D ContactObserver: makeContentValuesForCacheDB(): 0x202
06-08 15:16:42.579 438 2503 V AudioFlinger_Threads: removeTracks_l removing track on session 6441
06-08 15:16:42.590 438 2503 V AudioPolicyService: AudioCommandThread() adding stop output 2
06-08 15:16:42.590 438 2503 V AudioPolicyService: inserting command: 5 at index 0, num commands 0
06-08 15:16:42.590 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:42.590 438 2486 V AudioPolicyService: AudioCommandThread() processing stop output 2
06-08 15:16:42.590 438 2486 V APM::AudioPolicyManager: stopOutput() output 2, stream 1, session 6441
06-08 15:16:42.590 438 2486 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=0 mBeaconPlayingRefCount=0
06-08 15:16:42.590 438 2486 V APM::AudioOutputDescriptor: changeRefCount() stream 1, count 0
06-08 15:16:42.590 438 2486 V APM::AudioPolicyManager: getNewOutputDevice() selected device 0
06-08 15:16:42.590 438 2486 V APM::AudioPolicyManager: setOutputDevice() device 0000 delayMs 100
06-08 15:16:42.590 438 2486 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:42.590 438 2486 V APM::AudioPolicyManager: setOutputDevice() setting same device 0x0000 or null device
06-08 15:16:42.590 438 2486 V AudioPolicyService: -AudioCommandThread 5
06-08 15:16:42.590 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:42.643 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:42.653 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:42.756 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:1975: GetTransState() EBADF
06-08 15:16:42.756 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/MainCore.cpp:1324: Failed to get TransState, rc
06-08 15:16:42.756 484 484 I Gobi : vendor/qcom/proprietary/RIDL/RIDLClient/RIDLSQL.cpp:1975: GetTransState() EBADF
06-08 15:16:42.828 20463 24657 E ExtMediaPlayer-JNI: QCMediaPlayer could not be located....
06-08 15:16:42.828 20463 24657 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
06-08 15:16:42.828 20463 24657 E ExtMediaPlayer-JNI: QCMediaPlayer could not be located....
06-08 15:16:42.828 20463 24657 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
06-08 15:16:42.828 20463 24657 V MediaPlayer[Native]: constructor
06-08 15:16:42.831 438 24364 V AudioFlinger: registerClient() client 0xe58a7d50, pid 20463
06-08 15:16:42.832 438 24364 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 0
06-08 15:16:42.832 438 24364 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 0
06-08 15:16:42.832 438 2504 V AudioFlinger_Threads: thread 0xf0b00000 type 0 TID 2504 waking up
06-08 15:16:42.832 438 2504 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:42.832 438 2504 V AudioFlinger_Threads: PlaybackThread::ioConfigChanged, thread 0xf0b00000, event 0
06-08 15:16:42.832 438 2504 V audio_hw_primary: out_get_latency: Latency 100
06-08 15:16:42.832 438 2504 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0b00000
06-08 15:16:42.833 20463 20473 V AudioSystem: ioConfigChanged() new output opened 4 samplingRate 48000, format 0x1 channel mask 0x3 frameCount 960 deviceId 2
06-08 15:16:42.833 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:42.833 438 2503 V AudioFlinger_Threads: PlaybackThread::ioConfigChanged, thread 0xf0e80000, event 0
06-08 15:16:42.833 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:42.833 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:42.833 20463 20474 V AudioSystem: ioConfigChanged() new output opened 2 samplingRate 48000, format 0x5 channel mask 0x3 frameCount 960 deviceId 1
06-08 15:16:42.834 438 24364 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 0
06-08 15:16:42.834 438 2506 V AudioFlinger_Threads: thread 0xf0980000 type 0 TID 2506 waking up
06-08 15:16:42.835 438 2506 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:42.835 438 2506 V AudioFlinger_Threads: PlaybackThread::ioConfigChanged, thread 0xf0980000, event 0
06-08 15:16:42.835 438 2506 V audio_hw_primary: out_get_latency: Latency 64
06-08 15:16:42.836 438 2506 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0980000
06-08 15:16:42.836 20463 20473 V AudioSystem: ioConfigChanged() new output opened 6 samplingRate 48000, format 0x5 channel mask 0x3 frameCount 1152 deviceId 5
06-08 15:16:42.837 438 3511 V AudioFlinger: acquiring 6574 from 20463, for -1
06-08 15:16:42.837 438 3511 V AudioFlinger: added new entry for 6574
06-08 15:16:42.837 20463 24657 V MediaPlayer[Native]: setListener
06-08 15:16:42.837 20463 24657 V MediaPlayer[Native]: MediaPlayer::setAudioStreamType
06-08 15:16:42.842 20463 24657 V MediaPlayer[Native]: setDataSource(106, 22820608, 4568)
06-08 15:16:42.843 438 8540 V MediaPlayerService: Client(284) constructor
06-08 15:16:42.843 438 8540 V MediaPlayerServiceEx: LGClient(284) constructor
06-08 15:16:42.843 438 8540 V MediaPlayerService: Create new client(284) from pid 20463, uid 10120,
06-08 15:16:42.843 438 24361 V MediaPlayerService: setDataSource fd=46, offset=22820608, length=4568
06-08 15:16:42.843 438 24361 V MediaPlayerService: st_dev = 66322
06-08 15:16:42.843 438 24361 V MediaPlayerService: st_mode = 33188
06-08 15:16:42.843 438 24361 V MediaPlayerService: st_uid = 1000
06-08 15:16:42.843 438 24361 V MediaPlayerService: st_gid = 1000
06-08 15:16:42.843 438 24361 V MediaPlayerService: st_size = 32389334
06-08 15:16:42.843 438 24361 V MediaPlayerService: player type = 4
06-08 15:16:42.844 438 24361 D VendorSourceMaster: libvendorsourcemaster v1.1.0.10.4ae1cae
06-08 15:16:42.844 438 24361 D NuPlayerDriver: NuPlayerDriver(0xf63d0b20), Looper: 3006
06-08 15:16:42.844 438 24361 V AudioSink: AudioOutput(6574)
06-08 15:16:42.844 438 24361 V AudioSinkEx: LGAudioOutput(6574)
06-08 15:16:42.844 438 24361 E NewLGEAudioEffect: LGAudioEffectManager()
06-08 15:16:42.844 438 24361 V NuPlayerDriver: setDataSource(0xf63d0b20) file(46)
06-08 15:16:42.844 438 24684 V NuPlayer: kWhatSetAudioSink
06-08 15:16:42.844 438 24684 V NuPlayer: kWhatSetDataSource
06-08 15:16:42.844 438 24361 I ExtendedNuUtils: printFileName fd(46) -> /data/app/com.whatsapp-1/base.apk
06-08 15:16:42.844 438 24361 V MediaPlayerService: setDataSource
06-08 15:16:42.844 20463 24657 V MediaPlayer[Native]: setVideoSurfaceTexture
06-08 15:16:42.845 438 438 V MediaPlayerService: [284] setVideoSurfaceTexture(0x0)
06-08 15:16:42.845 20463 24657 V MediaPlayer[Native]: prepare
06-08 15:16:42.845 438 24363 V MediaPlayerService: [284] setAudioStreamType(5)
06-08 15:16:42.845 438 2510 V MediaPlayerService: [284] prepareAsync
06-08 15:16:42.845 438 2510 V NuPlayerDriver: prepareAsync(0xf63d0b20)
06-08 15:16:42.845 438 24685 V LGParserOSAL: SniffLGParser start
06-08 15:16:42.847 438 24685 V LGParserOSAL: MainType:3, SubType=0
06-08 15:16:42.847 438 24685 V LGParserOSAL: #### check Mime : video/mp4
06-08 15:16:42.847 438 24685 V LGParserOSAL: Detector mimeType:video/mp4, Confidence=1.000000
06-08 15:16:42.847 438 24685 E MediaExtractor: Use LGExtractor :video/mp4
06-08 15:16:42.847 438 24685 W MediaExtractorHelper: LG-CodeParser Version: LG_CodecParser_R3.0.0.5
06-08 15:16:42.847 438 24685 V LGParserOSAL: supported mime: video/mp4
06-08 15:16:42.850 438 24684 V MediaPlayerService: [284] notify (0xe110c480, 200, 1, 9120)
06-08 15:16:42.850 438 24684 V MediaPlayerService: [284] notify (0xe110c480, 1, 0, 0)
06-08 15:16:42.850 20463 20474 V MediaPlayer[Native]: message received msg=200, ext1=1, ext2=9120
06-08 15:16:42.850 20463 20474 W MediaPlayer[Native]: info/warning (1, 9120)
06-08 15:16:42.850 20463 20474 V MediaPlayer[Native]: callback application
06-08 15:16:42.851 20463 20474 V MediaPlayer[Native]: back from callback
06-08 15:16:42.851 20463 20474 V MediaPlayer[Native]: message received msg=1, ext1=0, ext2=0
06-08 15:16:42.851 20463 20474 V MediaPlayer[Native]: prepared
06-08 15:16:42.851 20463 20474 V MediaPlayer[Native]: signal application thread
06-08 15:16:42.851 20463 20474 V MediaPlayer[Native]: callback application
06-08 15:16:42.851 20463 24657 V MediaPlayer[Native]: prepare complete - status=0
06-08 15:16:42.851 20463 24657 D MediaPlayer: setSubtitleAnchor in MediaPlayer
06-08 15:16:42.851 20463 20474 V MediaPlayer[Native]: back from callback
06-08 15:16:42.851 20463 20463 D MediaPlayer: setSubtitleAnchor in MediaPlayer
06-08 15:16:42.860 20463 24657 V MediaPlayer[Native]: invoke 68
06-08 15:16:42.860 438 24362 D MediaPlayerServiceEx: [lgeinvoke] default: 0x00000001
06-08 15:16:42.861 20463 20463 V MediaPlayer[Native]: invoke 68
06-08 15:16:42.861 438 24853 D MediaPlayerServiceEx: [lgeinvoke] default: 0x00000001
06-08 15:16:42.873 20463 24657 V MediaPlayer[Native]: start
06-08 15:16:42.873 1311 3317 V LGSettingsProvider: getSecureSetting(accessibility_captioning_locale, 0)
06-08 15:16:42.873 438 15583 V MediaPlayerService: [284] setLooping(0)
06-08 15:16:42.874 1311 3318 V LGSettingsProvider: getSecureSetting(accessibility_captioning_enabled, 0)
06-08 15:16:42.874 438 11984 V MediaPlayerService: [284] setVolume(1.000000, 1.000000)
06-08 15:16:42.874 438 11984 V AudioSinkEx: setVolume(1.000000, 1.000000)
06-08 15:16:42.874 438 11984 V AudioSink: setVolume(1.000000, 1.000000)
06-08 15:16:42.875 438 24364 V MediaPlayerService: [284] setAuxEffectSendLevel(0.000000)
06-08 15:16:42.875 438 24364 V AudioSinkEx: setAuxEffectSendLevel(0.000000)
06-08 15:16:42.875 438 24364 V AudioSink: setAuxEffectSendLevel(0.000000)
06-08 15:16:42.875 438 2509 V MediaPlayerService: [284] start
06-08 15:16:42.875 438 2509 V NuPlayerDriver: NuPlayerDriver::getParameter: 1862270979
06-08 15:16:42.875 438 2509 V NuPlayer: getParameterDirect LGE_MEDIAPLAYER_KEYPARAM_DIVX_DIVX_DRM_FILE
06-08 15:16:42.875 438 2509 D NuPlayerDriver: start(0xf63d0b20), state is 4, eos is 0
06-08 15:16:42.875 438 24684 V NuPlayer: kWhatStart
06-08 15:16:42.875 438 24684 I GenericSource: start
06-08 15:16:42.876 438 3511 V MediaPlayerService: [284] getCurrentPosition = 0
06-08 15:16:42.876 438 8540 V MediaPlayerService: [284] isPlaying: 1
06-08 15:16:42.876 20463 20463 V MediaPlayer[Native]: isPlaying: 1
06-08 15:16:42.877 438 24684 I AudioFlinger: isAudioPlaybackHookOn() false
06-08 15:16:42.877 438 24684 E UtilsEx : AAC profile check for offload
06-08 15:16:42.877 438 24684 V APM::AudioPolicyManager: isOffloadSupported: stream_type != MUSIC, returning false
06-08 15:16:42.877 438 24684 W ExtendedNuUtils: No bitrate info
06-08 15:16:42.877 438 24684 I AudioFlinger: isAudioPlaybackHookOn() false
06-08 15:16:42.877 438 24684 V APM::AudioPolicyManager: isOffloadSupported: stream_type != MUSIC, returning false
06-08 15:16:42.877 438 24684 V NuPlayer: scanning sources haveAudio=0, haveVideo=0
06-08 15:16:42.878 438 24684 V LGCodecAdapter: LG Codec Adapter start
06-08 15:16:42.878 438 24684 V LGCodecOSAL: Called LGCodeConvertMetaDataToMessage
06-08 15:16:42.878 438 24684 I AudioFlinger: isAudioPlaybackHookOn() false
06-08 15:16:42.878 438 24684 E UtilsEx : AAC profile check for offload
06-08 15:16:42.878 438 24684 V APM::AudioPolicyManager: isOffloadSupported: stream_type != MUSIC, returning false
06-08 15:16:42.878 438 24684 W ExtendedNuUtils: No bitrate info
06-08 15:16:42.878 438 24684 I AudioFlinger: isAudioPlaybackHookOn() false
06-08 15:16:42.878 438 24684 V APM::AudioPolicyManager: isOffloadSupported: stream_type != MUSIC, returning false
06-08 15:16:42.879 438 24688 V LGCodecAdapter: LG Codec Adapter start
06-08 15:16:42.879 438 24688 V ACodec : Now uninitialized
06-08 15:16:42.879 438 24688 D ACodec : ACodec
06-08 15:16:42.879 438 24689 D ACodec : initiateAllocateComponent
06-08 15:16:42.879 438 24689 D ACodec : onAllocateComponent
06-08 15:16:42.894 438 24689 V ACodec : [OMX.google.aac.decoder] Now Loaded
06-08 15:16:42.894 438 24689 V LGCodecAdapter: called getLGCodecSpecificData
06-08 15:16:42.894 438 24689 V LGCodecOSAL: Called LGgetCodecSpecificDataMSG
06-08 15:16:42.894 438 24689 D ACodec : initiateConfigureComponent
06-08 15:16:42.894 438 24689 V ACodec : onConfigureComponent
06-08 15:16:42.894 438 24689 D ACodec : configureCodec
06-08 15:16:42.894 438 24689 V LGCodecOSAL: Called LGconfigureCodecMSG
06-08 15:16:42.894 438 24689 E OMXNodeInstance: setConfig(2f1:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
06-08 15:16:42.894 438 24689 I ACodec : codec does not support config priority (err -2147483648)
06-08 15:16:42.894 438 24689 V ACodec : hannel-count(1) is already exist, even AAC codec is not configured
06-08 15:16:42.894 438 24689 V ACodec : ample-rate(44100) is already exist , even AAC codec is not configured
06-08 15:16:42.894 438 24689 V ACodec : is-adts(0) is already exist , even AAC codec is not configured
06-08 15:16:42.895 438 24689 I MediaCodec: MediaCodec will operate in async mode
06-08 15:16:42.895 438 24689 V ACodec : initiateStart
06-08 15:16:42.895 438 24689 D ACodec : onStart
06-08 15:16:42.895 438 24689 D ACodec : [OMX.google.aac.decoder] Now Loaded->Idle
06-08 15:16:42.895 438 24689 V ACodec : [OMX.google.aac.decoder] Allocating 4 buffers of size 8192/8192 (from 8192 using Invalid) on input port
06-08 15:16:42.895 438 24689 V ACodec : [OMX.google.aac.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
06-08 15:16:42.895 438 24689 D ACodec : [OMX.google.aac.decoder] Now Idle->Executing
06-08 15:16:42.896 438 24689 V ACodec : [OMX.google.aac.decoder] Now Executing
06-08 15:16:42.896 438 24690 I SoftAAC2Ex: Reconfiguring decoder: 0->44100 Hz, 0->1 channels
06-08 15:16:42.896 438 24689 V ACodec : [OMX.google.aac.decoder] Now handling output port settings change
06-08 15:16:42.897 438 24689 V ACodec : [OMX.google.aac.decoder] Output port now disabled.
06-08 15:16:42.897 438 24689 V ACodec : [OMX.google.aac.decoder] Allocating 4 buffers of size 32768/32768 (from 32768 using Invalid) on output port
06-08 15:16:42.897 438 24689 V ACodec : [OMX.google.aac.decoder] Signalled EOS (-1011) on the input port
06-08 15:16:42.897 438 24689 V ACodec : [OMX.google.aac.decoder] Output port now reenabled.
06-08 15:16:42.897 438 24689 V ACodec : [OMX.google.aac.decoder] Now Executing
06-08 15:16:42.902 438 24689 V ACodec : [OMX.google.aac.decoder] saw output EOS
06-08 15:16:42.902 438 24688 W ExtendedNuUtils: No duration in meta setting max duration
06-08 15:16:42.902 438 24688 W ExtendedNuUtils: No bitrate info
06-08 15:16:42.902 438 24687 V AudioSinkEx: close
06-08 15:16:42.902 438 24687 V AudioSink: close
06-08 15:16:42.902 438 24687 V AudioSinkEx: open(44100, 1, 0x0, 0x1, 0, 6574 0x0)
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutput() device 2, stream 5, samplingRate 0, format 0, channelMask 3, flags 0
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:42.902 438 24687 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutput() device 2, stream 5, samplingRate 0, format 0, channelMask 3, flags 0
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:42.902 438 24687 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:42.902 438 24687 V AudioSinkEx: no track available to recycle
06-08 15:16:42.902 438 24687 V AudioSinkEx: creating new AudioTrack
06-08 15:16:42.902 438 24687 V AudioTrack: set(): streamType 5, sampleRate 44100, format 0x1, channelMask 0x1, frameCount 22050, flags #0, notificationFrames 0, sessionId 6574, transferType 0, uid 10120, pid 20463
06-08 15:16:42.902 438 24687 V AudioTrack: set() streamType 5 frameCount 22050 flags 0000
06-08 15:16:42.902 438 24687 I AudioFlinger: isAudioPlaybackHookOn() false
06-08 15:16:42.902 438 24687 D AudioTrack: createTrack_l()... isAudioHookOn = 0, mStreamType = 5
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutputForAttr() usage=5, content=4, tag= flags=00000000 session 6574 selectedDeviceId 0
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutputForAttr() device 0x2, samplingRate 44100, format 1, channelMask 1, flags 0
06-08 15:16:42.902 438 24687 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:42.902 438 24687 V AudioSystem: getLatency() output 2, latency 50
06-08 15:16:42.902 438 24687 V AudioTrack: createTrack_l() output 2 afLatency 50
06-08 15:16:42.902 438 24687 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:42.902 438 24687 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:42.903 438 24687 V AudioTrack: calculateMinFrameCount afLatency 50 afFrameCount 960 afSampleRate 48000 sampleRate 44100 speed 1.000000 minBufCount: 2
06-08 15:16:42.903 438 24687 V AudioFlinger: createTrack() lSessionId: 6574
06-08 15:16:42.903 438 24687 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:42.903 438 24687 V AudioFlinger: acquiring 6574 from 438, for 20463
06-08 15:16:42.903 438 24687 V AudioFlinger: incremented refcount to 2
06-08 15:16:42.903 438 24687 V AudioSinkEx: LYH:setParamAudioInfo(mSolePCMformat:1, mSoleRealCh:1, mNumSamplerate:44100)
06-08 15:16:42.903 438 24687 V AudioSink: deleteRecycledTrack_l
06-08 15:16:42.903 438 24687 V AudioSinkEx: setVolume
06-08 15:16:42.903 438 24687 V AudioSinkEx: open() DONE status 0
06-08 15:16:42.903 438 24687 V AudioSink: setPlaybackRate(1.000000 1.000000 0 0)
06-08 15:16:42.903 438 24687 V AudioSinkEx: start
06-08 15:16:42.903 438 24687 V AudioFlinger_Tracks: Track::setParameters keyvalue normalizer_active=1,
06-08 15:16:42.903 438 24687 V AudioSink: start
06-08 15:16:42.903 438 24687 V AudioFlinger_Tracks: start(4101), calling pid 438 session 6574
06-08 15:16:42.903 438 24687 V AudioFlinger_Tracks: ? => ACTIVE (4101) on thread 0xf00f8dc0
06-08 15:16:42.903 438 24687 V APM::AudioPolicyManager: startOutput() output 2, stream 5, session 6574
06-08 15:16:42.903 438 24687 V APM::AudioPolicyManager: startOutput() output primary->(primary)(2), stream 5, session 6574
06-08 15:16:42.903 438 24687 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=1 mBeaconPlayingRefCount=0
06-08 15:16:42.903 438 24687 V APM::AudioOutputDescriptor: changeRefCount() stream 5, count 1
06-08 15:16:42.903 438 24687 V APM::AudioPolicyManager: getNewOutputDevice() selected device 2
06-08 15:16:42.903 438 24687 V APM::AudioPolicyManager: setOutputDevice() device 0002 delayMs 0
06-08 15:16:42.903 438 24687 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:42.904 438 24687 V APM::AudioPolicyManager: setOutputDevice() changing device
06-08 15:16:42.904 438 24687 V AudioPolicyService: AudioCommandThread() adding create patch delay 0
06-08 15:16:42.904 438 24687 V AudioPolicyService: inserting command: 7 at index 0, num commands 0
06-08 15:16:42.904 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:42.904 438 2485 V AudioPolicyService: AudioCommandThread() processing create audio patch
06-08 15:16:42.904 438 2485 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 3
06-08 15:16:42.913 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:42.920 438 2503 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
06-08 15:16:42.920 438 2503 E audio_hw_primary: select_devices: enter and usecase(1)
06-08 15:16:42.920 438 2503 D msm8974_platform_lge: LGE_platform_get_output_snd_device: enter(0:2)
06-08 15:16:42.920 438 2503 V msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2)
06-08 15:16:42.920 438 2503 V msm8974_platform: platform_get_output_snd_device: exit: snd_device(speaker)
06-08 15:16:42.920 438 2503 V platform_apt: lge_get_output_in_mandatory_depth: enter and devices(2)
06-08 15:16:42.920 438 2503 D msm8974_platform_lge: LGE_platform_get_output_snd_device: exit: out_snd_device(speaker)
06-08 15:16:42.920 438 2503 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
06-08 15:16:42.920 438 2503 V audio_hw_primary: out_set_parameters: exit: code(0)
06-08 15:16:42.920 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:42.920 438 2485 V AudioPolicyService: -AudioCommandThread 7
06-08 15:16:42.920 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:42.920 438 24687 V APM::AudioPolicyManager: setOutputDevice() createAudioPatch returned 0 patchHandle 6575num_sources 1 num_sinks 1
06-08 15:16:42.921 438 24687 V AudioPolicyService: AudioCommandThread() adding update audio patch list
06-08 15:16:42.921 438 24687 V AudioPolicyService: inserting command: 10 at index 0, num commands 0
06-08 15:16:42.921 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:42.921 438 24687 V AudioPolicyService: AudioCommandThread() adding set voice volume volume 0.571429, delayMs 0
06-08 15:16:42.921 438 2486 V AudioPolicyService: AudioCommandThread() processing update audio patch list
06-08 15:16:42.921 438 24687 V AudioPolicyService: inserting command: 4 at index 0, num commands 0
06-08 15:16:42.921 438 2486 V AudioPolicyService: -AudioCommandThread 10
06-08 15:16:42.921 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:42.921 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:42.921 438 2485 V AudioPolicyService: AudioCommandThread() processing set voice volume volume 0.571429
06-08 15:16:42.921 438 2485 V AudioPolicyService: -AudioCommandThread 4
06-08 15:16:42.921 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:42.921 438 24687 V APM::AudioPolicyManager: checkAndSetVolume setParameters volume, volume=:0.256671 delay=:0
06-08 15:16:42.921 438 24687 V AudioPolicyService: AudioCommandThread() adding set parameter string fm_volume=0.2566707134, io 2 ,delay 0
06-08 15:16:42.921 438 24687 V AudioPolicyService: inserting command: 3 at index 0, num commands 0
06-08 15:16:42.921 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:42.921 438 2485 V AudioPolicyService: AudioCommandThread() processing set parameters string fm_volume=0.2566707134, io 2
06-08 15:16:42.921 438 2485 V AudioFlinger: setParameters(): io 2, keyvalue fm_volume=0.2566707134, calling pid 438
06-08 15:16:42.921 438 2485 V AudioFlinger_Threads: ThreadBase::setParameters() fm_volume=0.2566707134
06-08 15:16:42.921 438 2485 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 2
06-08 15:16:42.931 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:42.934 438 2503 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: fm_volume=0.2566707134
06-08 15:16:42.934 438 2503 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
06-08 15:16:42.934 438 2503 D audio_hw_fm: audio_extn_fm_set_parameters: set_fm_volume usecase
06-08 15:16:42.934 438 2503 D audio_hw_fm: fm_set_volume: device=2 (0.256671)
06-08 15:16:42.934 438 2503 V audio_hw_primary: out_set_parameters: exit: code(0)
06-08 15:16:42.934 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:42.934 438 2485 V AudioPolicyService: -AudioCommandThread 3
06-08 15:16:42.934 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:42.935 438 24687 V APM::AudioPolicyManager: checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-08 15:16:42.935 438 24687 V AudioFlinger_Threads: signal playback thread
06-08 15:16:42.935 438 24684 V NuPlayer: media rendering started
06-08 15:16:42.935 438 24684 V MediaPlayerService: [284] notify (0xe110c480, 6, 0, 0)
06-08 15:16:42.935 438 24688 I NuPlayerDecoder: [audio] saw output EOS
06-08 15:16:42.935 438 24687 V AudioTrack: getTimestamp error:0xffffffda
06-08 15:16:42.935 20463 20473 V MediaPlayer[Native]: message received msg=6, ext1=0, ext2=0
06-08 15:16:42.935 20463 20473 V MediaPlayer[Native]: unrecognized message: (6, 0, 0)
06-08 15:16:42.935 20463 20473 V MediaPlayer[Native]: callback application
06-08 15:16:42.935 20463 20473 V MediaPlayer[Native]: back from callback
06-08 15:16:42.936 438 24687 V AudioTrack: getTimestamp error:0xffffffda
06-08 15:16:42.936 438 24687 V AudioTrack: getTimestamp error:0xffffffda
06-08 15:16:42.936 438 24687 V AudioSinkEx: stop
06-08 15:16:42.936 438 24687 V AudioSink: stop
06-08 15:16:42.936 438 24687 V AudioFlinger_Tracks: stop(4101), calling pid 438
06-08 15:16:42.936 438 24687 V AudioFlinger_Tracks: not stopping/stopped => stopping/stopped (4101) on thread 0xf0e80000
06-08 15:16:42.936 438 24361 V MediaPlayerService: [284] getCurrentPosition = 53
06-08 15:16:42.936 438 438 V MediaPlayerService: [284] isPlaying: 1
06-08 15:16:42.936 20463 20463 V MediaPlayer[Native]: isPlaying: 1
06-08 15:16:42.940 4043 4836 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=people serviceId=36
06-08 15:16:42.940 4043 6081 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=people serviceId=32
06-08 15:16:42.951 4043 6081 I Icing : Query from package: com.google.android.gms, component: people, restrict package: com.google.android.gms, start: 0, num: 100
06-08 15:16:42.954 4066 6693 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:16:42.956 438 2503 V AudioFlinger_Threads: mixer(0xf0e80000) throttle begin: ret(7680) deltaMs(9) requires sleep 1 ms
06-08 15:16:42.974 438 2503 D AudioFlinger_Threads: mixer(0xf0e80000) throttle end: throttle time(1)
06-08 15:16:42.976 438 24684 V NuPlayer: reached audio EOS
06-08 15:16:42.976 438 24684 I ExtendedNuPlayer: notifyListener 2 0 0
06-08 15:16:42.976 438 24684 V MediaPlayerService: [284] notify (0xe110c480, 2, 0, 0)
06-08 15:16:42.977 20463 20473 V MediaPlayer[Native]: message received msg=2, ext1=0, ext2=0
06-08 15:16:42.977 20463 20473 V MediaPlayer[Native]: playback complete
06-08 15:16:42.977 20463 20473 V MediaPlayer[Native]: callback application
06-08 15:16:42.977 20463 20473 V MediaPlayer[Native]: back from callback
06-08 15:16:42.977 438 24687 V AudioSinkEx: pause
06-08 15:16:42.977 438 24687 V AudioSink: pause
06-08 15:16:42.994 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:42.994 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 0 framesWritten 26880
06-08 15:16:42.995 438 2503 V AudioFlinger_Tracks: presentationComplete() reset: mPresentationCompleteFrames 29280 audioHalFrames 2400
06-08 15:16:42.996 4043 6081 I Icing : Query from package: com.google.android.gms, component: people, restrict package: com.google.android.gms, start: 0, num: 100
06-08 15:16:43.005 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:43.005 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 29280 framesWritten 26880
06-08 15:16:43.014 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:43.014 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 29280 framesWritten 27840
06-08 15:16:43.025 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:43.025 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 29280 framesWritten 27840
06-08 15:16:43.034 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:43.035 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 29280 framesWritten 28800
06-08 15:16:43.039 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:43.045 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:43.045 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 29280 framesWritten 28800
06-08 15:16:43.053 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:43.053 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:43.054 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:43.054 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 29280 framesWritten 29760
06-08 15:16:43.055 438 2503 V AudioFlinger_Threads: removeTracks_l removing track on session 6574
06-08 15:16:43.065 438 2503 V AudioPolicyService: AudioCommandThread() adding stop output 2
06-08 15:16:43.065 438 2503 V AudioPolicyService: inserting command: 5 at index 0, num commands 0
06-08 15:16:43.065 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:43.065 438 2486 V AudioPolicyService: AudioCommandThread() processing stop output 2
06-08 15:16:43.065 438 2486 V APM::AudioPolicyManager: stopOutput() output 2, stream 5, session 6574
06-08 15:16:43.065 438 2486 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=0 mBeaconPlayingRefCount=0
06-08 15:16:43.065 438 2486 V APM::AudioOutputDescriptor: changeRefCount() stream 5, count 0
06-08 15:16:43.065 438 2486 V APM::AudioPolicyManager: getNewOutputDevice() selected device 0
06-08 15:16:43.065 438 2486 V APM::AudioPolicyManager: setOutputDevice() device 0000 delayMs 100
06-08 15:16:43.065 438 2486 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:43.065 438 2486 V APM::AudioPolicyManager: setOutputDevice() setting same device 0x0000 or null device
06-08 15:16:43.065 438 2486 V AudioPolicyService: -AudioCommandThread 5
06-08 15:16:43.065 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:43.084 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:43.114 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:43.122 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:43.152 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:43.173 4043 5377 I Icing : Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:16:43.178 4066 23784 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:16:43.182 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:43.187 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:43.187 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:43.188 24683 24683 I chatty : uid=2000(shell) app_process expire 298 lines
06-08 15:16:43.190 4043 5377 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:16:43.201 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:43.231 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:43.237 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:43.267 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:43.297 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:43.320 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:43.327 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:43.337 1311 1562 I PackageManager: Trying to bind to DefaultContainerService
06-08 15:16:43.338 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:43.345 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:43.354 1311 1311 I PackageManager: onServiceConnected
06-08 15:16:43.377 1311 1562 I PackageManager: Checking for more work or unbind...
06-08 15:16:43.377 1311 1562 I PackageManager: Posting delayed MCS_UNBIND
06-08 15:16:43.385 24017 24017 I Finsky : [1] com.google.android.finsky.verifier.impl.PackageVerificationReceiver.onReceive(17): Verification requested, id = 8
06-08 15:16:43.409 24017 24017 W Finsky : [1] com.google.android.finsky.f.w.a(35): Null bundle, which breaks event chain!. Creating a new logging context.
06-08 15:16:43.435 4043 23785 I AsyncOpDispatcher: 45-id
06-08 15:16:43.439 4043 21234 I AsyncOpDispatcher: 45-id
06-08 15:16:43.442 4043 4060 I AsyncOpDispatcher: 45-id
06-08 15:16:43.452 1311 3318 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:43.454 24017 24163 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
06-08 15:16:43.455 4043 4659 I AsyncOpDispatcher: 45-id
06-08 15:16:43.456 1311 3418 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:43.625 4043 7964 I AsyncOpDispatcher: 45-id
06-08 15:16:43.661 4043 6081 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.android.chrome componentName=null serviceId=36
06-08 15:16:43.665 4043 21233 I AsyncOpDispatcher: 45-id
06-08 15:16:43.677 4066 4087 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
06-08 15:16:43.690 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:43.694 4043 5377 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
06-08 15:16:43.705 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:43.719 432 1304 D BandwidthController: [LG DATA] No such appUid: 10060
06-08 15:16:43.719 432 1304 D DnsProxyListener: App 10060 tries DNS query. Accept family:0 protocol:0
06-08 15:16:43.724 24017 24163 I Finsky : [3753] com.google.android.finsky.foregroundcoordinator.impl.c.a(17): Task 7 requested foreground
06-08 15:16:43.725 24017 24163 I Finsky : [3753] com.google.android.finsky.foregroundcoordinator.impl.c.a(37): Not entering foreground
06-08 15:16:43.733 4043 4060 I AsyncOpDispatcher: 45-xlb
06-08 15:16:43.735 4043 4659 I AsyncOpDispatcher: 45-pha
06-08 15:16:43.744 432 1304 D BandwidthController: [LG DATA] No such appUid: 10060
06-08 15:16:43.745 432 1304 D DnsProxyListener: App 10060 tries DNS query. Accept family:2 protocol:0
06-08 15:16:43.755 4043 7964 I AsyncOpDispatcher: 45-id
06-08 15:16:43.762 24017 24017 I Finsky : [1] com.google.android.finsky.verifier.impl.ct.a(6): Blacklist last update time: 1528382707896
06-08 15:16:44.001 24017 24079 I Finsky : [3748] com.google.android.finsky.verifier.impl.ds.b(9): Verification id=8 response=0
06-08 15:16:44.049 24017 24017 I Finsky : [1] com.google.android.finsky.verifier.impl.ei.c(294): Verifying id=8, result=1
06-08 15:16:44.053 24017 24017 I Finsky : [1] com.google.android.finsky.verifier.impl.ei.c(155): Verification complete: id=8, package_name=org.test.myapp
06-08 15:16:44.063 24283 24293 D DefContainer: Copying /data/local/tmp/myapp-0.1-debug.apk to base.apk
06-08 15:16:44.167 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132677479679000, downTime=132677479679000,
06-08 15:16:44.167 1311 2864 D InputTransport: channel '9aaec8e NavigationBar (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132677479679000, eventTime=132677479679000, pointerCount=1
06-08 15:16:44.167 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:44.169 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (163116 ms ago)
06-08 15:16:44.170 1311 3351 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (163117 ms ago)
06-08 15:16:44.184 2956 2956 I [SystemUI]LGKeyButtonView: Navigation Key(4) sendEvent, action : 0, flags : 0, when : 132677484
06-08 15:16:44.185 1311 3408 D PhoneWindowManagerEx: interceptKeyTq keycode=4 down=true interactive=true policyFlags=2b000002 injected=true keyguardActive=false sDisplayState=2
06-08 15:16:44.187 1311 3408 V LGSettingsProvider: getSecureSetting(user_setup_complete, -2)
06-08 15:16:44.192 1311 3408 D WindowManager: interceptKeyTq keycode=4 interactive=true keyguardActive=false policyFlags=2b000002
06-08 15:16:44.192 1311 3408 V LGSettingsProvider: getSystemSetting(haptic_feedback_enabled, -2)
06-08 15:16:44.194 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (163140 ms ago)
06-08 15:16:44.195 1311 2864 D PhoneWindowManagerEx: interceptKeyTi keyCode=4 down=true repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
06-08 15:16:44.196 1311 2864 D WindowManager: interceptKeyTi keyCode=4 down=true repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
06-08 15:16:44.198 4043 5377 I Icing : Indexing C4D37B486D0B9FECF16A50B98FE32258037ED35C from com.google.android.gms
06-08 15:16:44.198 20463 20463 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=132677484, downTime=132677484, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{4499985 V.E...... R....... 0,0-1440,2560}
06-08 15:16:44.209 1311 3318 V LGSettingsProvider: getSystemSetting(auto_caps, 0)
06-08 15:16:44.210 1311 3305 V LGSettingsProvider: getSystemSetting(auto_replace, 0)
06-08 15:16:44.211 1311 3311 V LGSettingsProvider: getSystemSetting(auto_punctuate, 0)
06-08 15:16:44.212 1311 3393 V LGSettingsProvider: getSystemSetting(show_password, 0)
06-08 15:16:44.232 4043 5377 I Icing : Indexing done C4D37B486D0B9FECF16A50B98FE32258037ED35C
06-08 15:16:44.233 4043 5377 I Icing : Indexing 06A87A428C45E244A1473F8B35B6370AB07F390D from com.google.android.gms
06-08 15:16:44.243 4043 5377 I Icing : Indexing A32431560E9AD7BAA2B9AA64A06F206ACFD0C50D from com.google.android.gms
06-08 15:16:44.248 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132677561846000, downTime=132677479679000,
06-08 15:16:44.248 1311 2864 D InputTransport: channel '9aaec8e NavigationBar (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132677479679000, eventTime=132677561846000, pointerCount=1
06-08 15:16:44.248 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:44.250 1311 3300 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (163197 ms ago)
06-08 15:16:44.251 2956 2956 I [SystemUI]LGKeyButtonView: Navigation Key(4) sendEvent, action : 1, flags : 0, when : 132677565
06-08 15:16:44.252 1311 3415 D PhoneWindowManagerEx: interceptKeyTq keycode=4 down=false interactive=true policyFlags=2b000002 injected=true keyguardActive=false sDisplayState=2
06-08 15:16:44.253 1311 3415 D WindowManager: interceptKeyTq keycode=4 interactive=true keyguardActive=false policyFlags=2b000002
06-08 15:16:44.253 4043 5377 I Icing : Indexing done 06A87A428C45E244A1473F8B35B6370AB07F390D
06-08 15:16:44.254 1311 2864 D PhoneWindowManagerEx: interceptKeyTi keyCode=4 down=false repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
06-08 15:16:44.254 1311 2864 D WindowManager: interceptKeyTi keyCode=4 down=false repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
06-08 15:16:44.254 20463 20463 I ViewRootImpl: ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=132677565, downTime=132677484, deviceId=-1, source=0x101 } to com.android.internal.policy.PhoneWindow$DecorView{4499985 V.E...... R....... 0,0-1440,2560}
06-08 15:16:44.254 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:44.254 1311 2904 V SoundPool: mState = 0 mChannelID=4183, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:44.254 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:44.254 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:44.254 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:44.254 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:44.255 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:44.255 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4184, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:44.255 438 24363 V APM::AudioPolicyManager: getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
06-08 15:16:44.255 438 24363 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:44.255 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:44.255 438 2510 V APM::AudioPolicyManager: getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
06-08 15:16:44.255 438 2510 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:44.255 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:44.255 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:44.255 438 24362 V AudioFlinger_Tracks: start(4099), calling pid 1311 session 6441
06-08 15:16:44.255 438 24362 V AudioFlinger_Tracks: ? => ACTIVE (4099) on thread 0xf00f93e0
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: startOutput() output 2, stream 1, session 6441
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: startOutput() output primary->(primary)(2), stream 1, session 6441
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=1 mBeaconPlayingRefCount=0
06-08 15:16:44.255 438 24362 V APM::AudioOutputDescriptor: changeRefCount() stream 1, count 1
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: getNewOutputDevice() selected device 2
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: setOutputDevice() device 0002 delayMs 0
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:44.255 438 24362 V APM::AudioPolicyManager: setOutputDevice() changing device
06-08 15:16:44.256 438 24362 V AudioPolicyService: AudioCommandThread() adding create patch delay 0
06-08 15:16:44.256 438 24362 V AudioPolicyService: inserting command: 7 at index 0, num commands 0
06-08 15:16:44.256 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:44.256 438 2485 V AudioPolicyService: AudioCommandThread() processing create audio patch
06-08 15:16:44.256 438 2485 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 3
06-08 15:16:44.257 4043 5377 I Icing : Indexing done A32431560E9AD7BAA2B9AA64A06F206ACFD0C50D
06-08 15:16:44.264 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:44.267 1311 2992 D InputDispatcher: Window went away: Window{f52f37c u0 PopupWindow:180340}
06-08 15:16:44.268 438 2503 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
06-08 15:16:44.268 438 2503 E audio_hw_primary: select_devices: enter and usecase(1)
06-08 15:16:44.268 438 2503 D msm8974_platform_lge: LGE_platform_get_output_snd_device: enter(0:2)
06-08 15:16:44.268 438 2503 V msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2)
06-08 15:16:44.268 438 2503 V msm8974_platform: platform_get_output_snd_device: exit: snd_device(speaker)
06-08 15:16:44.268 438 2503 V platform_apt: lge_get_output_in_mandatory_depth: enter and devices(2)
06-08 15:16:44.268 438 2503 D msm8974_platform_lge: LGE_platform_get_output_snd_device: exit: out_snd_device(speaker)
06-08 15:16:44.268 438 2503 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
06-08 15:16:44.268 438 2503 V audio_hw_primary: out_set_parameters: exit: code(0)
06-08 15:16:44.268 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:44.268 438 2485 V AudioPolicyService: -AudioCommandThread 7
06-08 15:16:44.268 1311 2992 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:44.268 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:44.268 1311 2992 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:44.268 438 24362 V APM::AudioPolicyManager: setOutputDevice() createAudioPatch returned 0 patchHandle 6576num_sources 1 num_sinks 1
06-08 15:16:44.268 438 24362 V AudioPolicyService: AudioCommandThread() adding update audio patch list
06-08 15:16:44.268 438 24362 V AudioPolicyService: inserting command: 10 at index 0, num commands 0
06-08 15:16:44.268 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:44.268 438 2486 V AudioPolicyService: AudioCommandThread() processing update audio patch list
06-08 15:16:44.268 438 24362 V AudioPolicyService: AudioCommandThread() adding set voice volume volume 0.571429, delayMs 0
06-08 15:16:44.268 438 2486 V AudioPolicyService: -AudioCommandThread 10
06-08 15:16:44.268 438 24362 V AudioPolicyService: inserting command: 4 at index 0, num commands 0
06-08 15:16:44.268 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:44.268 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:44.268 438 2485 V AudioPolicyService: AudioCommandThread() processing set voice volume volume 0.571429
06-08 15:16:44.268 438 2485 V AudioPolicyService: -AudioCommandThread 4
06-08 15:16:44.268 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:44.268 438 24362 V APM::AudioPolicyManager: checkAndSetVolume setParameters volume, volume=:0.256671 delay=:0
06-08 15:16:44.268 438 24362 V AudioPolicyService: AudioCommandThread() adding set parameter string fm_volume=0.2566707134, io 2 ,delay 0
06-08 15:16:44.268 438 24362 V AudioPolicyService: inserting command: 3 at index 0, num commands 0
06-08 15:16:44.268 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:44.268 438 2485 V AudioPolicyService: AudioCommandThread() processing set parameters string fm_volume=0.2566707134, io 2
06-08 15:16:44.268 438 2485 V AudioFlinger: setParameters(): io 2, keyvalue fm_volume=0.2566707134, calling pid 438
06-08 15:16:44.269 438 2485 V AudioFlinger_Threads: ThreadBase::setParameters() fm_volume=0.2566707134
06-08 15:16:44.269 438 2485 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 2
06-08 15:16:44.274 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.274 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:44.281 438 2503 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: fm_volume=0.2566707134
06-08 15:16:44.281 438 2503 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
06-08 15:16:44.281 438 2503 D audio_hw_fm: audio_extn_fm_set_parameters: set_fm_volume usecase
06-08 15:16:44.281 438 2503 D audio_hw_fm: fm_set_volume: device=2 (0.256671)
06-08 15:16:44.281 438 2503 V audio_hw_primary: out_set_parameters: exit: code(0)
06-08 15:16:44.281 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:44.281 438 2485 V AudioPolicyService: -AudioCommandThread 3
06-08 15:16:44.281 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:44.281 438 24362 V APM::AudioPolicyManager: checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-08 15:16:44.281 438 24362 V AudioFlinger_Threads: signal playback thread
06-08 15:16:44.281 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:44.301 438 2503 V AudioFlinger_Threads: mixer(0xf0e80000) throttle begin: ret(7680) deltaMs(3) requires sleep 7 ms
06-08 15:16:44.314 438 2503 D AudioFlinger_Threads: mixer(0xf0e80000) throttle end: throttle time(7)
06-08 15:16:44.325 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:44.327 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:44.346 1311 17540 V SoundPool: process 0x7f96df6608 channel 4184 event BUFFER_END
06-08 15:16:44.346 1311 3104 V SoundPool: awake
06-08 15:16:44.346 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:44.347 1311 3104 V SoundPool: stop
06-08 15:16:44.347 438 24853 V AudioFlinger_Tracks: stop(4099), calling pid 1311
06-08 15:16:44.347 438 24853 V AudioFlinger_Tracks: not stopping/stopped => stopping/stopped (4099) on thread 0xf0e80000
06-08 15:16:44.347 1311 3104 V SoundPool: done_l(4184)
06-08 15:16:44.347 1311 3104 V SoundPool: move to front
06-08 15:16:44.348 1311 1562 I PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl90049643.tmp/base.apk pkg=org.test.myapp isa=arm vmSafeMode=false debuggable=true oatDir = /data/app/vmdl90049643.tmp/oat
06-08 15:16:44.358 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:44.374 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:44.375 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 0 framesWritten 93120
06-08 15:16:44.375 438 2503 V AudioFlinger_Tracks: presentationComplete() reset: mPresentationCompleteFrames 93600 audioHalFrames 480
06-08 15:16:44.388 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.395 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:44.395 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 93600 framesWritten 94080
06-08 15:16:44.398 438 2503 V AudioFlinger_Threads: removeTracks_l removing track on session 6441
06-08 15:16:44.408 438 2503 V AudioPolicyService: AudioCommandThread() adding stop output 2
06-08 15:16:44.408 438 2503 V AudioPolicyService: inserting command: 5 at index 0, num commands 0
06-08 15:16:44.408 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:44.408 438 2486 V AudioPolicyService: AudioCommandThread() processing stop output 2
06-08 15:16:44.408 438 2486 V APM::AudioPolicyManager: stopOutput() output 2, stream 1, session 6441
06-08 15:16:44.408 438 2486 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=0 mBeaconPlayingRefCount=0
06-08 15:16:44.408 438 2486 V APM::AudioOutputDescriptor: changeRefCount() stream 1, count 0
06-08 15:16:44.408 438 2486 V APM::AudioPolicyManager: getNewOutputDevice() selected device 0
06-08 15:16:44.408 438 2486 V APM::AudioPolicyManager: setOutputDevice() device 0000 delayMs 100
06-08 15:16:44.408 438 2486 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:44.408 438 2486 V APM::AudioPolicyManager: setOutputDevice() setting same device 0x0000 or null device
06-08 15:16:44.408 438 2486 V AudioPolicyService: -AudioCommandThread 5
06-08 15:16:44.408 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:44.417 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.418 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.437 24705 24705 I dex2oat : /system/bin/dex2oat --debuggable
06-08 15:16:44.451 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.511 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.540 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.540 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.571 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.591 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.651 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:44.682 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.683 24705 24705 I dex2oat : dex2oat took 247.818ms (threads: 6) arena alloc=57KB java alloc=260KB native alloc=2MB free=2MB
06-08 15:16:44.696 1311 1334 I ActivityManager: Force stopping org.test.myapp appid=10129 user=-1: uninstall pkg
06-08 15:16:44.704 4043 5377 I Icing : Indexing DD0AD357953AAF9F5793F59C9B989A35AED21A5E from com.android.chrome
06-08 15:16:44.706 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.706 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.736 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:44.797 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.806 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.810 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:44.829 1311 1562 I PackageManager: args=com.android.server.pm.PackageManagerService$FileInstallArgs@6399d86
06-08 15:16:44.829 1311 1562 I PackageManager: Package org.test.myapp codePath changed from /data/app/org.test.myapp-2 to /data/app/org.test.myapp-1; Retaining data and using new
06-08 15:16:44.830 1311 1562 I PackageManager: SELinux relabeling of org.test.myapp issued.
06-08 15:16:44.839 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:44.864 4043 5377 I Icing : Indexing done DD0AD357953AAF9F5793F59C9B989A35AED21A5E
06-08 15:16:44.938 1311 1562 W PackageManager: Code path for org.test.myapp changing from /data/app/org.test.myapp-2 to /data/app/org.test.myapp-1
06-08 15:16:44.938 1311 1334 I ActivityManager: Force stopping org.test.myapp appid=10129 user=-1: replace pkg
06-08 15:16:44.938 1311 1562 W PackageManager: Resource path for org.test.myapp changing from /data/app/org.test.myapp-2 to /data/app/org.test.myapp-1
06-08 15:16:45.019 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:45.037 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:45.095 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:45.098 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:45.131 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:45.176 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:45.193 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1824000
06-08 15:16:45.275 1311 1562 I DefaultPermGrantPolicy: Pre-granting runtime permissions of org.test.myapp for user -1
06-08 15:16:45.276 1311 1562 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
06-08 15:16:45.277 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132678589603000, downTime=132678589603000,
06-08 15:16:45.278 1311 1562 I art : Starting a blocking GC Explicit
06-08 15:16:45.281 1311 2864 D InputTransport: channel '9aaec8e NavigationBar (server)' : action=ACTION_DOWN(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132678589603000, eventTime=132678589603000, pointerCount=1
06-08 15:16:45.282 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
06-08 15:16:45.294 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (164240 ms ago)
06-08 15:16:45.295 1311 3318 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (164241 ms ago)
06-08 15:16:45.302 2956 2956 I [SystemUI]LGKeyButtonView: Navigation Key(3) sendEvent, action : 0, flags : 0, when : 132678609
06-08 15:16:45.304 1311 3305 D PhoneWindowManagerEx: interceptKeyTq keycode=3 down=true interactive=true policyFlags=2b000002 injected=true keyguardActive=false sDisplayState=2
06-08 15:16:45.305 1311 3305 V LGSettingsProvider: getSecureSetting(user_setup_complete, -2)
06-08 15:16:45.307 1311 3305 D WindowManager: interceptKeyTq keycode=3 interactive=true keyguardActive=false policyFlags=2b000002
06-08 15:16:45.307 1311 3305 V LGSettingsProvider: getSystemSetting(haptic_feedback_enabled, -2)
06-08 15:16:45.308 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (164255 ms ago)
06-08 15:16:45.308 1311 2864 D PhoneWindowManagerEx: interceptKeyTi keyCode=3 down=true repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
06-08 15:16:45.313 3401 3417 D Telephony: PhoneInterfaceManager: isOtaSpActive: isNorthAmericanCDMA = false
06-08 15:16:45.317 3401 5517 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:16:45.319 3401 3988 D Telephony: LGConnectionServiceAdapter: isRelaxationRingingMode
06-08 15:16:45.321 1311 2864 D WindowManager: interceptKeyTi keyCode=3 down=true repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
06-08 15:16:45.348 1311 2865 D InputDispatcher: notifyMotion - action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, policyFlags=0x0, flags=0x0, metaState=0x0, buttonState=0x0, edgeFlags=0x0, eventTime=132678662401000, downTime=132678589603000,
06-08 15:16:45.348 1311 2864 D InputTransport: channel '9aaec8e NavigationBar (server)' : action=ACTION_UP(0), id=0, tooltype=1, deviceId=4, source=0x1002, flags=0x0, edgeFlags=0x0, metaState=0x0, buttonState=0x0, downTime=132678589603000, eventTime=132678662401000, pointerCount=1
06-08 15:16:45.349 2956 2956 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
06-08 15:16:45.350 1311 1322 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (164296 ms ago)
06-08 15:16:45.351 1311 3393 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (164297 ms ago)
06-08 15:16:45.352 2956 2956 I [SystemUI]LGKeyButtonView: Navigation Key(3) sendEvent, action : 1, flags : 0, when : 132678665
06-08 15:16:45.352 1311 3351 D PhoneWindowManagerEx: interceptKeyTq keycode=3 down=false interactive=true policyFlags=2b000002 injected=true keyguardActive=false sDisplayState=2
06-08 15:16:45.354 1311 3351 D WindowManager: interceptKeyTq keycode=3 interactive=true keyguardActive=false policyFlags=2b000002
06-08 15:16:45.354 1311 2864 D PhoneWindowManagerEx: interceptKeyTi keyCode=3 down=false repeatCount=0 keyguardOn=false mHomePressed=true canceled=false
06-08 15:16:45.355 1311 2904 V SoundPool: play sampleID=1, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:45.355 1311 2904 V SoundPool: mState = 0 mChannelID=4184, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:45.355 1311 2904 V SoundPool: mState = 4 mChannelID=3836, mNumChannels=2, mPos = 0, mPriority=0, mLoop=0
06-08 15:16:45.355 1311 2904 V SoundPool: mState = 0 mChannelID=4142, mNumChannels=2, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:45.355 1311 2904 V SoundPool: mState = 0 mChannelID=0, mNumChannels=1, mPos = 0, mPriority=-1, mLoop=0
06-08 15:16:45.355 1311 2904 V SoundPool: Allocated recycled channel for same sampleID
06-08 15:16:45.355 1311 2904 V SoundPool: play channel 0x7f96df6608 state = 0
06-08 15:16:45.355 1311 2904 V SoundPool: SoundChannel::play 0x7f96df6608: sampleID=1, channelID=4185, leftVolume=1.000000, rightVolume=1.000000, priority=0, loop=0, rate=1.000000
06-08 15:16:45.356 438 15583 V APM::AudioPolicyManager: getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
06-08 15:16:45.356 438 15583 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:45.356 3401 4326 D Telephony: PhoneInterfaceManager: isOtaSpActive: isNorthAmericanCDMA = false
06-08 15:16:45.356 1311 2904 V AudioSystem: getFrameCount() output 2, frameCount 960
06-08 15:16:45.356 438 11984 V APM::AudioPolicyManager: getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
06-08 15:16:45.356 438 11984 V APM::AudioPolicyManager: getOutputForDevice() returns output 2
06-08 15:16:45.356 1311 2904 V AudioSystem: getSamplingRate() output 2, sampling rate 48000
06-08 15:16:45.356 1311 2904 V SoundPool: reusing track 0x7f94661080 for sample 1
06-08 15:16:45.357 438 24364 V AudioFlinger_Tracks: start(4099), calling pid 1311 session 6441
06-08 15:16:45.357 438 24364 V AudioFlinger_Tracks: ? => ACTIVE (4099) on thread 0xf00f93e0
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: startOutput() output 2, stream 1, session 6441
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: startOutput() output primary->(primary)(2), stream 1, session 6441
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=1 mBeaconPlayingRefCount=0
06-08 15:16:45.357 438 24364 V APM::AudioOutputDescriptor: changeRefCount() stream 1, count 1
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: getNewOutputDevice() selected device 2
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: setOutputDevice() device 0002 delayMs 0
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:45.357 438 24364 V APM::AudioPolicyManager: setOutputDevice() changing device
06-08 15:16:45.357 438 24364 V AudioPolicyService: AudioCommandThread() adding create patch delay 0
06-08 15:16:45.357 438 24364 V AudioPolicyService: inserting command: 7 at index 0, num commands 0
06-08 15:16:45.357 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:45.357 438 2485 V AudioPolicyService: AudioCommandThread() processing create audio patch
06-08 15:16:45.357 438 2485 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 3
06-08 15:16:45.360 3401 3422 D Telephony: PhoneInterfaceManager: getActiveSubId = 2
06-08 15:16:45.360 3401 3913 D Telephony: LGConnectionServiceAdapter: isRelaxationRingingMode
06-08 15:16:45.361 1311 2864 D WindowManager: interceptKeyTi keyCode=3 down=false repeatCount=0 keyguardOn=false mHomePressed=true canceled=false
06-08 15:16:45.362 1311 2864 D PowerManagerServiceAO: updateUserActivitySummaryLocked: mBaseService.mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=132514367 (164309 ms ago)
06-08 15:16:45.362 1311 2864 V LGSettingsProvider: getSecureSetting(user_setup_complete, -2)
06-08 15:16:45.364 2956 2956 D KeyguardSecurityModel: 0 Phone is READY
06-08 15:16:45.364 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:45.364 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:45.365 1311 2864 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.lge.launcher2/.Launcher (has extras)} from uid 1000 on display 0
06-08 15:16:45.365 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:45.368 2956 2956 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:45.371 438 2503 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
06-08 15:16:45.371 438 2503 E audio_hw_primary: select_devices: enter and usecase(1)
06-08 15:16:45.371 438 2503 D msm8974_platform_lge: LGE_platform_get_output_snd_device: enter(0:2)
06-08 15:16:45.371 438 2503 V msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2)
06-08 15:16:45.371 438 2503 V msm8974_platform: platform_get_output_snd_device: exit: snd_device(speaker)
06-08 15:16:45.371 438 2503 V platform_apt: lge_get_output_in_mandatory_depth: enter and devices(2)
06-08 15:16:45.371 438 2503 D msm8974_platform_lge: LGE_platform_get_output_snd_device: exit: out_snd_device(speaker)
06-08 15:16:45.371 438 2503 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
06-08 15:16:45.371 438 2503 V audio_hw_primary: out_set_parameters: exit: code(0)
06-08 15:16:45.371 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:45.371 438 2485 V AudioPolicyService: -AudioCommandThread 7
06-08 15:16:45.371 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:45.371 438 24364 V APM::AudioPolicyManager: setOutputDevice() createAudioPatch returned 0 patchHandle 6577num_sources 1 num_sinks 1
06-08 15:16:45.371 438 24364 V AudioPolicyService: AudioCommandThread() adding update audio patch list
06-08 15:16:45.371 438 24364 V AudioPolicyService: inserting command: 10 at index 0, num commands 0
06-08 15:16:45.371 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:45.371 438 2486 V AudioPolicyService: AudioCommandThread() processing update audio patch list
06-08 15:16:45.371 438 24364 V AudioPolicyService: AudioCommandThread() adding set voice volume volume 0.571429, delayMs 0
06-08 15:16:45.371 438 2486 V AudioPolicyService: -AudioCommandThread 10
06-08 15:16:45.371 438 24364 V AudioPolicyService: inserting command: 4 at index 0, num commands 0
06-08 15:16:45.371 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:45.371 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:45.371 438 2485 V AudioPolicyService: AudioCommandThread() processing set voice volume volume 0.571429
06-08 15:16:45.371 438 2485 V AudioPolicyService: -AudioCommandThread 4
06-08 15:16:45.371 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:45.371 438 24364 V APM::AudioPolicyManager: checkAndSetVolume setParameters volume, volume=:0.256671 delay=:0
06-08 15:16:45.371 438 24364 V AudioPolicyService: AudioCommandThread() adding set parameter string fm_volume=0.2566707134, io 2 ,delay 0
06-08 15:16:45.371 438 24364 V AudioPolicyService: inserting command: 3 at index 0, num commands 0
06-08 15:16:45.371 438 2485 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:45.371 438 2485 V AudioPolicyService: AudioCommandThread() processing set parameters string fm_volume=0.2566707134, io 2
06-08 15:16:45.372 438 2485 V AudioFlinger: setParameters(): io 2, keyvalue fm_volume=0.2566707134, calling pid 438
06-08 15:16:45.372 438 2485 V AudioFlinger_Threads: ThreadBase::setParameters() fm_volume=0.2566707134
06-08 15:16:45.372 438 2485 V AudioFlinger_Threads: sendConfigEvent_l() num events 1 event 2
06-08 15:16:45.373 2956 2956 I [SystemUI]QuickSettingsHandler: Got action android.intent.action.CLOSE_SYSTEM_DIALOGS at
06-08 15:16:45.374 2956 2956 I [SystemUI]DataHandler: onReceive = android.intent.action.CLOSE_SYSTEM_DIALOGS
06-08 15:16:45.374 438 2503 V AudioFlinger_Threads: processConfigEvents_l() remaining events 1
06-08 15:16:45.381 438 2503 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: fm_volume=0.2566707134
06-08 15:16:45.381 438 2503 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
06-08 15:16:45.381 438 2503 D audio_hw_fm: audio_extn_fm_set_parameters: set_fm_volume usecase
06-08 15:16:45.381 438 2503 D audio_hw_fm: fm_set_volume: device=2 (0.256671)
06-08 15:16:45.381 438 2503 V audio_hw_primary: out_set_parameters: exit: code(0)
06-08 15:16:45.381 438 2503 V AudioFlinger_Threads: processConfigEvents_l() DONE thread 0xf0e80000
06-08 15:16:45.381 438 2485 V AudioPolicyService: -AudioCommandThread 3
06-08 15:16:45.381 438 2485 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:45.381 438 24364 V APM::AudioPolicyManager: checkAndSetVolume() cannot set stream 6 volume with force use = 0 for comm
06-08 15:16:45.381 438 24364 V AudioFlinger_Threads: signal playback thread
06-08 15:16:45.381 1311 2904 V SoundPool: delete oldTrack 0x0
06-08 15:16:45.383 1311 2864 V WindowManager: Set focused app to: AppWindowToken{58f3110 token=Token{48fb1d3 ActivityRecord{ce07fc2 u0 com.lge.launcher2/.Launcher t291}}} old focus=AppWindowToken{b3b99d8 token=Token{417baec ActivityRecord{ef7099f u0 com.whatsapp/.Conversation t419}}} moveFocusNow=true
06-08 15:16:45.383 1311 2864 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:45.383 1311 2864 V WindowManager: findFocusedWindow: Reached focused app=AppWindowToken{58f3110 token=Token{48fb1d3 ActivityRecord{ce07fc2 u0 com.lge.launcher2/.Launcher t291}}}
06-08 15:16:45.391 1311 2864 V WindowManager: Changing focus from Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:4275 com.android.server.am.ActivityManagerService.setFocusedActivityLocked:2742 com.android.server.am.ActivityStack.moveTaskToFrontLocked:3909 com.android.server.am.ActivityStackSupervisor.startActivityUncheckedLocked:2217
06-08 15:16:45.391 1311 2864 D WindowManager: Input focus has changed to null
06-08 15:16:45.391 1311 2864 D InputDispatcher: Focus left window: Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:45.392 1311 1339 I WindowManager: Focus moving from Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation} to null
06-08 15:16:45.392 1311 1339 I WindowManager: Losing focus: Window{9e32eab u0 com.whatsapp/com.whatsapp.Conversation}
06-08 15:16:45.398 20463 20463 W SplitWindow: update focus...
06-08 15:16:45.399 20463 20463 E Editor : hideClipTrayIfNeeded() TextView is focused!! hideClipTray()
06-08 15:16:45.401 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1689600
06-08 15:16:45.401 438 2503 V AudioFlinger_Threads: mixer(0xf0e80000) throttle begin: ret(7680) deltaMs(3) requires sleep 7 ms
06-08 15:16:45.405 3214 3997 D SplitWindowPolicy: updateActivityStateChanged: resumed=false, screenId=2, isScreenFull=true
06-08 15:16:45.406 3214 3997 D SplitWindowPolicy: topRunningActivity=ActivityInfo{10682d4 co....}, taskId=419, activityType=0, bIsSplit=false
06-08 15:16:45.408 2956 2956 I [SystemUI]QuickSettingsHandler: Got action android.intent.action.CLOSE_SYSTEM_DIALOGS at
06-08 15:16:45.408 2956 2956 I [SystemUI]QuickSettingsHandler: Got action android.intent.action.CLOSE_SYSTEM_DIALOGS at
06-08 15:16:45.409 3214 3214 I Cliptray Service: cliptrayEventReceiver :onReceivecom.lge.systemservice.core.cliptray.HIDE_CLIPTRAY
06-08 15:16:45.414 438 2503 D AudioFlinger_Threads: mixer(0xf0e80000) throttle end: throttle time(7)
06-08 15:16:45.438 3214 3997 D SplitWindowPolicy: updateActivityStateChanged: resumed=true, screenId=0, isScreenFull=false
06-08 15:16:45.438 3214 3997 D SplitWindowPolicy: topRunningActivity=ActivityInfo{f9a7c7d co.....Launcher}, taskId=291, activityType=1, bIsSplit=false
06-08 15:16:45.440 1311 3280 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:45.440 1311 3280 V WindowManager: findFocusedWindow: No focusable windows.
06-08 15:16:45.442 22214 22224 D AppInfoDao: topacitivyt exist app = com.lge.launcher2
06-08 15:16:45.444 3448 3448 I [LGHome]EVENT: onNewIntent(): Default Home screen would be seen
06-08 15:16:45.446 22214 22224 D AppInfoDao: topacitivyt update app = com.lge.launcher2 time = 2018-06-08 15:16 date = 20180608
06-08 15:16:45.446 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1632000
06-08 15:16:45.446 1311 17540 V SoundPool: process 0x7f96df6608 channel 4185 event BUFFER_END
06-08 15:16:45.446 1311 3104 V SoundPool: awake
06-08 15:16:45.446 1311 3104 V SoundPool: Getting channel from stop list
06-08 15:16:45.446 1311 3104 V SoundPool: stop
06-08 15:16:45.447 438 2509 V AudioFlinger_Tracks: stop(4099), calling pid 1311
06-08 15:16:45.447 438 2509 V AudioFlinger_Tracks: not stopping/stopped => stopping/stopped (4099) on thread 0xf0e80000
06-08 15:16:45.447 1311 3104 V SoundPool: done_l(4185)
06-08 15:16:45.447 1311 3104 V SoundPool: move to front
06-08 15:16:45.468 1311 3393 V LGSettingsProvider: getSystemSetting(navigation_bar_option, 0)
06-08 15:16:45.469 3448 3448 I [LGHome]EVENT: APPS_CUSTOMIZE -> WORKSPACE
06-08 15:16:45.474 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:45.474 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 0 framesWritten 145920
06-08 15:16:45.474 438 2503 V AudioFlinger_Tracks: presentationComplete() reset: mPresentationCompleteFrames 146400 audioHalFrames 480
06-08 15:16:45.476 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1536000
06-08 15:16:45.485 3448 3448 I [LGHome]EVENT: onStart
06-08 15:16:45.485 3448 3448 I [LGHome]EVENT: onResume
06-08 15:16:45.487 1311 1562 I art : Explicit concurrent mark sweep GC freed 233239(11MB) AllocSpace objects, 17(372KB) LOS objects, 33% free, 55MB/83MB, paused 1.724ms total 209.620ms
06-08 15:16:45.488 1311 1317 I art : WaitForGcToComplete blocked for 88.205ms for cause Background
06-08 15:16:45.494 3448 3448 D LGMenuApppicationUtil: addAppsWithoutInvalidate index = 33 ItemInfo =ComponentInfo{org.test.myapp/org.kivy.android.PythonActivity}
06-08 15:16:45.494 438 2503 V audio_hw_primary: out_get_latency: Latency 10
06-08 15:16:45.494 438 2503 V AudioFlinger_Tracks: presentationComplete() mPresentationCompleteFrames 146400 framesWritten 146880
06-08 15:16:45.495 1311 1562 W PackageManager: Couldn't remove dex file for package: at location /data/app/org.test.myapp-2/base.apk, retcode=-1
06-08 15:16:45.496 1311 1562 I ActivityManager: Force stopping org.test.myapp appid=10129 user=0: pkg removed
06-08 15:16:45.501 438 2503 V AudioFlinger_Threads: removeTracks_l removing track on session 6441
06-08 15:16:45.506 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1440000
06-08 15:16:45.511 438 2503 V AudioPolicyService: AudioCommandThread() adding stop output 2
06-08 15:16:45.511 438 2503 V AudioPolicyService: inserting command: 5 at index 0, num commands 0
06-08 15:16:45.511 438 2486 V AudioPolicyService: AudioCommandThread() waking up
06-08 15:16:45.511 438 2486 V AudioPolicyService: AudioCommandThread() processing stop output 2
06-08 15:16:45.511 438 2486 V APM::AudioPolicyManager: stopOutput() output 2, stream 1, session 6441
06-08 15:16:45.511 438 2486 V APM::AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=0 mBeaconPlayingRefCount=0
06-08 15:16:45.511 438 2486 V APM::AudioOutputDescriptor: changeRefCount() stream 1, count 0
06-08 15:16:45.511 438 2486 V APM::AudioPolicyManager: getNewOutputDevice() selected device 0
06-08 15:16:45.511 438 2486 V APM::AudioPolicyManager: setOutputDevice() device 0000 delayMs 100
06-08 15:16:45.511 438 2486 V APM::AudioPolicyManager: setOutputDevice() prevDevice 0x0002
06-08 15:16:45.511 438 2486 V APM::AudioPolicyManager: setOutputDevice() setting same device 0x0000 or null device
06-08 15:16:45.511 438 2486 V AudioPolicyService: -AudioCommandThread 5
06-08 15:16:45.511 438 2486 V AudioPolicyService: AudioCommandThread() going to sleep
06-08 15:16:45.512 2956 2956 D KeyguardModel: mPackageIntentReceiver, received action: android.intent.action.PACKAGE_REMOVED, sendingUserId:0
06-08 15:16:45.512 2956 3078 D KeyguardUpdateMonitor: ###### current user : 0
06-08 15:16:45.512 2956 2956 I [SystemUI]QRemoteStateController: onReceive = android.intent.action.PACKAGE_REMOVED, packageName : org.test.myapp
06-08 15:16:45.512 2956 2956 I [SystemUI]QSlideListController: onReceive = android.intent.action.PACKAGE_REMOVED , packageName : org.test.myapp , userId : 0
06-08 15:16:45.515 3385 3385 D LIA_Service_RemotePackageHandler: onReceive action : android.intent.action.PACKAGE_REMOVED = package:org.test.myapp
06-08 15:16:45.519 23614 23643 D AccountTypeManager: sync.accountType: com.whatsapp
06-08 15:16:45.519 23614 23643 D AccountTypeManager: Registering external account type=com.whatsapp, packageName=com.whatsapp
06-08 15:16:45.529 4277 4277 D BluetoothMapAppObserver: onReceive
06-08 15:16:45.529 4277 4277 D BluetoothMapAppObserver: The removed package is: org.test.myapp
06-08 15:16:45.529 4277 4277 D BluetoothMapAppObserver: getApp(): Looking for org.test.myapp
06-08 15:16:45.529 4277 4277 D BluetoothMapAppObserver: NOT FOUND!
06-08 15:16:45.535 1311 2865 I InputReader: Reconfiguring input devices. changes=0x00000010
06-08 15:16:45.537 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1344000
06-08 15:16:45.567 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:45.584 1311 1311 D administrator: Handling package changes for user 0
06-08 15:16:45.585 1311 1311 D JobSchedulerService: Receieved: android.intent.action.PACKAGE_REMOVED
06-08 15:16:45.591 1311 2865 I InputReader: Reconfiguring input devices. changes=0x00000010
06-08 15:16:45.592 3385 3385 D LIA_Service_RemotePackageHandler: onReceive action : android.intent.action.PACKAGE_ADDED = package:org.test.myapp
06-08 15:16:45.595 1311 2865 I InputReader: Reconfiguring input devices. changes=0x00000010
06-08 15:16:45.597 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:16:45.607 3293 3293 D LRegisteredServicesCache: processOnReceive action :: android.intent.action.PACKAGE_REMOVED
06-08 15:16:45.607 3293 3293 D LRegisteredServicesCache: processOnReceive pkgName :: org.test.myapp
06-08 15:16:45.610 23614 23643 D AccountTypeManager: sync.accountType: com.android.exchange
06-08 15:16:45.612 2956 3078 D KeyguardModel: package = com.android.contacts, class = com.android.contacts.activities.DialtactsActivity
06-08 15:16:45.612 2956 3078 D KeyguardModel: createShortcutInfo...
06-08 15:16:45.612 3293 3293 D LRegisteredServicesCache: processOnReceive action :: android.intent.action.PACKAGE_ADDED
06-08 15:16:45.612 3293 3293 D LRegisteredServicesCache: processOnReceive pkgName :: org.test.myapp
06-08 15:16:45.612 3293 3293 D LRegisteredServicesCache: Installed Package Name :: org.test.myapp
06-08 15:16:45.612 3293 3293 D LRegisteredServicesCache: processOnReceive action :: android.intent.action.PACKAGE_REPLACED
06-08 15:16:45.612 3293 3293 D LRegisteredServicesCache: processOnReceive pkgName :: org.test.myapp
06-08 15:16:45.617 3293 3293 D LCardEmulationManager: onServicesUpdated
06-08 15:16:45.617 3293 3293 D LCardEmulationManager: Currunt Default Payment :: null
06-08 15:16:45.617 3293 3293 D LCardEmulationManager: aidRoutingTableSize == 160 aidEntryMaxSize : 20
06-08 15:16:45.618 3293 3293 D LCardEmulationManager: isAvailableRoutigTableUpdateDestination :: Path >> 243
06-08 15:16:45.618 3293 3293 D LCardEmulationManager: First AvailableRoute :: 243
06-08 15:16:45.618 3293 3293 D LCardEmulationManager: Last availableRoute :: 243
06-08 15:16:45.618 3293 3293 D LCardEmulationManager: setDefaultRoute : route(243)
06-08 15:16:45.618 3293 3293 D LCardEmulationManager: setRequireHCEConfirmvalue : false
06-08 15:16:45.618 3293 3293 E LCardEmulationManager: initDefaultRoutePath() - route : 243
06-08 15:16:45.619 2956 2956 I [SystemUI]NetworkController: Change in state from: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-34,lastModified=06-08 03:16:42,ssid="CAMI Education 2"
06-08 15:16:45.619 2956 2956 I [SystemUI]NetworkController: to: connected=true,enabled=true,level=3,inetCondition=1,iconGroup=IconGroup(Default Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-34,lastModified=06-08 03:16:42,ssid="CAMI Education 2"
06-08 15:16:45.620 4277 4277 D BluetoothMapAppObserver: onReceive
06-08 15:16:45.620 4277 4277 D BluetoothMapAppObserver: The installed package is: org.test.myapp
06-08 15:16:45.620 2956 2956 I [SystemUI]QRemoteStateController: onReceive = android.intent.action.PACKAGE_ADDED, packageName : org.test.myapp
06-08 15:16:45.620 2956 2956 I [SystemUI]QSlideListController: onReceive = android.intent.action.PACKAGE_ADDED , packageName : org.test.myapp , userId : 0
06-08 15:16:45.622 4277 4277 D BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_PROVIDER
06-08 15:16:45.622 4277 4277 D BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_IM_PROVIDER
06-08 15:16:45.628 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:45.634 23614 23643 I ContactLED: emotionalLedType = 2
06-08 15:16:45.634 23614 23643 D AccountTypeManager: sync.accountType: com.lge.sync
06-08 15:16:45.635 23614 23643 I ContactLED: emotionalLedType = 2
06-08 15:16:45.636 23614 23643 I LocalDefaultAccountUtil: notifyLgSyncAccountExistingInSyncAdapterTypes()
06-08 15:16:45.636 23614 23643 D AccountTypeManager: sync.accountType: com.google.android.gm.exchange
06-08 15:16:45.636 23614 23643 D AccountTypeManager: Registering external account type=com.google.android.gm.exchange, packageName=com.google.android.gm
06-08 15:16:45.646 3448 3448 I [LGHome]LGActivityUtil: [LGActivityUtil.java:222:notifyToWeatherWidget()]broadcast to weather widget, intent: com.lge.launcher2.RESUME
06-08 15:16:45.658 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:16:45.689 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:45.689 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:16:45.691 2956 3078 D KeyguardModel: package = com.android.mms, class = com.android.mms.ui.ConversationList
06-08 15:16:45.691 2956 3078 D KeyguardModel: createShortcutInfo...
06-08 15:16:45.692 3448 3448 I [LGHome]EVENT: onResume end
06-08 15:16:45.694 23614 23643 D AccountTypeManager: sync.accountType: com.google.android.gms.matchstick
06-08 15:16:45.694 23614 23643 D AccountTypeManager: Registering external account type=com.google.android.gms.matchstick, packageName=com.google.android.gms
06-08 15:16:45.699 1311 2992 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:45.703 23614 23643 W ResourceType: For resource 0x7f0203f2, entry index(1010) is beyond type entryCount(889)
06-08 15:16:45.704 23614 23643 W ResourceType: Failure getting entry for 0x7f0203f2 (t=1 e=1010) (error -75)
06-08 15:16:45.704 23614 23643 W ResourceType: For resource 0x7f0203f2, entry index(1010) is beyond type entryCount(889)
06-08 15:16:45.704 23614 23643 W ResourceType: Failure getting entry for 0x7f0203f2 (t=1 e=1010) (error -75)
06-08 15:16:45.704 23614 23643 D AccountTypeManager: sync.accountType: com.google
06-08 15:16:45.704 3312 3312 D PackageUpdateReceiver: Action : android.intent.action.PACKAGE_REMOVED
06-08 15:16:45.705 3312 3312 D PackageUpdateReceiver: packageName : org.test.myapp
06-08 15:16:45.706 23614 23643 I ContactLED: emotionalLedType = 2
06-08 15:16:45.706 23614 23643 D AccountTypeManager: Registering 1 extension packages
06-08 15:16:45.707 2956 3078 D KeyguardModel: package = com.lge.qmemoplus, class = com.lge.qmemoplus.ui.main.MainActivity
06-08 15:16:45.707 2956 3078 D KeyguardModel: createShortcutInfo...
06-08 15:16:45.716 3448 24724 D WallpaperManager: suggestDesiredDimensions(1440, 2560) by package(com.lge.launcher2)
06-08 15:16:45.719 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:45.719 1311 3300 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:45.719 1311 3300 V WindowManager: findFocusedWindow: Found new focus @ 2 = Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.719 1311 3300 V WindowManager: Changing focus from null to Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:3451 com.android.server.wm.WindowManagerServiceEx.relayoutWindow:722 com.android.server.wm.Session.relayout:199 android.view.IWindowSession$Stub.onTransact:284
06-08 15:16:45.720 1311 3300 D WindowManager: Input focus has changed to Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.720 1311 1335 I SystemUI[Framework]: PhoneWindowManager.updateSystemUiVisibilityLw() :visibility=0x8600, pkg=com.lge.launcher2
06-08 15:16:45.721 1311 1335 W WindowManager: Call!!!getLGSystemUiVisibility. =0x0
06-08 15:16:45.721 1311 1335 D StatusBarManagerServiceEx: setLGSystemUiVisibility(0x0)
06-08 15:16:45.721 1311 1335 D StatusBarManagerServiceEx: manageNaviBtnDisableList userId=0 what=0x0 pkg=Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.721 1311 1335 I SystemUI[Framework]: ==>disabledNaviBtn() what=0x0, token=android.os.Binder@5689b29, pkg=Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.721 1311 1335 I SystemUI[Framework]: disableNaviBtn: mDisabledNaviBtn=0x0, mDisableRecords.size=0
06-08 15:16:45.721 2956 2956 I [SystemUI]NavigationThemeResource: notify navigation bar color(0x0)
06-08 15:16:45.722 2956 2956 I [SystemUI]NavigationThemeResource: NavigationKey Color is changed(WHITE -> WHITE_WITH_SHADOW)
06-08 15:16:45.722 2956 2956 I [SystemUI]NavigationThemeResource: BarMode=4, Theme=BLACK, LightBackground=false (Transparent)
06-08 15:16:45.722 2956 2956 I [SystemUI]NavigationThemeResource: , Keyguard show=false, IME shown=false, Panel expanded=false
06-08 15:16:45.722 1311 3300 D InputDispatcher: Focus entered window: Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.728 2956 3078 E KeyguardModel: package: com.lge.qmemoplus not found!
06-08 15:16:45.728 2956 3078 D KeyguardModel: package = com.android.gallery3d, class = com.android.gallery3d.app.Gallery
06-08 15:16:45.728 2956 3078 D KeyguardModel: createShortcutInfo...
06-08 15:16:45.728 23614 23643 E ExternalAccountType: Unsupported attribute readOnly
06-08 15:16:45.730 1311 1339 I WindowManager: Focus moving from null to Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.730 1311 1339 I WindowManager: Gaining focus: Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.730 3401 3401 D [SMS_LD]: assignWriteSmsPermissionToSharedApp() packageName=com.lge.networksettings
06-08 15:16:45.735 3293 3293 D LNfcService: updatePackageCache
06-08 15:16:45.737 3293 11219 D LNfcService: UpdatePackageCacheTask - begin
06-08 15:16:45.749 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:16:45.757 3385 3385 D LIA_Service_NativeEventReceiver: onReceive action : android.intent.action.PACKAGE_REMOVED = package:org.test.myapp
06-08 15:16:45.758 3385 3385 I LIA_Service_PlatformUtil: startLIAService() : Trying to start LIA service ...
06-08 15:16:45.802 1311 1339 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:45.802 1311 1339 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.803 1311 1339 D WindowManager: notifyActivityDrawnForKeyguard: waiting=false Callers=com.android.server.wm.WindowManagerService.handleAppTransitionReadyLocked:9880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:10492 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedLoop:9268 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLocked:9215 com.android.server.wm.WindowManagerService.access$400:204
06-08 15:16:45.805 3448 3448 I [LGHome]EVENT: [Launcher.java:5540:onWindowFocusChanged()]onWindowFocusChanged() hasFocus true
06-08 15:16:45.816 3448 3448 I [LGHome]EVENT: [Launcher.java:5563:setEnableShakeHandlers()]enableShakeHandlers
06-08 15:16:45.816 3448 3448 W SplitWindow: update focus...
06-08 15:16:45.840 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
06-08 15:16:45.841 438 2504 V AudioFlinger_Threads: thread 0xf0b00000 type 0 TID 2504 going to sleep
06-08 15:16:45.843 438 2506 V AudioFlinger_Threads: thread 0xf0980000 type 0 TID 2506 going to sleep
06-08 15:16:45.870 1311 3318 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:45.870 1311 3318 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:45.870 449 644 E ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 960000
06-08 15:16:45.871 3385 3385 D LIA_Service_LIAService: onStartCommand() : LIAService started! - id :20, intent : Intent { act=com.lge.ia pkg=com.lge.ia (has extras) }
06-08 15:16:45.872 3748 23783 W SearchServiceClient: Starting with NO_SESSION handoverId is deprecated. Just don't. You will break.
06-08 15:16:45.875 2956 3078 D KeyguardModel: package = com.lge.camera, class = com.lge.camera.CameraApp
06-08 15:16:45.875 2956 3078 D KeyguardModel: createShortcutInfo...
06-08 15:16:45.876 1311 1339 I ActivityManager: Displayed com.lge.launcher2/.Launcher: +448ms (total +1h18m7s37ms)
06-08 15:16:45.878 3448 3448 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@1a2b5ad time:132679192
06-08 15:16:45.885 23614 23643 D AccountTypeManager: Registering extension package account type=com.google, dataSet=plus, packageName=com.google.android.apps.plus
06-08 15:16:45.886 1311 3317 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:45.894 17703 17703 D PackageIntentReceiver: Not supported Hotkey customization function
06-08 15:16:45.895 3401 3401 D CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REMOVED
06-08 15:16:45.903 17703 17703 D HideNavigationAppsReceiver: Receive package name : org.test.myapp, replacing=true, action=android.intent.action.PACKAGE_REMOVED
06-08 15:16:45.903 17703 17703 D HideNavigationAppsReceiver: replacing : true
06-08 15:16:45.906 17703 17703 D ButtonCombinationReceiver: Receive package name : org.test.myapp
06-08 15:16:45.906 17703 17703 D ButtonCombinationReceiver: replacing : true
06-08 15:16:45.907 23614 23643 I AccountTypeManager: Default account exists in Sync Adapter.
06-08 15:16:45.907 23614 23643 I AccountTypeManager: Precess 2 (When it isn't registered to Account Manager)
06-08 15:16:45.907 2956 2956 D KeyguardModel: handleShortcutListChanged...
06-08 15:16:45.908 23614 23643 I SIMContacts: SimPhonebookManager|[0]SIM loading status : true
06-08 15:16:45.908 23614 23643 D SIMContacts: SimAccountType|anr field count=1
06-08 15:16:45.908 23614 23643 D SIMContacts: SimAccountType|email field count=1
06-08 15:16:45.908 23614 23643 D SIMContacts: SimAccountType|group field count=0
06-08 15:16:45.908 23614 23643 D SIMContacts: SimAccountType|sne field count=0
06-08 15:16:45.908 23614 23643 I AccountTypeManager: Loaded meta-data for 8 account types, 5 accounts in 393ms(wall) 17ms(cpu)
06-08 15:16:45.909 3293 3293 D LNfcService: updatePackageCache
06-08 15:16:45.909 3293 3293 D LNfcService: Default route update in only NFC on status
06-08 15:16:45.911 23614 23643 D AccountTypeManager: sync.accountType: com.whatsapp
06-08 15:16:45.911 23614 23643 D AccountTypeManager: Registering external account type=com.whatsapp, packageName=com.whatsapp
06-08 15:16:45.914 23614 23643 D AccountTypeManager: sync.accountType: com.android.exchange
06-08 15:16:45.915 23614 23643 I ContactLED: emotionalLedType = 2
06-08 15:16:45.915 23614 23643 D AccountTypeManager: sync.accountType: com.lge.sync
06-08 15:16:45.916 1311 3335 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:45.916 23614 23643 I ContactLED: emotionalLedType = 2
06-08 15:16:45.916 23614 23643 I LocalDefaultAccountUtil: notifyLgSyncAccountExistingInSyncAdapterTypes()
06-08 15:16:45.916 23614 23643 D AccountTypeManager: sync.accountType: com.google.android.gm.exchange
06-08 15:16:45.916 23614 23643 D AccountTypeManager: Registering external account type=com.google.android.gm.exchange, packageName=com.google.android.gm
06-08 15:16:45.921 23614 23643 D AccountTypeManager: sync.accountType: com.google.android.gms.matchstick
06-08 15:16:45.921 23614 23643 D AccountTypeManager: Registering external account type=com.google.android.gms.matchstick, packageName=com.google.android.gms
06-08 15:16:45.928 23614 23643 W ResourceType: For resource 0x7f0203f2, entry index(1010) is beyond type entryCount(889)
06-08 15:16:45.928 23614 23643 W ResourceType: Failure getting entry for 0x7f0203f2 (t=1 e=1010) (error -75)
06-08 15:16:45.929 23614 23643 W ResourceType: For resource 0x7f0203f2, entry index(1010) is beyond type entryCount(889)
06-08 15:16:45.929 23614 23643 W ResourceType: Failure getting entry for 0x7f0203f2 (t=1 e=1010) (error -75)
06-08 15:16:45.929 23614 23643 D AccountTypeManager: sync.accountType: com.google
06-08 15:16:45.929 23614 23643 I ContactLED: emotionalLedType = 2
06-08 15:16:45.929 23614 23643 D AccountTypeManager: Registering 1 extension packages
06-08 15:16:45.930 3401 3401 D [SMS_LD]: assignWriteSmsPermissionToSharedApp() packageName=com.lge.networksettings
06-08 15:16:45.935 23614 23643 E ExternalAccountType: Unsupported attribute readOnly
06-08 15:16:45.937 3748 3748 E PBSessionCacheImpl: sessionId[16485406243425152] not persisted.
06-08 15:16:45.938 23614 23643 D AccountTypeManager: Registering extension package account type=com.google, dataSet=plus, packageName=com.google.android.apps.plus
06-08 15:16:45.939 1311 3356 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
06-08 15:16:45.941 23614 23643 I AccountTypeManager: Default account exists in Sync Adapter.
06-08 15:16:45.941 23614 23643 I AccountTypeManager: Precess 2 (When it isn't registered to Account Manager)
06-08 15:16:45.941 23614 23643 I SIMContacts: SimPhonebookManager|[0]SIM loading status : true
06-08 15:16:45.942 23614 23643 D SIMContacts: SimAccountType|anr field count=1
06-08 15:16:45.942 23614 23643 D SIMContacts: SimAccountType|email field count=1
06-08 15:16:45.942 23614 23643 D SIMContacts: SimAccountType|group field count=0
06-08 15:16:45.942 23614 23643 D SIMContacts: SimAccountType|sne field count=0
06-08 15:16:45.942 23614 23643 I AccountTypeManager: Loaded meta-data for 8 account types, 5 accounts in 33ms(wall) 12ms(cpu)
06-08 15:16:45.947 3748 23733 I PBSessionCacheImpl: Deleted sessionId[16485406243425152] from persistence.
06-08 15:16:45.959 3401 3401 D [SMS_LD]: assignWriteSmsPermissionToSharedApp() packageName=com.lge.networksettings
06-08 15:16:45.969 3401 3401 D CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_ADDED
06-08 15:16:45.969 3401 3401 D CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REPLACED
06-08 15:16:45.971 3401 3401 D CarrierServiceBindHelper: mHandler: 3
06-08 15:16:45.971 3401 3401 D CarrierServiceBindHelper: mHandler: 3
06-08 15:16:45.971 3401 3401 D CarrierServiceBindHelper: mHandler: 3
06-08 15:16:45.971 3401 3401 D Telephony: CarrierConfigLoader: mHandler: 9 phoneId: 0
06-08 15:16:45.990 24332 24332 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1, previously 881
06-08 15:16:46.006 24346 24346 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2743
06-08 15:16:46.054 29209 29209 D [BNRAppListMgrReceiver]: android.intent.action.PACKAGE_REMOVED : org.test.myapp
06-08 15:16:46.072 1311 1322 D ConnectivityService: getActiveNetwork nai=NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "CAMI Education 2", roaming: false, failover: false, isAvailable: true, network type: 1]} network{172} lp{{InterfaceName: wlan0 LinkAddresses: [10.0.0.111/24,fe80::5e70:a3ff:fe43:3841/64,] Routes: [fe80::/64 -> :: wlan0,::/0 -> fe80::12da:43ff:fe06:8abe wlan0,10.0.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.0.0.1 wlan0,] DnsAddresses: [fe80::12da:43ff:fe06:8abe%wlan0,10.0.0.1,] Domains: MTU: 0 TcpBufferSizes: 524288,2097152,4194304,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{60} everValidated{true} lastValidated{true} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
06-08 15:16:46.077 4066 21988 E NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REMOVED
06-08 15:16:46.085 1311 1339 V WindowManager: Looking for focus: 25 = Window{6797d32 u0 StatusBar}, flags=-2122055608, canReceive=false
06-08 15:16:46.085 1311 1339 V WindowManager: findFocusedWindow: Found new focus @ 19 = Window{68f7081 u0 com.lge.launcher2/com.lge.launcher2.Launcher}
06-08 15:16:46.088 1311 3300 V LGSettingsProvider: getGlobalSetting(mobile_data)
06-08 15:16:46.089 1311 2992 V LGSettingsProvider: getGlobalSetting(data_roaming)
06-08 15:16:46.092 1311 1322 V LGSettingsProvider: getGlobalSetting(airplane_mode_on)
06-08 15:16:46.125 24421 24421 D BIO PLATFORM SDSERVICE: SDServiceBroadcastReceiver::[onReceive] removed package: org.test.myapp
06-08 15:16:46.203 1311 1321 D ConnectivityService: getActiveNetwork nai=NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "CAMI Education 2", roaming: false, failover: false, isAvailable: true, network type: 1]} network{172} lp{{InterfaceName: wlan0 LinkAddresses: [10.0.0.111/24,fe80::5e70:a3ff:fe43:3841/64,] Routes: [fe80::/64 -> :: wlan0,::/0 -> fe80::12da:43ff:fe06:8abe wlan0,10.0.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.0.0.1 wlan0,] DnsAddresses: [fe80::12da:43ff:fe06:8abe%wlan0,10.0.0.1,] Domains: MTU: 0 TcpBufferSizes: 524288,2097152,4194304,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{60} everValidated{true} lastValidated{true} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
06-08 15:16:46.253 24017 24017 I Finsky : [1] com.google.android.finsky.p2p.c.a(10): Frosting ID looked up on UI thread. Caller should move to a background thread.
06-08 15:16:46.268 3748 3748 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
06-08 15:16:46.303 3748 3748 I AudioController: Created new AudioSource
06-08 15:16:46.304 24017 24017 I Finsky : [1] com.google.android.finsky.p2p.d.a(2): Wrote row to frosting DB: 200
06-08 15:16:46.314 1311 3318 I ActivityManager: Killing 21465:com.ovelin.guitartuna/u0a123 (adj 14): cached #12
06-08 15:16:46.317 3748 3748 I MicroDetectionWorker: onReady
06-08 15:16:46.320 24722 24722 I chatty : uid=2000(shell) app_process expire 27 lines
06-08 15:16:46.320 24017 24017 I Finsky : [1] com.google.android.finsky.scheduler.bc.a(50): Jobs in database: 1-1337 12-1
06-08 15:16:46.332 24722 24722 W art : 7f868b0000-7f868b2000 r--p 00025000 103:0f 10059 /system/lib64/libdashplayer.so
06-08 15:16:46.332 24722 24722 W art : 7f868b2000-7f868b3000 rw-p 00027000 103:0f 10059 /system/lib64/libdashplayer.so
06-08 15:16:46.332 24722 24722 W art : 7f868b3000-7f868b4000 r-xp 00000000 103:0f 11865 /system/vendor/lib64/libExtendedExtractor.so
06-08 15:16:46.332 24722 24722 W art : 7f868b4000-7f868c4000 ---p 00000000 00:00 0
06-08 15:16:46.332 24722 24722 W art : 7f868c4000-7f868c5000 r--p 00001000 103:0f 11865 /system/vendor/lib64/libExtendedExtractor.so
06-08 15:16:46.332 24722 24722 W art : 7f868c5000-7f868c6000 rw-p 00002000 103:0f 11865 /system/vendor/lib64/libExtendedExtractor.so
06-08 15:16:46.332 24722 24722 W art : 7f868c6000-7f868d8000 r-xp 00000000 103:0f 9990 /system/lib64/libLGCodecParserUtils.so
06-08 15:16:46.332 24722 24722 W art : 7f868d8000-7f868e8000 ---p 00000000 00:00 0
06-08 15:16:46.332 24722 24722 W art : 7f868e8000-7f868e9000 r--p 00013000 103:0f 9990 /system/lib64/libLGCodecParserUtils.so
06-08 15:16:46.332 24722 24722 W art : 7f868e9000-7f868ea000 rw-p 00014000 103:0f 9990 /system/lib64/libLGCodecParserUtils.so
06-08 15:16:46.332 24722 24722 W art : 7f868ea000-7f868ed000 r-xp 00000000 103:0f 10176 /system/lib64/liblgresampler.so
06-08 15:16:46.332 24722 24722 W art : 7f868ed000-7f868fc000 ---p 00000000 00:00 0
06-08 15:16:46.332 24722 24722 W art : 7f868fc000-7f868fd000 r--p 00002000 103:0f 10176 /system/lib64/liblgresampler.so
06-08 15:16:46.332 24722 24722 W art : 7f868fd000-7f868fe000 rw-p 00003000 103:0f 10176 /system/lib64/liblgresampler.so
06-08 15:16:46.332 24722 24722 W art : 7f868fe000-7f86979000 r-xp 00000000 103:0f 9991 /system/lib64/libLGParserOSAL.so
06-08 15:16:46.332 24722 24722 W art : 7f86979000-7f86989000 ---p 00000000 00:00 0
06-08 15:16:46.332 24722 24722 W art : 7f86989000-7f8698f000 r--p 00081000 103:0f 9991 /system/lib64/libLGParserOSAL.so
06-08 15:16:46.332 24722 24722 W art : 7f8698f000-7f86990000 rw-p 00087000 103:0f 9991 /system/lib64/libLGParserOSAL.so
06-08 15:16:46.332 24722 24722 W art : 7f86990000-7f86997000 r-xp 00000000 103:0f 9993 /system/lib64/libLGTimedText_ccparser.so
06-08 15:16:46.332 24722 24722 W art : 7f86997000-7f869a6000 ---p 00000000 00:00 0
06-08 15:16:46.332 24722 24722 W art : 7f869a6000-7f869a7000 r--p 00006000 103:0f 9993 /system/lib64/libLGTimedText_ccparser.so
06-08 15:16:46.332 24722 24722 W art : 7f869a7000-7f869a8000 rw-p 00007000 103:0f 9993 /system/lib64/libLGTimedText_ccparser.so
06-08 15:16:46.332 24722 24722 W art : 7f869a8000-7f869ac000 r-xp 00000000 103:0f 9994 /system/lib64/libLGTimedText_xsub.so
06-08 15:16:46.332 24722 24722 W art : 7f869ac000-7f869bb000 ---p 00000000 00:00 0
06-08 15:16:46.332 24722 24722 W art : 7f869bb000-7f869bc000 r--p 00003000 103:0f 9994 /system/lib64/libLGTimedText_xsub.so
06-08 15:16:46.332 24722 24722 W art : 7f869bc000-7f869bd000 rw-p 00004000 103:0f 9994 /system/lib64/libLGTimedText_xsub.so
06-08 15:16:46.332 24722 24722 W art : 7f869bd000-7f869c0000 r-xp 00000000 103:0f 10165 /system/lib64/liblge_audioeffect.so
06-08 15:16:46.333 24722 24722 W art : 7f869c0000-7f869cf000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f869cf000-7f869d0000 r--p 00002000 103:0f 10165 /system/lib64/liblge_audioeffect.so
06-08 15:16:46.333 24722 24722 W art : 7f869d0000-7f869d1000 rw-p 00003000 103:0f 10165 /system/lib64/liblge_audioeffect.so
06-08 15:16:46.333 24722 24722 W art : 7f869d1000-7f86a07000 r-xp 00000000 103:0f 10303 /system/lib64/libstagefright_wfd.so
06-08 15:16:46.333 24722 24722 W art : 7f86a07000-7f86a16000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f86a16000-7f86a19000 r--p 00037000 103:0f 10303 /system/lib64/libstagefright_wfd.so
06-08 15:16:46.333 24722 24722 W art : 7f86a19000-7f86a1a000 rw-p 0003a000 103:0f 10303 /system/lib64/libstagefright_wfd.so
06-08 15:16:46.333 24722 24722 W art : 7f86a1a000-7f86a44000 r-xp 00000000 103:0f 10274 /system/lib64/libstagefright_httplive.so
06-08 15:16:46.333 24722 24722 W art : 7f86a44000-7f86a54000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f86a54000-7f86a56000 r--p 0002a000 103:0f 10274 /system/lib64/libstagefright_httplive.so
06-08 15:16:46.333 24722 24722 W art : 7f86a56000-7f86a57000 rw-p 0002c000 103:0f 10274 /system/lib64/libstagefright_httplive.so
06-08 15:16:46.333 24722 24722 W art : 7f86a57000-7f86b45000 r-xp 00000000 103:0f 10216 /system/lib64/libmediaplayerservice.so
06-08 15:16:46.333 24722 24722 W art : 7f86b45000-7f86b55000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f86b55000-7f86b66000 r--p 000f8000 103:0f 10216 /system/lib64/libmediaplayerservice.so
06-08 15:16:46.333 24722 24722 W art : 7f86b66000-7f86b67000 rw-p 00109000 103:0f 10216 /system/lib64/libmediaplayerservice.so
06-08 15:16:46.333 24722 24722 W art : 7f86b67000-7f86bab000 r-xp 00000000 103:0f 11951 /system/vendor/lib64/libavenhancements.so
06-08 15:16:46.333 24722 24722 W art : 7f86bab000-7f86bba000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f86bba000-7f86bbf000 r--p 00047000 103:0f 11951 /system/vendor/lib64/libavenhancements.so
06-08 15:16:46.333 24722 24722 W art : 7f86bbf000-7f86bc0000 rw-p 0004c000 103:0f 11951 /system/vendor/lib64/libavenhancements.so
06-08 15:16:46.333 24722 24722 W art : 7f86bc0000-7f86e00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
06-08 15:16:46.333 24722 24722 W art : 7f86e05000-7f86e06000 r--p 00000000 00:00 0 [anon:linker_alloc]
06-08 15:16:46.333 24722 24722 W art : 7f86e07000-7f86e0b000 r--p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f86e0b000-7f86e0c000 r--p 00000000 00:00 0 [anon:linker_alloc]
06-08 15:16:46.333 24722 24722 W art : 7f86e0c000-7f86e11000 r-xp 00000000 103:0f 10162 /system/lib64/liblgaudioutils.so
06-08 15:16:46.333 24722 24722 W art : 7f86e11000-7f86e20000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f86e20000-7f86e21000 r--p 00004000 103:0f 10162 /system/lib64/liblgaudioutils.so
06-08 15:16:46.333 24722 24722 W art : 7f86e21000-7f86e22000 rw-p 00005000 103:0f 10162 /system/lib64/liblgaudioutils.so
06-08 15:16:46.333 24722 24722 W art : 7f86e22000-7f86e42000 r--s 00000000 00:0c 12443 /dev/__properties__
06-08 15:16:46.333 24722 24722 W art : 7f86e42000-7f86e43000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
06-08 15:16:46.333 24722 24722 W art : 7f86e43000-7f86e44000 r--p 00000000 00:00 0 [anon:linker_alloc]
06-08 15:16:46.333 24722 24722 W art : 7f86e44000-7f86e45000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
06-08 15:16:46.333 24722 24722 W art : 7f86e45000-7f87d5b000 r-xp 00000000 103:0f 10016 /system/lib64/libLLVM.so
06-08 15:16:46.333 24722 24722 W art : 7f87d5b000-7f87d6b000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f87d6b000-7f87e06000 r--p 00f23000 103:0f 10016 /system/lib64/libLLVM.so
06-08 15:16:46.333 24722 24722 W art : 7f87e06000-7f87e0a000 rw-p 00fbe000 103:0f 10016 /system/lib64/libLLVM.so
06-08 15:16:46.333 24722 24722 W art : 7f87e0a000-7f87e18000 rw-p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f87e18000-7f87e19000 r--p 00000000 00:00 0 [anon:linker_alloc]
06-08 15:16:46.333 24722 24722 W art : 7f87e19000-7f87e63000 r-xp 00000000 103:0f 10036 /system/lib64/libbcinfo.so
06-08 15:16:46.333 24722 24722 W art : 7f87e63000-7f87e73000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f87e73000-7f87e74000 r--p 0004a000 103:0f 10036 /system/lib64/libbcinfo.so
06-08 15:16:46.333 24722 24722 W art : 7f87e74000-7f87e75000 rw-p 0004b000 103:0f 10036 /system/lib64/libbcinfo.so
06-08 15:16:46.333 24722 24722 W art : 7f87e75000-7f87ed6000 r-xp 00000000 103:0f 10034
06-08 15:16:46.333 24722 24722 W art : /system/lib64/libbcc.so
06-08 15:16:46.333 24722 24722 W art : 7f87ed6000-7f87ee5000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f87ee5000-7f87ee7000 r--p 00061000 103:0f 10034 /system/lib64/libbcc.so
06-08 15:16:46.333 24722 24722 W art : 7f87ee7000-7f87ee8000 rw-p 00063000 103:0f 10034 /system/lib64/libbcc.so
06-08 15:16:46.333 24722 24722 W art : 7f87ee8000-7f87ee9000 r--p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f87ee9000-7f87ef5000 r-xp 00000000 103:0f 10049 /system/lib64/libcommon_time_client.so
06-08 15:16:46.333 24722 24722 W art : 7f87ef5000-7f87f04000 ---p 00000000 00:00 0
06-08 15:16:46.333 24722 24722 W art : 7f87f04000-7f87f09000 r--p 0000f000 103:0f 10049 /system/lib64/libcommon_ti
06-08 15:16:46.334 24722 24722 W art : me_client.so
06-08 15:16:46.334 24722 24722 W art : 7f87f09000-7f87f0a000 rw-p 00014000 103:0f 10049 /system/lib64/libcommon_time_client.so
06-08 15:16:46.334 24722 24722 W art : 7f87f0a000-7f87f2d000 r-xp 00000000 103:0f 10229 /system/lib64/libprotobuf-cpp-lite.so
06-08 15:16:46.334 24722 24722 W art : 7f87f2d000-7f87f3d000 ---p 000000
06-08 15:16:46.334 24722 24722 W art : 00 00:00 0
06-08 15:16:46.334 24722 24722 W art : 7f87f3d000-7f87f3e000 r--p 00023000 103:0f 10229 /system/lib64/libprotobuf-cpp-lite.so
06-08 15:16:46.334 24722 24722 W art : 7f87f3e000-7f87f3f000 rw-p 00024000 103:0f 10229 /system/lib64/libprotobuf-cpp-lite.so
06-08 15:16:46.334 24722 24722 W art : 7f87f3f000-7f87f4a000 r-xp 0000000
06-08 15:16:46.334 24722 24722 W art : 0 103:0f 10307 /system/lib64/libstreamingpolicy.so
06-08 15:16:46.334 24722 24722 W art : 7f87f4a000-7f87f5a000 ---p 00000000 00:00 0
06-08 15:16:46.334 24722 24722 W art : 7f87f5a000-7f87f5b000 r--p 0000c000 103:0f 10307 /system/lib64/libstreamingpolicy.so
06-08 15:16:46.334 24722 24722 W art : 7f87f5b000-7f87f5c000 rw-p 0000d000 103:0f 10307 /system/lib64/libstreamingpol
06-08 15:16:46.334 24722 24722 W art : icy.s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment