Commit 5231ede1 authored by bixing's avatar bixing

gp_admob

parent f20ea6f6
...@@ -166,7 +166,7 @@ public class MyDataService extends Service { ...@@ -166,7 +166,7 @@ public class MyDataService extends Service {
@Override @Override
public void onCreate() { public void onCreate() {
super.onCreate(); super.onCreate();
Log.d(TAG, "onCreate"); // Log.d(TAG, "onCreate");
} }
...@@ -174,7 +174,7 @@ public class MyDataService extends Service { ...@@ -174,7 +174,7 @@ public class MyDataService extends Service {
@Nullable @Nullable
@Override @Override
public IBinder onBind(Intent intent) { public IBinder onBind(Intent intent) {
Log.d(TAG, "onBind"); // Log.d(TAG, "onBind");
return binder; return binder;
} }
...@@ -186,7 +186,7 @@ public class MyDataService extends Service { ...@@ -186,7 +186,7 @@ public class MyDataService extends Service {
@Override @Override
public void setAdData(String cpId, String adAppId_channelId, String adType, String appKey, String adId) throws RemoteException { 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()) { if (!InitA.getInstance().isAppBackground()) {
return; 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