• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM][UNOFFICIAL][4.4.4] DeCAF Cyanogenmod 11, Release 1

I thibk he said the icons were out of wack due to DPI differences. you might have the right one unless the ui is not oversized.
 
Might need Textra for that... You can fix the carrier info under there. (Texting app)
I'm not sure that Textra can help me at this point either now, because I can't place any calls either. It tells me that the "Mobile network is currently unavailable."
 
im on vm volt no green tint here. i cant screencast though and the gpu is choppy. looking good and running smooth with basic functions

Can you tell me what steps you did so I can follow? I don't know if it'll be of any help but I might as well try it. Thanks in advance.
 
my best advice would be to start on a fresh zv3.tot towelroot then flasify trwp.img then get zv6 to upgrade your radio and prl. then flash this rom.
 
Last edited by a moderator:
My computer crashed again, and this time I think it really might be toast. I'm gonna work on getting a 240gb ssd for my wife's laptop and throw my 4gb ram stick in there and see if I can start building on it soonish. Just letting you guys know so you aren't wondering about new builds and such.

As always though, source is up in the second post so feel free to dl the source code for cm11 and my repos on github and tinker.
 
Absolutely. LTE works but not SMS for some reason. Tried dialing *#*#4636#*#* and toggling the radio on and off but that didn't help.
Alright, I tried flashing the ZV6 radio and seeing if that could get my calling and SMS working again, but it didn't :( I did, however, manage to capture a logcat while trying to dial my voicemail box, to see if that revealed anything.
 

Attachments

#pimp-edit null
So i been running on ubuntu watching side by side.
Code:
Term 1
adb shell
logcat -v long
Term 2
adb shell
logcat -v raw


On device?
window 1
su
logcat -v raw
window 2
su
logcat -v long
when i was on windows 10 i swore i could search git repo for lines of code; for example, i ran a search for txpower and it showed me all the places it showed up in the files. on ubuntu, im not seeing it on firefox? am i blind or just stupid? i wanted to run the search for the line "/data/misc/audit/audit.log" so i can try to find what was calling the auditd.bin. fyi i dont know what im doing! i dont even know how to use ubuntu yet. lmao somehow i managed to get android studio installed since i seen it had gpu debugging tools.
Code:
I/auditd  ( 5729): Starting up
E/audit_log( 5729): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd  ( 5729): Failed on audit_log_open
I/auditd  ( 5729): Exiting
so i ran
Code:
auditd -h

(shows nothing but)
auditd: invalid option -- h
auditd - log audit events from the kernel
OPTIONS
-k - search dmesg on startup for audit events
so i have no idea what audit events are? Or what keeps calling it at this point but i just renamed the auditd.bak and it removed it from failing the read event on logcat. Something still calling auditd though. hope i can find that search function =P. because if it is a useful feature it probably be beneficial; however, since using the phone for 4 days w/o service its always pointed to a empty file thats why i disabled it at this point.

once again i cant use terminal at all lmao. i know its possible to exclude lines out of the logcat can anyone show me? because it hard to see the logcat when it keeps being spammed with
Code:
E/qdhwcomposer(  299): hwc_sync: ioctl MSMFB_BUFFER_SYNC failed, err=Function not implemented
E/qdhwcomposer(  299): hwc_sync: acq_fen_fd_cnt=1 flags=0 fd=16 dpy=0 numHwLayers=6
this code annoying i visited these sites but there a little out of my reach. trying to learn ubuntu, git , and android studio at once is a little overwhelming.
https://code.google.com/p/android/issues/detail?id=63823
http://grokbase.com/t/gg/android-bu...msmfb-buffer-sync-failed-err-invalid-argument
this didnt stop me from poking around though! i ran
Code:
ioctl -h
ioctl [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>
  -l <lenght>   Length of io buffer
  -a <argsize>  Size of each argument (1-8)
  -r            Open device in read only mode
  -d            Direct argument (no iobuffer)
  -h            Print help
id like to figure out how to get a <device> list? Im not sure if that code is the reason the gpu has like no vsync. currently im trying to run logcat while running 3dmark. is there a way to logcat for a set amount of time? I also ran GLtools.apk pro and non of the settings made a difference. spoofed it as a adreno 320 and run some test with adreno libs from hammerhead-kot49h-factory-02006b99 but i think thats 4.4.2. at any rate made no difference. Found a file with vsync /sys/kernel/debug/clk/mdss_vsync_clk not sure if its useful. since its saying msm which i think is more qcom. that left me here hwcomposer.msm8226.so.
was gonna try and download Motorola xt1028 since its listing it as a 4.4.4 rom? this where i left off... on that error.
https://github.com/YaFilthy/android...ob/master/msm8960/libhwcomposer/hwc_vsync.cpp

<3>[ 19.380352 / 01-08 06:09:49.526] mdss_fb_ioctl: unsupported ioctl (40186da2)
E/qdhwcomposer( 301): hwc_vsync_control: vsync control failed. Dpy=0, enable=1 : Operation not supported on transport endpoint
E/SurfaceFlinger( 301): eventControl(0, 1) failed Operation not supported on transport endpoint


In my logcat i also noticed that CheckJNI was disabled in rom; some people see this as a performance tweak but i dont think logs should be disabled until the kernel is in a final release. For anyone who know what they are doing with checkjni it sounds useful.
Code:
adb shell setprop debug.checkjni 1

still learning =)
Code:
adb shell
am restart

am - h

am idle-maintenance
If anyone cares i figured out how to remove the annyoing 293 line but if you use -v long, raw it will break. apparently the ### is different for some people but ya catch my drift.
Code:
Ubuntu
adb logcat | grep -v 289 > ~/Desktop/cm11-logcat.txt

Phone
> /sdcard/cm11-logcat.txt
or
> /storage/external_sd/cm11-logcat.txt

windows
> %userprofile%\desktop\cm11-logcat.txt
im gonna dabble with the charging while powered off bugg too

 

Attachments

  • cm11-logcat.txt
    cm11-logcat.txt
    178.8 KB · Views: 172
  • cm11Boot.txt
    cm11Boot.txt
    1 MB · Views: 662
  • Screenshot_2016-01-08-08-48-44.png
    Screenshot_2016-01-08-08-48-44.png
    568 KB · Views: 158
Last edited by a moderator:
Alright, I tried flashing the ZV6 radio and seeing if that could get my calling and SMS working again, but it didn't :( I did, however, manage to capture a logcat while trying to dial my voicemail box, to see if that revealed anything.
i see
Code:
I/ServiceManager(  357): Waiting for service AtCmdFwd...

dittos

W/Atfwd_Sendcmd(  357): AtCmdFwd service not published, waiting... retryCnt : 10
maybe try looking at files from stock zv6 i know when you remove atcmdfwd it breaks a lot of stuff like activation and prl updates. its late at night so i could be cray.
id also try a dirty flash over stock? some phones i had to go to stock send a sms kinda like gps lock bugs.
might be able to look at the messenger with sql editor.. maybe it has to point to there server. i dont have service at the moment, so i cant test radio.
 
Last edited by a moderator:
I dont know about you guys, but when i play madden mobile on this rom it always studders and lags. Is there any way to correct that issue?
 
I found a bin and lib that maybe needed? ive been tryingg to find the files that call them...
nfc_lg.default and was searching in bin to fix the reboots when charging charger_monitor i also found some stuff audio related maybe fix mic issues?
 
Code:
root@x5:/ # dumpsys SurfaceFlinger
Build configuration: [sf] [libui] [libgui]
Sync configuration: [using: EGL_ANDROID_native_fence_sync EGL_KHR_wait_sync]
Visible layers (count = 10)
+ LayerDim 0xb753fb00 (DimLayer)
  Region transparentRegion (this=0xb753fc64, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb753fb08, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=        0, pos=(0,0), size=(  16,  16), crop=(   0,   0,  -1
,  -1), isOpaque=0, invalidate=0, alpha=0xff, flags=0x00000001, tr=[1.00, 0.00][0.00,
1.00]
      client=0xb7506330
      format= 0, activeBuffer=[   0x   0:   0,  0], queued-frames=0, mRefreshPending=
0
            mTexName=5 mCurrentTexture=-1
            mCurrentCrop=[40,65536,1024,512] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[1x1], default-format=1, transform-hint=00, FIFO(0)={}
+ Layer 0xb750ac88 (FocusedStackFrame)
  Region transparentRegion (this=0xb750adec, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb750ac90, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=        0, pos=(0,0), size=(   1,   1), crop=(   0,   0,  -1
,  -1), isOpaque=0, invalidate=1, alpha=0x4d, flags=0x00000001, tr=[1.00, 0.00][0.00,
1.00]
      client=0xb7506330
      format= 1, activeBuffer=[   0x   0:   0,  0], queued-frames=0, mRefreshPending=
0
            mTexName=6 mCurrentTexture=-1
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[1x1], default-format=1, transform-hint=00, FIFO(0)={}
+ LayerDim 0xb7506a60 (DimLayer)
  Region transparentRegion (this=0xb7506bc4, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7506a68, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=    21014, pos=(-135,-240), size=( 810,1440), crop=(   0,
0,  -1,  -1), isOpaque=0, invalidate=0, alpha=0x00, flags=0x00000001, tr=[1.00, 0.00]
[0.00, 1.00]
      client=0xb7506330
      format= 0, activeBuffer=[   0x   0:   0,  0], queued-frames=0, mRefreshPending=
0
            mTexName=40 mCurrentTexture=-1
            mCurrentCrop=[-1220109304,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[810x1440], default-format=1, transform-hint=00, FIFO(0)={}
+ LayerDim 0xb7503f50 (DimLayer)
  Region transparentRegion (this=0xb75040b4, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7503f58, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=    21024, pos=(-135,-240), size=( 810,1440), crop=(   0,
0,  -1,  -1), isOpaque=0, invalidate=0, alpha=0x00, flags=0x00000001, tr=[1.00, 0.00]
[0.00, 1.00]
      client=0xb7506330
      format= 0, activeBuffer=[   0x   0:   0,  0], queued-frames=0, mRefreshPending=
0
            mTexName=39 mCurrentTexture=-1
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[810x1440], default-format=1, transform-hint=00, FIFO(0)={}
+ Layer 0xb7547418 (ginlemon.flowerfree/ginlemon.flower.HomeScreen)
  Region transparentRegion (this=0xb754757c, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7547420, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=    21025, pos=(0,0), size=( 540, 960), crop=(   0,   0, 540
, 960), isOpaque=0, invalidate=1, alpha=0xff, flags=0x00000001, tr=[1.00, 0.00][0.00,
1.00]
      client=0xb7506290
      format= 1, activeBuffer=[ 540x 960: 544,  1], queued-frames=0, mRefreshPending=
0
            mTexName=749 mCurrentTexture=1
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[540x960], default-format=1, transform-hint=00, FIFO(0)={}
             [00:0xb7542910] state=FREE    , 0xb75492b8 [ 540x 960: 544,  1]
            >[01:0xb7518788] state=ACQUIRED, 0xb7550e28 [ 540x 960: 544,  1]
             [02:0xb7517680] state=FREE    , 0xb7538100 [ 540x 960: 544,  1]
+ Layer 0xb7513cb0 (com.android.systemui.ImageWallpaper)
  Region transparentRegion (this=0xb7513e14, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7513cb8, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=    21030, pos=(-270,0), size=(1080, 960), crop=( 270,   0,
810, 960), isOpaque=1, invalidate=1, alpha=0xff, flags=0x00000000, tr=[1.00, 0.00][0.
00, 1.00]
      client=0xb7538878
      format= 2, activeBuffer=[1080x 960:1088,  2], queued-frames=0, mRefreshPending=
0
            mTexName=10 mCurrentTexture=0
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[1080x960], default-format=2, transform-hint=00, FIFO(0)={}
+ LayerDim 0xb7567280 (DimLayer)
  Region transparentRegion (this=0xb75673e4, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7567288, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=    90999, pos=(-135,-240), size=( 810,1440), crop=(   0,
0,  -1,  -1), isOpaque=0, invalidate=0, alpha=0x00, flags=0x00000001, tr=[1.00, 0.00]
[0.00, 1.00]
      client=0xb7506330
      format= 0, activeBuffer=[   0x   0:   0,  0], queued-frames=0, mRefreshPending=
0
            mTexName=4 mCurrentTexture=-1
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[810x1440], default-format=1, transform-hint=00, FIFO(0)={}
+ Layer 0xb75116b8 (Keyguard)
  Region transparentRegion (this=0xb751181c, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb75116c0, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=   131000, pos=(0,0), size=( 540, 960), crop=(   0,   0, 540
, 960), isOpaque=0, invalidate=1, alpha=0xff, flags=0x00000000, tr=[1.00, 0.00][0.00,
1.00]
      client=0xb7538878
      format= 1, activeBuffer=[ 540x 960: 544,  1], queued-frames=0, mRefreshPending=
0
            mTexName=754 mCurrentTexture=1
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[540x960], default-format=1, transform-hint=00, FIFO(0)={}
             [00:0xb7538fd8] state=FREE    , 0xb751f638 [ 540x 960: 544,  1]
            >[01:0xb7513b78] state=ACQUIRED, 0xb751eaa8 [ 540x 960: 544,  1]
+ Layer 0xb7552aa0 (StatusBar)
  Region transparentRegion (this=0xb7552c04, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7552aa8, count=1)
    [  0,   0,   0,   0]
      layerStack=   0, z=   161000, pos=(0,0), size=( 540,  33), crop=(   0,   0, 540
,  33), isOpaque=0, invalidate=0, alpha=0xff, flags=0x00000000, tr=[1.00, 0.00][0.00,
1.00]
      client=0xb7538878
      format= 1, activeBuffer=[ 540x  33: 544,  1], queued-frames=0, mRefreshPending=
0
            mTexName=8 mCurrentTexture=1
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[540x33], default-format=1, transform-hint=00, FIFO(0)={}
             [00:0xb752c978] state=FREE    , 0xb7554bb0 [ 540x  33: 544,  1]
            >[01:0xb7507d18] state=ACQUIRED, 0xb750ab70 [ 540x  33: 544,  1]
             [02:0xb7513c30] state=FREE    , 0xb750d030 [ 540x  33: 544,  1]
+ Layer 0xb7546190 (ElectronBeam)
  Region transparentRegion (this=0xb75462f4, count=1)
    [  0,   0,   0,   0]
  Region visibleRegion (this=0xb7546198, count=1)
    [  0,   0, 540, 960]
      layerStack=   0, z=1073741825, pos=(0,0), size=( 540, 960), crop=(   0,   0,  -
1,  -1), isOpaque=1, invalidate=1, alpha=0xff, flags=0x00000000, tr=[1.00, 0.00][0.00
, 1.00]
      client=0xb7554598
      format= 2, activeBuffer=[ 540x 960: 544,  1], queued-frames=0, mRefreshPending=
0
            mTexName=753 mCurrentTexture=0
            mCurrentCrop=[0,0,0,0] mCurrentTransform=0
            mAbandoned=0
            -BufferQueue mMaxAcquiredBufferCount=1, mDequeueBufferCannotBlock=0, defa
ult-size=[540x960], default-format=2, transform-hint=00, FIFO(0)={}
            >[00:0xb7554398] state=ACQUIRED, 0xb752f9d8 [ 540x 960: 544,  1]
             [01:0xb7508a38] state=FREE    , 0xb7503d70 [ 540x 960: 544,  1]
             [02:0xb7550b70] state=FREE    , 0xb7554520 [ 540x 960: 544,  1]
Displays (1 entries)
+ DisplayDevice: Built-in Screen
   type=0, hwcId=0, layerStack=4294967295, ( 540x 960), ANativeWindow=0xb7501138, ori
ent= 0 (type=00000000), flips=609712, isSecure=1, secureVis=0, acquired=0, numLayers=
0
   v:[0,0,540,960], f:[0,0,540,960], s:[0,0,540,960],transform:[[1.000,0.000,0.000][0
.000,1.000,0.000][0.000,0.000,1.000]]
mAbandoned=0
-BufferQueue mMaxAcquiredBufferCount=2, mDequeueBufferCannotBlock=0, default-size=[54
0x960], default-format=1, transform-hint=00, FIFO(0)={}
[00:0xb74fe6f8] state=FREE    , 0xb7503c20 [ 540x 960: 544,  1]
[01:0xb754fb58] state=FREE    , 0xb752f1e8 [ 540x 960: 544,  1]
>[02:0xb75381f0] state=ACQUIRED, 0xb752f080 [ 540x 960: 544,  1]
SurfaceFlinger global state:
EGL implementation : 1.4
EGL_QUALCOMM_shared_image EGL_KHR_image EGL_KHR_image_base EGL_QCOM_create_image EGL_
KHR_lock_surface EGL_KHR_lock_surface2 EGL_KHR_fence_sync EGL_KHR_cl_eventEGL_IMG_con
text_priority EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl
_texture_3D_image EGL_KHR_gl_renderbuffer_image EGL_EXT_create_context_robustness EGL
_NV_post_sub_buffer EGL_ANDROID_blob_cache EGL_ANDROID_framebuffer_target EGL_KHR_cre
ate_context EGL_KHR_wait_sync EGL_ANDROIDX_no_config_context EGL_ANDROID_image_crop E
GL_ANDROID_recordable EGL_ANDROID_native_fence_sync EGL_ANDROID_image_native_buffer E
GL_KHR_gl_colorspace
GLES: Qualcomm, Adreno (TM) 305, OpenGL ES 3.0 V@66.0 AU@  (CL@)
GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 G
L_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_robustness GL
_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_co
mpressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OE
S_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragme
nt_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_
texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_O
ES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_te
xture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array
_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_per
fmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering G
L_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_
decode GL_EXT_texture_filter_anisotropic GL_EXT_multisampled_render_to_texture GL_EXT
_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_disjoint_timer_query
  Region undefinedRegion (this=0xb74fe61c, count=1)
    [  0,   0, 540, 960]
  orientation=0, canDraw=0
  last eglSwapBuffers() time: 28.385000 us
  last transaction time     : 30.365000 us
  transaction-flags         : 00000000
  refresh-rate              : 59.999999 fps
  x-dpi                     : 236.481995
  y-dpi                     : 236.737000
  EGL_NATIVE_VISUAL_ID      : 1
  gpu_to_cpu_unsupported    : 0
  eglSwapBuffers time: 0.000000 us
  transaction time: 0.000000 us
VSYNC state: enabled
  soft-vsync: enabled
  numListeners=13,
  events-delivered: 894225
    0xb7507ee0: count=-1
    0xb750c818: count=-1
    0xb750d200: count=-1
    0xb752af10: count=-1
    0xb752f880: count=-1
    0xb7531310: count=-1
    0xb7531418: count=-1
    0xb75315d8: count=-1
    0xb7538270: count=-1
    0xb7538c70: count=-1
    0xb7538f20: count=-1
    0xb7554870: count=-1
    0xb75574f8: count=-1
h/w composer state:
  h/w composer present and disabled
Hardware Composer state (version  1030000):
  mDebugForceFakeVSync=0
  Display[0] : 540x960, xdpi=236.481995, ydpi=236.737000, refresh=16666667
  numHwLayers=1, flags=00000000
    type    |  handle  |   hints  |   flags  | tr | blend |  format  |          source crop              |           frame           |         dirtyRect         |  name
------------+----------+----------+----------+----+-------+----------+-----------------------------------+---------------------------+---------------------------+-------
  FB TARGET | b752f080 | 00000000 | 00000000 | 00 | 00105 | 00000001 | [    0.0,    0.0,  540.0,  960.0] | [    0,    0,  540,  960] | [    0,    0,    0,    0] | HWC_FRAMEBUFFER_TARGET
Qualcomm HWC state:
  MDPVersion=500
  DisplayPanel=8
HWC Map for Dpy: "PRIMARY"
CURR_FRAME: layerCount: 0 mdpCount: 0 fbCount: 0
needsFBRedraw:YES  pipesUsed: 0  MaxPipesPerMixer: 4
---------------------------------------------
listIdx | cached? | mdpIndex | comptype  |  Z
---------------------------------------------


Overlay State

Pipes=0


Allocated buffers:
0xb7503b90: 4080.00 KiB | 1080 (1088) x  960 |        2 | 0x00000b02
0xb7503c20: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00001a02
0xb7503d70: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb750ab70:   70.12 KiB |  540 ( 544) x   33 |        1 | 0x00000b02
0xb750d030:   70.12 KiB |  540 ( 544) x   33 |        1 | 0x00000b02
0xb751eaa8: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb751f638: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb752f080: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00001a02
0xb752f1e8: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00001a02
0xb752f6c0: 1959.25 KiB |  540 ( 544) x  922 |        1 | 0x00000b02
0xb752f9d8: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb7538100: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb75492b8: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb7550e28: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb7554520: 2040.00 KiB |  540 ( 544) x  960 |        1 | 0x00000b02
0xb7554bb0:   70.12 KiB |  540 ( 544) x   33 |        1 | 0x00000b02
Total allocated (estimate): 28689.62 KB
root@x5:/ #
 
Back
Top Bottom