在Coredata中记录sqlite访问

时间:2012-02-19 14:36:41

标签: ios sqlite core-data

我正在使用带有sqlite商店的Core Data。 是否可以记录CoreData发送到DB层的SQL查询。

由于

1 个答案:

答案 0 :(得分:1)

将以下参数作为参数传递给应用程序,以便将发送给SQLite的实际SQL记录到stderr:

-com.apple.CoreData.SQLDebug 1

https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreData/Articles/cdTroubleshooting.html#//apple_ref/doc/uid/TP40002320-SW1