ViPERFX_RE/src/shim.cpp

20 lines
306 B
C++
Raw Normal View History

2025-04-02 02:02:51 +02:00
#include <string>
namespace android::hardware::details {
void check(bool exp) {
}
void check(bool exp, const char* message) {
}
void logError(const std::string &message) {
}
void errorWriteLog(int tag, const char* info) {
}
} // namespace android::hardware::details