My app runs smoothly on oppo a57 but the data from the data from database is not fetched in poco f1

0

My run shows:

W/Looper: Slow Looper: Activity com.example.orderbooking/.MainActivity is 472ms late (wall=1ms running=0ms ClientTransaction{ lifecycleRequest=android.app.servertransaction.PauseActivityItem }) because of 2 msg, msg 1 took 400ms (late=1ms h=android.app.ActivityThread$H w=110), msg 2 took 348ms (late=125ms h=android.app.ActivityThread$H w=159)
I/le.orderbookin: ProcessProfilingInfo new_methods=0 is saved saved_to_disk=0 resolve_classes_delay=8000
D/libEGL: eglInitialize: enter
I/Adreno: QUALCOMM build                   : 791494e, Id7006ec082
    Build Date                       : 12/09/18
    OpenGL ES Shader Compiler Version: EV031.24.02.00
    Local Branch                     : 
    Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.7.3.R1.09.00.00.423.045
    Remote Branch                    : NONE
    Reconstruct Branch               : NOTHING
    Build Config                     : S P 6.0.7 AArch64
W/RenderThread: type=1400 audit(0.0:2692): avc: denied { search } for name="proc" dev="debugfs" ino=14037 scontext=u:r:untrusted_app:s0:c188,c256,c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0
I/Adreno: PFP: 0x016ee180, ME: 0x00000000
W/RenderThread: type=1400 audit(0.0:2693): avc: denied { search } for name="ctx" dev="debugfs" ino=14066 scontext=u:r:untrusted_app:s0:c188,c256,c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0
I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
D/libEGL: eglInitialize: exit(res=1)
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 2
W/RenderThread: type=1400 audit(0.0:2694): avc: denied { search } for name="ctx" dev="debugfs" ino=14066 scontext=u:r:untrusted_app:s0:c188,c256,c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0

my app installs but the data is not fetched from database. what shall I do?

android
asked on Stack Overflow Mar 14, 2020 by Suneha Ghosh • edited Mar 25, 2020 by Suneha Ghosh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0