Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcdadd04 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Remove unnecessary log message from PerfettoDataSource.

This message is not very useful and it pollutes the logcat output.

Change-Id: Ice53dca74fec417edbbcf0dc78855fe3dc238b28
parent 2cd1f3b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ static jlong nativeGetFinalizer(JNIEnv* /* env */, jclass /* clazz */) {
}

void nativeWritePackets(JNIEnv* env, jclass clazz, jlong ds_ptr, jobjectArray packets) {
    ALOG(LOG_DEBUG, LOG_TAG, "nativeWritePackets(%p)", (void*)ds_ptr);
    sp<PerfettoDataSource> datasource = reinterpret_cast<PerfettoDataSource*>(ds_ptr);
    datasource->WritePackets(env, packets);
}