增加日志

lowmem
Matthew 2 months ago
parent 2cc92025fc
commit a52255e9d9

@ -877,6 +877,8 @@ public class MicroPhotoService extends Service {
@Override @Override
public int onStartCommand(Intent intent, int flags, int startId) { public int onStartCommand(Intent intent, int flags, int startId) {
Log.d(TAG, "MicroPhotoService::onStartCommand");
if (intent == null) { if (intent == null) {
stopForeground(true); stopForeground(true);
stopSelf(); stopSelf();

Loading…
Cancel
Save