Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android OnPause - Data leak

Android OnPause - Data leak

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
android
3 Posts 2 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vi67
    wrote on last edited by
    #1

    Hello,

    I have a bug which exists only on few Android devices.

    It hapens during application onPause action.

    When the system calls onPause(), I have this error (5 times) :
    E/DataBuffer(962): Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@29bcb63d)

    When I call an external Intent like this :

    Intent pickerIntent = new Intent(Intent.ACTION_PICK);
    pickerIntent.setType("image/*");
    s_lastInstance.startActivityForResult(pickerIntent, CODE_PICKER);
    

    I get this error, it may be the same problem about Data leak ?
    E/Surface (17913): queueBuffer: error queuing buffer to SurfaceTexture, -19
    W/nvwsi (17913): queueBuffer failed, error -19
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 3007
    W/nvwsi (17913): dequeueBuffer failed, error -19
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 300d
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 300d
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 300d
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 300d
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 300d
    W/libpicone.so(17913): (null):0 ((null)): QEGLPlatformContext: eglSwapBuffers failed: 300d

    Someone have an idea where it could come from ?
    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I'd rather bring this on the Android-development mailing list You'll find the Qt's Android port developers/maintainers (this forum is more user oriented)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      V 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        I'd rather bring this on the Android-development mailing list You'll find the Qt's Android port developers/maintainers (this forum is more user oriented)

        V Offline
        V Offline
        Vi67
        wrote on last edited by
        #3

        @SGaist thx, I try that :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved