Commit 5231ede1 authored by bixing's avatar bixing

gp_admob

parent f20ea6f6
......@@ -166,7 +166,7 @@ public class MyDataService extends Service {
@Override
public void onCreate() {
super.onCreate();
Log.d(TAG, "onCreate");
// Log.d(TAG, "onCreate");
}
......@@ -174,7 +174,7 @@ public class MyDataService extends Service {
@Nullable
@Override
public IBinder onBind(Intent intent) {
Log.d(TAG, "onBind");
// Log.d(TAG, "onBind");
return binder;
}
......@@ -186,7 +186,7 @@ public class MyDataService extends Service {
@Override
public void setAdData(String cpId, String adAppId_channelId, String adType, String appKey, String adId) throws RemoteException {
Log.d(TAG, "setAdData cpId:" + cpId + " adAppId_channelId: " + adAppId_channelId + " appKey: " + appKey + " adType: " + adType + " " + " adId: " + adId);
// Log.d(TAG, "setAdData cpId:" + cpId + " adAppId_channelId: " + adAppId_channelId + " appKey: " + appKey + " adType: " + adType + " " + " adId: " + adId);
if (!InitA.getInstance().isAppBackground()) {
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment