I am trying to print log messages within core Android framework files. For example, I tried logging messages within MediaRecorderClient.cpp under framewor
MediaRecorderClient.cpp
framewor
First declare string
Private String Tag = getClass().getsimplename();
and than in your method
Log.d(Tag,"This is my oncreate method");