Hi
My service is used by mobile and i want to profiling my service when debugging.
I find ProfiledDbConnection can give me a good view to see the sql. I paste a url in the browser(get method) and then i can sea the report. But i don’t know if i use ajax(postman) or mobile client(mobile) to post a request, how do i see results.
And is there a flag i can check and then the sql of generating by Ormlite will output in the console? I can check the generation while developing.