We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
;
1 parent 53e904e commit a68c31eCopy full SHA for a68c31e
1 file changed
aidl/touch/HighTouchPollingRateLxs.cpp
@@ -36,7 +36,6 @@ ndk::ScopedAStatus HighTouchPollingRate::getEnabled(bool* _aidl_return) {
36
37
int disp_mode, touch_mode;
38
auto ret = android::base::ReadFileToString(kPanelFrameRatePath, &touch_str);
39
- ;
40
auto result = sscanf(touch_str.c_str(), "%d,%d", &disp_mode, &touch_mode);
41
42
LOG(INFO) << __func__ << ": disp_mode: " << disp_mode << ", touch_mode: " << touch_mode;
0 commit comments