Commit graph android_device_samsung_a20/universal7885-common/apps/aidl-support/libfileio
Author SHA1 Message Date
roynatech2544
8d728a6111 universal7885: libfileio: Fix the unoverloadable function error
device/samsung/universal7885-common/apps/aidl-support/libfileio/FileIO.cpp:27:5: error: functions that differ only in their return type cannot be overloaded
int readline(const char *path) {
~~~ ^
device/samsung/universal7885-common/apps/aidl-support/libfileio/FileIO.cpp:12:13: note: previous definition is here
std::string readline(const char *path) {
~~~~~~~~~~~ ^
1 error generated.

- Rename int version to 'readint' to fix
2022-12-23 19:23:54 +09:00
roynatech2544
4ad9296609 universal7885: aidl-support: Add new signature for readline()
std::string readline(const char *)
2022-12-23 19:23:54 +09:00
roynatech2544
8957783333 universal7885: aidl-support: Adapt to liblogfmt changes 2022-11-01 13:55:18 +09:00
roynatech2544
5c7c906519 universal7885: fm-aidl: Fixups
- libfileio: Move back to liblog.
- FMDevCtrl: Add some loggings
- FM-app: Call open() before set(apppid)
2022-11-01 12:16:27 +09:00
roynatech2544
efa3468e1a universal7885: libFileIO: switch to libbase log header and logformat 2022-10-26 17:56:43 +09:00
roynatech2544
e2254ff189 universal7885: libFileIO: Log write data too 2022-10-07 10:58:48 +09:00
roynatech2544
efc9f1063b universal7885: aidl-support: Mark unstable and fix errors 2022-10-05 09:59:34 +00:00