Skip to content

Instantly share code, notes, and snippets.

2014-03-03 16:18:54.479 PuffingTomPVE[1086:60b] lua>>> mission.complete({"id":6})
2014-03-03 16:18:54.505 PuffingTomPVE[1086:60b] lua<<< {"ret":0,"errMsg":""}
2014-03-03 16:18:54.507 PuffingTomPVE[1086:60b] lua>>> mission.getCurrent({"count":3})
2014-03-03 16:18:54.516 PuffingTomPVE[1086:60b] lua<<< {"errMsg":"","completedCount":14,"phaseBonusStatus":true,"data":[{"type":0,"isAnimePlayed":false,"id":6,"guide":false,"status":1,"bonus":30},{"type":0,"isAnimePlayed":true,"id":10,"guide":true,"status":2,"bonus":30},{"type":1,"isAnimePlayed":true,"id":15,"guide":false,"status":2,"bonus":30}],"ret":0}
2014-03-03 16:18:54.520 PuffingTomPVE[1086:60b] lua>>> mission.getConfig({})
2014-03-03 16:18:54.535 PuffingTomPVE[1086:60b] lua<<< {"errMsg":"","data":{"27":{"type":1,"guide":false,"bonus":30},"2":{"type":0,"guide":true,"bonus":20},"3":{"type":0,"guide":false,"bonus":30},"order":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32],"4":{"type":1,"guide":true,"bonus":30},"5":{"type":
lua [INFO] callback resource.buildFinishedDelegate()
lua [ERROR] resource error, count = -1 finishedMoment = 1393944467.0909 now = 1393939558
stack traceback:
[string "lib/log.lua"]:46: in function 'printError'
[string "module/resource.lua"]:313: in function 'addStatusToIndex'
[string "module/resource.lua"]:380: in function 'getUserData'
[string "module/resource.lua"]:445: in function &lt;[string "module/resource.lua"]:442&gt;
(tail call): ?
[C]: in function 'xpcall'
[string "main.lua"]:46: in function &lt;[string "main.lua"]:37&gt;
@cqnature
cqnature / gist:9362020
Last active August 29, 2015 13:57
HTTP请求日志测试样本1
PuffingTom(727,0x3c03318c) malloc: stack logs being written into /tmp/stack-logs.727.1048000.PuffingTom.vTGUD8.index
PuffingTom(727,0x3c03318c) malloc: recording malloc and VM allocation stacks to disk using standard recorder
PuffingTom(727,0x3c03318c) malloc: process 720 no longer exists, stack logs deleted from /tmp/stack-logs.720.fe8000.PuffingTom.kAVmyu.index
2014-03-05 12:37:46.183 PuffingTom[727:60b] Flurry: Starting session on Agent Version [Flurry_iOS_121_4.3.0]
2014-03-05 12:37:46.498 PuffingTom[727:1303] Memory Capacity of 13682 MiB
2014-03-05 12:37:46.505 PuffingTom[727:1303] 1241 MiB Free memory available.
cocos2d: cocos2d-iphone v2.1
cocos2d: compiled with Profiling Support: NO
cocos2d: OS version: 7.0.6 (0x07000600)
cocos2d: GL_VENDOR: Imagination Technologies
@cqnature
cqnature / gist:9362611
Created March 5, 2014 07:15
HTTP请求测试样本日志2
PuffingTom(790,0x3c03318c) malloc: stack logs being written into /tmp/stack-logs.790.1010000.PuffingTom.CL5gJL.index
PuffingTom(790,0x3c03318c) malloc: recording malloc and VM allocation stacks to disk using standard recorder
PuffingTom(790,0x3c03318c) malloc: process 727 no longer exists, stack logs deleted from /tmp/stack-logs.727.1048000.PuffingTom.vTGUD8.index
2014-03-05 14:48:37.059 PuffingTom[790:60b] Flurry: Starting session on Agent Version [Flurry_iOS_121_4.3.0]
2014-03-05 14:48:37.183 PuffingTom[790:1303] Memory Capacity of 13682 MiB
2014-03-05 14:48:37.188 PuffingTom[790:1303] 1239 MiB Free memory available.
cocos2d: cocos2d-iphone v2.1
cocos2d: compiled with Profiling Support: NO
cocos2d: OS version: 7.0.6 (0x07000600)
cocos2d: GL_VENDOR: Imagination Technologies
@cqnature
cqnature / gist:9929084
Last active August 29, 2015 13:58
测试兽塔鼠标节点的设置方法调用日志(回放)
2014-04-02 14:24:58.439 PuffingTom[193:60b] cocos2d: surface size: 960x640
2014-04-02 14:25:06.398 PuffingTom[193:6307] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)
2014-04-02 14:25:17.656 PuffingTom[193:60b] -[GSBuildingManager addBuildingsToB2World:state:]:281 : set state
2014-04-02 14:25:18.524 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 11, 31 for ghost bullet <GhostBullet: 0x1c5e2cd0>
2014-04-02 14:25:18.542 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 23, 41 for ghost bullet <GhostBullet: 0x1cb64850>
2014-04-02 14:25:18.554 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 18, 33 for ghost bullet <GhostBullet: 0x1c1af380>
2014-04-02 14:25:18.565 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 15, 34 for ghost bullet <GhostBullet: 0x1cbba180>
2014-04-02 14:25:18.576 PuffingTom[193:60b] -[Gh
@cqnature
cqnature / gist:9929100
Created April 2, 2014 06:52
测试兽塔鼠标关节的设置方法调用日志(录制)
2014-04-02 14:20:47.587 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 21, 32 for ghost bullet <GhostBullet: 0x1c086500>
2014-04-02 14:20:47.755 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 44, 10 for ghost bullet <GhostBullet: 0x1c5a4650>
2014-04-02 14:20:47.821 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 20, 26 for ghost bullet <GhostBullet: 0x1c585320>
2014-04-02 14:20:48.126 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 21, 40 for ghost bullet <GhostBullet: 0x1c581d20>
2014-04-02 14:20:48.439 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 16, 31 for ghost bullet <GhostBullet: 0x1c585220>
2014-04-02 14:20:48.442 PuffingTom[193:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 48, 14 for ghost bullet <GhostBullet: 0x1c5ac450>
2014-04-02 14:20:48.584 Puff
@cqnature
cqnature / gist:9929313
Created April 2, 2014 07:15
v1.6 replay随机数列表调用测试(录制)
2014-04-02 15:10:31.995 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:574 : buildings list :
2014-04-02 15:10:31.998 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:576 : building name TownHall, type 0 index 1
2014-04-02 15:10:32.001 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:576 : building name GoldMine, type 1 index 1
2014-04-02 15:10:32.003 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:576 : building name GoldMine, type 1 index 2
2014-04-02 15:10:32.006 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:576 : building name GoldMine, type 1 index 3
2014-04-02 15:10:32.008 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:576 : building name GoldMine, type 1 index 4
2014-04-02 15:10:32.011 PuffingTom[236:60b] -[GSBuildingManager addBuildingsToB2World:state:]:576 : building name GoldMine, type 1 index 5
2014-04-02 15:10:32.014 PuffingTom[236:60b] -[GSBuildingManager addBuildi
@cqnature
cqnature / gist:9929423
Created April 2, 2014 07:24
v1.6 replay随机数列表调用测试(回放)
This file has been truncated, but you can view the full file.
2014-04-02 15:18:43.667 PuffingTom[265:60b] -[GSBuildingManager addBuildingsToB2World:state:]:281 : set state
2014-04-02 15:18:44.472 PuffingTom[265:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 16, 32 for ghost bullet <GhostBullet: 0x1b247c80>
2014-04-02 15:18:44.485 PuffingTom[265:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 20, 40 for ghost bullet <GhostBullet: 0x1b3629d0>
2014-04-02 15:18:44.492 PuffingTom[265:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 11, 32 for ghost bullet <GhostBullet: 0x1b363b10>
2014-04-02 15:18:44.498 PuffingTom[265:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 16, 30 for ghost bullet <GhostBullet: 0x1b364100>
2014-04-02 15:18:44.505 PuffingTom[265:60b] -[GhostBullet setMouseJointTargetPos:]:223 : set mouse joint target pos 14, 34 for ghost bullet <GhostBullet: 0x1b245e40>
2014-04-02 15:18:44.512 PuffingTom[265:60b] -[GhostBullet setMouseJointTargetPos:]:2
@cqnature
cqnature / gist:9949180
Created April 3, 2014 06:20
游戏状态数据对比(投放英雄后英雄与防御建筑无互动情况)
This file has been truncated, but you can view the full file.
2014-04-03 14:15:08.861 PuffingTom[1725:60b] cocos2d: surface size: 960x640
2014-04-03 14:15:09.141 PuffingTom[1725:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[1] with replay airTower index[1]
2014-04-03 14:15:09.145 PuffingTom[1725:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[2] with replay airTower index[2]
2014-04-03 14:15:09.147 PuffingTom[1725:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[3] with replay airTower index[3]
2014-04-03 14:15:09.149 PuffingTom[1725:60b] +[GameInput compareBodyState:to:]:946 : state->pos [4.706420135498047e+01f, 1.700009918212891e+01f] not equal to compare->pos [4.706420135498047e+01f, 1.700009727478027e+01f]
2014-04-03 14:15:09.151 PuffingTom[1725:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[4] with replay airTower index[4]
2014-04-03 14:15:09.153 PuffingTom[1725:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[5] with replay airTower in
@cqnature
cqnature / gist:9949874
Created April 3, 2014 07:34
关闭WarmStarting后游戏状态数据比较
This file has been truncated, but you can view the full file.
2014-04-03 15:29:55.042 PuffingTom[2131:60b] cocos2d: surface size: 960x640
2014-04-03 15:29:55.273 PuffingTom[2131:60b] -[BattleReplayLayer startGame]:251 : compare init state with replay current state
2014-04-03 15:29:55.277 PuffingTom[2131:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[1] with replay airTower index[1]
2014-04-03 15:29:55.279 PuffingTom[2131:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[2] with replay airTower index[2]
2014-04-03 15:29:55.282 PuffingTom[2131:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[3] with replay airTower index[3]
2014-04-03 15:29:55.284 PuffingTom[2131:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[4] with replay airTower index[4]
2014-04-03 15:29:55.286 PuffingTom[2131:60b] -[GameInput compareState:with:]:1011 : compare record airTower index[5] with replay airTower index[5]
2014-04-03 15:29:55.288 PuffingTom[2131:60b] -[GameInput compareState:with:]:1045 : co