iOS9 IOSurface背景截图

时间:2015-11-07 06:25:01

标签: ios9 iosurface

最新的iOS9截图遇到问题时,iOS7和iOS8都可以运行成功。

我使用的是iPad8.1.2和iPhone6plus9.1测试,以下是我测试中发现的问题。

iOS8.1.2 Object value

2015-11-07 14:07:22.849 ScreenRecorder [3292:140825]

我的设备信息:[iPhone OS,8.1.2,12B440,iPad4,1,产品]

(lldb)po framebufferService

8967

(lldb)po connect

IOMobileFramebuffer 0x138031800 [0x1946aec80]

(lldb)po ScreenSurface

IOSurface 0x137f00008 [0x1703816c0]

(lldb)po aseed

728041

(lldb)po Width

1536

(lldb)po Height

2048

iOS9.1 Object value 2015-11-07 14:07:22.849 ScreenRecorder [3292:140825]

我的设备信息:[iPhone OS,9.1,13B143,iPhone7,1,产品]

(lldb)po framebufferService

24599

(lldb)po connect

IOMobileFramebuffer 0x138031800 [0x1946aec80]

(lldb)po ScreenSurface

(lldb)po aseed

0

(lldb)po Width

(lldb)po Height

现在问题导致iOS9截图是黑屏。

谁能告诉我哪里出错了,谢谢!

0 个答案:

没有答案