We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a284c commit 5fbfda6Copy full SHA for 5fbfda6
1 file changed
android/app/src/main/cpp/l2c_fcr_hook.cpp
@@ -280,7 +280,7 @@ static bool hookLibrary(const char* libname) {
280
LOGI("Hooked l2c_fcr_chk_chan_modes");
281
}
282
283
- /*if (sdp_offset) {
+ if (sdp_offset) {
284
void* target =
285
reinterpret_cast<void*>(base + sdp_offset);
286
@@ -289,7 +289,7 @@ static bool hookLibrary(const char* libname) {
289
(void**)&original_BTA_DmSetLocalDiRecord);
290
291
LOGI("Hooked BTA_DmSetLocalDiRecord");
292
- }*/
+ }
293
294
return true;
295
0 commit comments