All the error codes that can be returned by Tuning Fork functions.
Properties |
AlreadyInitialized
|
TuningFork_init was called more than once.
|
B64EncodeFailed
|
Could not encode a protobuf.
|
BadFileOperation
|
General file error.
|
BadParameter
|
Generic bad parameter.
|
BadSettings
|
Invalid tuningfork_settings.bin file.
|
CouldntSaveOrDeleteFps
|
Error calling TuningFork_saveOrDeleteFidelityParamsFile .
|
DownloadThreadAlreadyStarted
|
TuningFork_startFidelityParamDownloadThread was called more than once, or called when TuningFork_init has already started download.
|
DuplicateStartLoadingEvent
|
TuningFork_startRecordingLoadingTime was called with the same parameters twice without a stop function inbetween.
|
GenerateTuningParametersError
|
An error occurred parsing the response to generateTuningParameters.
|
GenerateTuningParametersResponseNotSuccess
|
The response from generateTuningParameters was not a success code.
|
InvalidAnnotation
|
Invalid parameter to TuningFork_setCurrentAnnotation .
|
InvalidDefaultFidelityParams
|
fpDefaultFileNum is out of range.
|
InvalidFidelity
|
Fidelity message is invalid.
|
InvalidInstrumentKey
|
Invalid instrument key passed to a tick function.
|
InvalidLoadingHandle
|
Invalid handle passed to TuningFork_startRecordingLoadingTime .
|
InvalidMode
|
Using incorrect API for default/custom modes.
|
InvalidTraceHandle
|
Invalid handle passed to TuningFork_endTrace .
|
JniBadEnv
|
Jni error - obsolete
|
JniBadJvm
|
Jni error - obsolete
|
JniBadThread
|
Jni error - obsolete
|
JniBadVersion
|
Jni error - obsolete
|
JniException
|
Jni error - an exception was thrown.
See logcat output.
|
MeteredConnectionDisallowed
|
An HTTP request could not be made because there is no unmetered connection available.
|
NoClearcut
|
Obsolete
|
NoFidelityParams
|
No fidelity parameters found at initialization.
|
NoFidelityParamsInApk
|
No dev_tuningfork_fidelityparams_#.bin found in assets/tuningfork.
|
NoMoreSpaceForFrameData
|
Not enough space for metric data was allocated at start-up: increase Settings.max_num_metrics.frame_time or check max_num_instrument_keys
|
NoMoreSpaceForLoadingTimeData
|
Not enough space for metric data was allocated at start-up: increase Settings.max_num_metrics.loading_time
|
NoSettings
|
No tuningfork_settings.bin found in assets/tuningfork.
|
NoSettingsAnnotationEnumSizes
|
Missing part of tuningfork_settings.bin.
|
NoSuchKey
|
No such key when accessing file cache.
|
NoSwappy
|
Not able to find the required Swappy functions.
|
Ok
|
No error.
|
PlatformNotSupported
|
The game or app is run on a platform not supporting Tuning fork.
|
PreviousUploadPending
|
Can't upload since another request is pending.
|
Timeout
|
Timeout in request for fidelity parameters.
|
TuningforkNotInitialized
|
A call was made before Tuning Fork was initialized.
|
UploadTooFrequent
|
Too frequent calls to TuningFork_flush .
|